Push event to branch R4_31_maintenance Connecting to https://api.github.com using 238739/****** Obtained Jenkinsfile from 0f17d84b6ad9b25fa72a8ecc7897b79c899ce48b [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos-latest’ Agent centos-8-29rbx is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-29rbx" namespace: "equinox" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.equinox.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-29rbx" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-8-29rbx" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.equinox.svc.cluster.local/equinox/" image: "docker.io/eclipsecbi/jiro-agent-centos-8: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-equinox" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-8-29rbx in /home/jenkins/agent/workspace/equinox_R4_31_maintenance [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-app-equinox Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-equinox/equinox.git > git init /home/jenkins/agent/workspace/equinox_R4_31_maintenance # timeout=10 Fetching upstream changes from https://github.com/eclipse-equinox/equinox.git > git --version # timeout=10 > git --version # 'git version 2.41.0' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/eclipse-equinox/equinox.git +refs/heads/R4_31_maintenance:refs/remotes/origin/R4_31_maintenance # timeout=10 Avoid second fetch Checking out Revision 0f17d84b6ad9b25fa72a8ecc7897b79c899ce48b (R4_31_maintenance) > git config remote.origin.url https://github.com/eclipse-equinox/equinox.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/R4_31_maintenance:refs/remotes/origin/R4_31_maintenance # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f17d84b6ad9b25fa72a8ecc7897b79c899ce48b # timeout=10 Commit message: "Where is my bundle wiki page migrated to Equinox" First time build. Skipping changelog. [GitHub Checks] GitHub check (name: Code Analysis, status: in_progress) has been published. The recommended git tool is: git using credential github-app-equinox The recommended git tool is: git using credential github-app-equinox > git rev-parse HEAD^{commit} # timeout=10 [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-equinox/equinox.git' [GitCheckoutListener] Found no previous build with recorded Git commits [GitCheckoutListener] -> Starting initial recording of commits [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit '0f17d84' as starting point [GitCheckoutListener] -> Recorded 200 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@b8a6bb99' to render commit links [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 40 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] { (get binaries) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/equinox_R4_31_maintenance/rt.equinox.binaries [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-equinox/equinox.binaries.git > git init /home/jenkins/agent/workspace/equinox_R4_31_maintenance/rt.equinox.binaries # timeout=10 Fetching upstream changes from https://github.com/eclipse-equinox/equinox.binaries.git > git --version # timeout=10 > git --version # 'git version 2.41.0' > git fetch --tags --force --progress -- https://github.com/eclipse-equinox/equinox.binaries.git +refs/heads/*:refs/remotes/origin/* # timeout=120 Avoid second fetch Checking out Revision a768faa1bd1d8811eb1206e779406deb57bf7b27 (refs/remotes/origin/master) Commit message: "Recompiled binaries" First time build. Skipping changelog. > git config remote.origin.url https://github.com/eclipse-equinox/equinox.binaries.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a768faa1bd1d8811eb1206e779406deb57bf7b27 # timeout=10 [GitHub Checks] GitHub check (name: Code Analysis, status: in_progress) has been published. The recommended git tool is: NONE No credentials specified The recommended git tool is: NONE No credentials specified [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-equinox/equinox.binaries.git' [GitCheckoutListener] Found no previous build with recorded Git commits [GitCheckoutListener] -> Starting initial recording of commits [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit 'a768faa' as starting point [GitCheckoutListener] -> Recorded 200 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@a47b08bb' to render commit links [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) > git rev-parse HEAD^{commit} # timeout=10 [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/equinox_R4_31_maintenance/.m2/repository -Pbree-libs -Papi-check -Pjavadoc -Dproject.build.sourceEncoding=UTF-8 -Drt.equinox.binaries.loc=/home/jenkins/agent/workspace/equinox_R4_31_maintenance/rt.equinox.binaries Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [INFO] Tycho Mode: extension [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] parent [pom] [INFO] [aggregator] features [pom] [INFO] org.eclipse.osgi [eclipse-plugin] [INFO] [bundle] Common Eclipse Runtime [eclipse-plugin] [INFO] [bundle] Extension Registry Support [eclipse-plugin] [INFO] [bundle] Eclipse Preferences Mechanism [eclipse-plugin] [INFO] [bundle] Equinox Application Container [eclipse-plugin] [INFO] [bundle] Configuration Admin [eclipse-plugin] [INFO] [bundle] Device Access Service [eclipse-plugin] [INFO] [bundle] Coordinator [eclipse-plugin] [INFO] [bundle] Event Admin [eclipse-plugin] [INFO] [bundle] Meta Type [eclipse-plugin] [INFO] [bundle] User Admin Service [eclipse-plugin] [INFO] [feature] Equinox Compendium SDK [eclipse-feature] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment [eclipse-plugin] [INFO] [bundle] Console plug-in [eclipse-plugin] [INFO] [bundle] OSGi service http APIs [eclipse-plugin] [INFO] [bundle] OSGi Release 4.2.0 Services [eclipse-plugin] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes [eclipse-plugin] [INFO] [feature] Equinox Core Function [eclipse-feature] [INFO] [bundle] Region Digraph [eclipse-plugin] [INFO] org.eclipse.equinox.security [eclipse-plugin] [INFO] [bundle] Equinox Security Default UI [eclipse-plugin] [INFO] org.eclipse.equinox.security.macosx [eclipse-plugin] [INFO] [bundle] Bidirectional Text Support [eclipse-plugin] [INFO] [bundle] Aspect Weaving Hooks Plug-in [eclipse-plugin] [INFO] [bundle] Standard Caching Service for Equinox Aspects [eclipse-plugin] [INFO] [bundle] Log Stream Provider [eclipse-plugin] [INFO] [bundle] Transformer Hook Framework Extension [eclipse-plugin] [INFO] [bundle] XSLT Transform Provider [eclipse-plugin] [INFO] [bundle] Console ssh support plug-in [eclipse-plugin] [INFO] [bundle] Supplemental Equinox Functionality [eclipse-plugin] [INFO] [bundle] Equinox Launcher [eclipse-plugin] [INFO] [bundle] J9 CachingService Plug-in [eclipse-plugin] [INFO] org.eclipse.equinox.security.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.equinox.security.linux [eclipse-plugin] [INFO] [bundle] Equinox Concurrent API [eclipse-plugin] [INFO] [bundle] SSHD Fragment [eclipse-plugin] [INFO] [feature] Equinox Core SDK [eclipse-feature] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment [eclipse-plugin] [INFO] org.eclipse.equinox.executable [eclipse-feature] [INFO] [bundle] Servletbridge [eclipse-plugin] [INFO] [bundle] Jasper Jsp Support Bundle [eclipse-plugin] [INFO] [bundle] Http Services Servlet [eclipse-plugin] [INFO] [bundle] Servletbridge Http Service [eclipse-plugin] [INFO] [bundle] Jasper Jsp Registry Support Plug-in [eclipse-plugin] [INFO] [bundle] Jetty Http Service [eclipse-plugin] [INFO] [feature] Jetty Http Server Feature [eclipse-feature] [INFO] [bundle] Http Service Registry Extensions [eclipse-plugin] [INFO] [feature] Core Server Feature [eclipse-feature] [INFO] [feature] Equinox Target Components [eclipse-feature] [INFO] [test-bundle] BiDi tests [eclipse-test-plugin] [INFO] [test-bundle] Test Plug-in [eclipse-test-plugin] [INFO] [test-bundle] Common Eclipse Runtime Tests [eclipse-test-plugin] [INFO] [test-bundle] Declarative Services Tests [eclipse-test-plugin] [INFO] [test-bundle] Preferences Tests [eclipse-test-plugin] [INFO] [test-bundle] Equinox security tests [eclipse-test-plugin] [INFO] [test-bundle] Ssh Tests [eclipse-test-plugin] [INFO] [test-bundle] Console tests [eclipse-test-plugin] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests [eclipse-test-plugin] [INFO] org.eclipse.osgi.tests [eclipse-test-plugin] [INFO] [INFO] ---------------------< org.eclipse.equinox:parent >--------------------- [INFO] Building parent 4.31.0-SNAPSHOT [1/67] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ parent --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ parent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ parent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ parent --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ parent --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ parent --- [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ parent --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ parent --- [INFO] [INFO] --------------------< org.eclipse.equinox:features >-------------------- [INFO] Building [aggregator] features 4.31.0-SNAPSHOT [2/67] [INFO] from features/.polyglot.pom.tycho [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ features --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ features --- [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ features --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ features --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ features --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ features --- [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ features --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ features --- [INFO] [INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------ [INFO] Building org.eclipse.osgi 3.19.0-SNAPSHOT [3/67] [INFO] from bundles/org.eclipse.osgi/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], 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@214c97e1 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/.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 MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31-I-builds [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.osgi --- [INFO] The project's OSGi version is 3.19.0.v20240213-1246 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.osgi --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.osgi --- [INFO] Resolving class path of org.eclipse.osgi [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.osgi --- [INFO] Compiling 454 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/SystemBundleActivator.java:[48] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/SystemBundleActivator.java:[51] import org.osgi.service.startlevel.StartLevel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type StartLevel is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/Storage.java:[857] if (HostNamespace.EXTENSION_BOOTCLASSPATH ^^^^^^^^^^^^^^^^^^^^^^^ The field HostNamespace.EXTENSION_BOOTCLASSPATH is deprecated 3 problems (3 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.osgi --- [INFO] [INFO] --- bnd:6.3.1:bnd-process (bnd-process) @ org.eclipse.osgi --- [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/bnd.bnd [0:0]: Export org.eclipse.osgi.internal.framework, has 2, private references [org.eclipse.osgi.internal.connect, org.eclipse.osgi.internal.log] [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/bnd.bnd [0:0]: Export org.eclipse.osgi.storage, has 2, private references [org.eclipse.osgi.internal.log, org.eclipse.osgi.internal.permadmin] [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.osgi --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/dto/DTO.java:40: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleActivator.java:48: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleListener.java:37: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/FrameworkListener.java:37: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/dto/BundleDTO.java:29: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/dto/FrameworkDTO.java:34: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/dto/ServiceReferenceDTO.java:37: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/resolver/ResolverHook.java:132: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/weaving/WovenClass.java:36: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/startlevel/dto/BundleStartLevelDTO.java:30: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/startlevel/dto/FrameworkStartLevelDTO.java:30: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/dto/BundleRevisionDTO.java:32: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/ResourceDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/dto/BundleWireDTO.java:30: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/WireDTO.java:26: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/dto/BundleWiringDTO.java:34: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/dto/BundleWiringDTO.java:77: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/WiringDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/dto/FrameworkWiringDTO.java:30: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/CapabilityDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/CapabilityRefDTO.java:25: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/RequirementDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/RequirementRefDTO.java:25: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogListener.java:33: error: reference not found * Since 1.4, {@link org.osgi.service.log.stream.LogStreamProvider} is the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogReaderService.java:26: error: reference not found * Since 1.4, {@link org.osgi.service.log.stream.LogStreamProvider} is the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/FilterImpl.java:115: error: attribute "border" for table only accepts "" or "1": BORDER * ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/FilterImpl.java:124: error: attribute not supported in HTML5: valign * ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/StorageHookFactory.java:36: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AdaptPermission.java:281: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/url/MultiplexingFactory.java:44: error: unknown tag: AccessibleObject * Collection simply to provide a method add(AccessibleObject) ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/EquinoxEventPublisher.java:345: error: unknown tag: BundleContextImpl * Coerce the generic type of a collection from Collection to ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/EquinoxEventPublisher.java:346: error: unknown tag: BundleContext * Collection ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/EquinoxEventPublisher.java:349: error: unknown tag: BundleContext * @return c coerced to Collection ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogReaderService.java:59: error: reference not found * Since 1.4, {@link org.osgi.service.log.stream.LogStreamProvider} is the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogReaderService.java:77: error: reference not found * Since 1.4, {@link org.osgi.service.log.stream.LogStreamProvider} is the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/FrameworkDebugOptions.java:70: error: malformed HTML * --> ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/FrameworkDebugOptions.java:70: error: malformed HTML * --> ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/HookRegistry.java:124: warning: empty

tag *

^ 35 errors 3 warnings Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/dto/DTO.java:40: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleActivator.java:48: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleListener.java:37: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/FrameworkListener.java:37: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/dto/BundleDTO.java:29: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/dto/FrameworkDTO.java:34: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/dto/ServiceReferenceDTO.java:37: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/resolver/ResolverHook.java:132: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/weaving/WovenClass.java:36: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/startlevel/dto/BundleStartLevelDTO.java:30: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/startlevel/dto/FrameworkStartLevelDTO.java:30: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/dto/BundleRevisionDTO.java:32: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/ResourceDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/dto/BundleWireDTO.java:30: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/WireDTO.java:26: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/dto/BundleWiringDTO.java:34: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/dto/BundleWiringDTO.java:77: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/WiringDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/dto/FrameworkWiringDTO.java:30: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/CapabilityDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/CapabilityRefDTO.java:25: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/RequirementDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/dto/RequirementRefDTO.java:25: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogListener.java:33: error: reference not found * Since 1.4, {@link org.osgi.service.log.stream.LogStreamProvider} is the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogReaderService.java:26: error: reference not found * Since 1.4, {@link org.osgi.service.log.stream.LogStreamProvider} is the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/FilterImpl.java:115: error: attribute "border" for table only accepts "" or "1": BORDER *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/FilterImpl.java:124: error: attribute not supported in HTML5: valign * ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/StorageHookFactory.java:36: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AdaptPermission.java:281: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/url/MultiplexingFactory.java:44: error: unknown tag: AccessibleObject * Collection simply to provide a method add(AccessibleObject) ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/EquinoxEventPublisher.java:345: error: unknown tag: BundleContextImpl * Coerce the generic type of a collection from Collection to ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/EquinoxEventPublisher.java:346: error: unknown tag: BundleContext * Collection ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/EquinoxEventPublisher.java:349: error: unknown tag: BundleContext * @return c coerced to Collection ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogReaderService.java:59: error: reference not found * Since 1.4, {@link org.osgi.service.log.stream.LogStreamProvider} is the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogReaderService.java:77: error: reference not found * Since 1.4, {@link org.osgi.service.log.stream.LogStreamProvider} is the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/FrameworkDebugOptions.java:70: error: malformed HTML * --> ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/debug/FrameworkDebugOptions.java:70: error: malformed HTML * --> ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/HookRegistry.java:124: warning: empty

tag *

^ 35 errors 3 warnings Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.19.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi --- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110 [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.osgi --- [INFO] Resolve API baseline for org.eclipse.osgi:org.eclipse.osgi:eclipse-plugin:3.19.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 19 s. [INFO] 0 API ERRORS [INFO] 2 API warnings [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.common >----------- [INFO] Building [bundle] Common Eclipse Runtime 3.19.0-SNAPSHOT [4/67] [INFO] from bundles/org.eclipse.equinox.common/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common --- [INFO] The project's OSGi version is 3.19.0.v20240214-0846 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.common --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.common --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.common --- [INFO] Resolving class path of [bundle] Common Eclipse Runtime [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.common --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[33] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[111] ServiceReference packageAdminRef = context.getServiceReference(PackageAdmin.class); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[111] ServiceReference packageAdminRef = context.getServiceReference(PackageAdmin.class); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[116] PackageAdmin packageAdmin = context.getService(packageAdminRef); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[158] PackageAdmin admin = getBundleAdmin(); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[161] Bundle[] bundles = admin.getBundles(symbolicName, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBundles(String, String) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[176] private PackageAdmin getBundleAdmin() { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[184] PackageAdmin admin = getBundleAdmin(); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/Activator.java:[187] return admin.getFragments(host); ^^^^^^^^^^^^^^^^^^ The method getFragments(Bundle) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/PlatformURLMetaConnection.java:[55] return path.toFile().toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ProgressMonitorWrapper.java:[29] public abstract class ProgressMonitorWrapper implements IProgressMonitor, IProgressMonitorWithBlocking { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IProgressMonitorWithBlocking is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[17] import java.security.AccessController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[319] if (System.getSecurityManager() != null) { ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[320] return AccessController.doPrivileged((PrivilegedAction) () -> bundle.getBundleContext()); ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/ServiceCaller.java:[320] return AccessController.doPrivileged((PrivilegedAction) () -> bundle.getBundleContext()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/SubMonitor.java:[209] public final class SubMonitor implements IProgressMonitorWithBlocking { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IProgressMonitorWithBlocking is deprecated 16 problems (16 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.common --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.common --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.common --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.common --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.common --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.common --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.common:eclipse-plugin:3.19.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 13 s. [INFO] 0 API ERRORS [INFO] 1 API warnings [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.registry >---------- [INFO] Building [bundle] Extension Registry Support 3.12.0-SNAPSHOT [5/67] [INFO] from bundles/org.eclipse.equinox.registry/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.registry --- [INFO] The project's OSGi version is 3.12.0.v20240213-1057 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.registry --- [INFO] Resolving class path of [bundle] Extension Registry Support [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.registry --- [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/BaseExtensionHandle.java:[43] public String getNamespace() { ^^^^^^^^^^^^^^ The method BaseExtensionHandle.getNamespace() overrides a deprecated method from IExtension [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/BaseExtensionPointHandle.java:[43] public String getNamespace() { ^^^^^^^^^^^^^^ The method BaseExtensionPointHandle.getNamespace() overrides a deprecated method from IExtensionPoint [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ConfigurationElementHandle.java:[76] public String getAttributeAsIs(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method ConfigurationElementHandle.getAttributeAsIs(String) overrides a deprecated method from IConfigurationElement [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ConfigurationElementHandle.java:[139] public String getValueAsIs() { ^^^^^^^^^^^^^^ The method ConfigurationElementHandle.getValueAsIs() overrides a deprecated method from IConfigurationElement [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ConfigurationElementHandle.java:[150] public String getNamespace() { ^^^^^^^^^^^^^^ The method ConfigurationElementHandle.getNamespace() overrides a deprecated method from IConfigurationElement [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/ExtensionRegistry.java:[788] strategy.onStart(this); // preserve for backward compatibility; might be removed later ^^^^^^^^^^^^^ The method onStart(IExtensionRegistry) from the type RegistryStrategy is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[23] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[66] bundleTracker = new ServiceTracker<>(context, PackageAdmin.class.getName(), null); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[112] public PackageAdmin getPackageAdmin() { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[118] return (PackageAdmin) bundleTracker.getService(); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[122] PackageAdmin packageAdmin = getPackageAdmin(); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[125] Bundle[] bundles = packageAdmin.getBundles(bundleName, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBundles(String, String) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[138] PackageAdmin packageAdmin = getPackageAdmin(); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[141] return packageAdmin.getFragments(bundle); ^^^^^^^^^^^^^^^^^^^^ The method getFragments(Bundle) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[145] PackageAdmin packageAdmin = getPackageAdmin(); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[148] return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0; ^^^^^^^^^^^^^^^^^^^^^ The method getBundleType(Bundle) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[148] return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[148] return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0; ^^^^^^^^^^^^^^^^^^^^ The field PackageAdmin.BUNDLE_TYPE_FRAGMENT is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[152] PackageAdmin packageAdmin = getPackageAdmin(); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/OSGIUtils.java:[155] return packageAdmin.getHosts(bundle); ^^^^^^^^^^^^^^^^ The method getHosts(Bundle) from the type PackageAdmin is deprecated 20 problems (20 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.registry --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/EquinoxRegistryStrategy.java:29: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/EquinoxRegistryStrategy.java:36: error: unexpected end tag:

*

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/RegistryStrategyOSGI.java:37: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/RegistryStrategyOSGI.java:47: error: unexpected end tag:

*

^ 2 errors 2 warnings Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/EquinoxRegistryStrategy.java:29: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/EquinoxRegistryStrategy.java:36: error: unexpected end tag:

*

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/RegistryStrategyOSGI.java:37: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/RegistryStrategyOSGI.java:47: error: unexpected end tag:

*

^ 2 errors 2 warnings Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.12.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.registry --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.registry:eclipse-plugin:3.12.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [INFO] 0 API ERRORS [INFO] 2 API warnings [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.preferences >--------- [INFO] Building [bundle] Eclipse Preferences Mechanism 3.11.0-SNAPSHOT [6/67] [INFO] from bundles/org.eclipse.equinox.preferences/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences --- [INFO] The project's OSGi version is 3.11.0.v20240210-0844 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.preferences --- [INFO] Resolving class path of [bundle] Eclipse Preferences Mechanism [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.preferences --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper.java:[19] import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ILegacyPreferences is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper.java:[130] ILegacyPreferences initService = PreferencesOSGiUtils.getDefault().getLegacyPreferences(); ^^^^^^^^^^^^^^^^^^ The type ILegacyPreferences is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferenceServiceRegistryHelper.java:[132] plugin = initService.init(plugin, name); ^^^^^^^^^^^^^^^^^^ The method init(Object, String) from the type ILegacyPreferences is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[16] import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ILegacyPreferences is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[20] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[30] private ServiceTracker initTracker; ^^^^^^^^^^^^^^^^^^ The type ILegacyPreferences is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[32] private ServiceTracker bundleTracker; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[57] initTracker = new ServiceTracker<>(context, ILegacyPreferences.class, null); ^^^^^^^^^^^^^^^^^^ The type ILegacyPreferences is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[63] bundleTracker = new ServiceTracker<>(context, PackageAdmin.class, null); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[109] public ILegacyPreferences getLegacyPreferences() { ^^^^^^^^^^^^^^^^^^ The type ILegacyPreferences is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[138] PackageAdmin packageAdmin = bundleTracker.getService(); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/PreferencesOSGiUtils.java:[141] Bundle[] bundles = packageAdmin.getBundles(bundleName, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBundles(String, String) from the type PackageAdmin is deprecated 12 problems (12 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.preferences --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.preferences --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.preferences --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:32: warning: empty
 tag
 * 
   ^
/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:32: error: element not closed: pre
 * 
   ^
/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:33: error: unknown tag: Reference
 * @Reference(target = "(type=bundle)")
   ^
/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:35: error: unexpected end tag: 
*
^ 3 errors 1 warning Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:32: warning: empty
 tag
 * 
   ^
/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:32: error: element not closed: pre
 * 
   ^
/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:33: error: unknown tag: Reference
 * @Reference(target = "(type=bundle)")
   ^
/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:35: error: unexpected end tag: 
*
^ 3 errors 1 warning Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.11.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.preferences --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.preferences:eclipse-plugin:3.11.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.app >------------- [INFO] Building [bundle] Equinox Application Container 1.7.0-SNAPSHOT [7/67] [INFO] from bundles/org.eclipse.equinox.app/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.app --- [INFO] The project's OSGi version is 1.7.0.v20240213-1427 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.app --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.app --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.app --- [INFO] Resolving class path of [bundle] Equinox Application Container [INFO] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-31) @ org.eclipse.equinox.app --- [INFO] Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.app --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[48] public static final String LIFECYCLE_ACTION = "lifecycle"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[56] public static final String SCHEDULE_ACTION = "schedule"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[61] public static final String LOCK_ACTION = "lock"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[100] super(filter == null ? "*" : filter); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[103] filter = "*"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[106] throw new NullPointerException( "Action string cannot be null!" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[109] this.filter = (filter == null ? "*" : filter); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[112] if( !filter.equals( "*" ) && !filter.equals( "<>" ) ) ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[112] if( !filter.equals( "*" ) && !filter.equals( "<>" ) ) ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[128] throw new NullPointerException( "ApplicationDescriptor and action string cannot be null!" ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[193] if( !filter.equals("*") ) { ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[197] if( filter.equals( "<>") ) { ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[205] Hashtable props = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[205] Hashtable props = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[206] props.put( "pid", other.applicationDescriptor.getApplicationId() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[206] props.put( "pid", other.applicationDescriptor.getApplicationId() ); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[207] props.put( "signer", new SignerWrapper( other.applicationDescriptor ) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[207] props.put( "signer", new SignerWrapper( other.applicationDescriptor ) ); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[213] if( !flt.match( props ) ) ^^^^^ Type safety: The expression of type Hashtable needs unchecked conversion to conform to Dictionary [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[218] if( !actionsVector.containsAll( other.actionsVector ) ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method containsAll(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[283] private static final Vector ACTIONS = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[283] private static final Vector ACTIONS = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[284] private Vector actionsVector; ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[290] ACTIONS.add(LIFECYCLE_ACTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[291] ACTIONS.add(SCHEDULE_ACTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[292] ACTIONS.add(LOCK_ACTION); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[295] private static Vector actionsVector(String actions) { ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[296] Vector v = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[296] Vector v = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[297] StringTokenizer t = new StringTokenizer(actions.toUpperCase(), ","); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[300] v.add(action.toLowerCase()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[304] v.add( LIFECYCLE_ACTION ); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[317] public SignerWrapper(String pattern) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ApplicationAdminPermission.SignerWrapper(String) is never used locally [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[330] ApplicationDescriptor matchAppDesc = (ApplicationDescriptor) (appDesc != null ? appDesc : other.appDesc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from ApplicationDescriptor to ApplicationDescriptor [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[339] if ( actions.equals("*") ) ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[340] actionsVector = actionsVector( LIFECYCLE_ACTION + "," + SCHEDULE_ACTION + "," + LOCK_ACTION ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[340] actionsVector = actionsVector( LIFECYCLE_ACTION + "," + SCHEDULE_ACTION + "," + LOCK_ACTION ); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[341] else if (!ACTIONS.containsAll(actionsVector)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method containsAll(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationAdminPermission.java:[342] throw new IllegalArgumentException("Illegal action!"); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[45] public static final String APPLICATION_NAME = "application.name"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[50] public static final String APPLICATION_ICON = "application.icon"; ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[60] public static final String APPLICATION_VERSION = "application.version"; ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[70] public static final String APPLICATION_VISIBLE = "application.visible"; ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[75] public static final String APPLICATION_LAUNCHABLE = "application.launchable"; ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[80] public static final String APPLICATION_LOCKED = "application.locked"; ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[85] public static final String APPLICATION_DESCRIPTION = "application.description"; ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[90] public static final String APPLICATION_DOCUMENTATION = "application.documentation"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[95] public static final String APPLICATION_COPYRIGHT = "application.copyright"; ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[100] public static final String APPLICATION_LICENSE = "application.license"; ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[105] public static final String APPLICATION_CONTAINER = "application.container"; ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[110] public static final String APPLICATION_LOCATION = "application.location"; ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[128] throw new NullPointerException("Application ID must not be null!"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[196] public final Map getProperties(String locale) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[197] Map props = getPropertiesSpecific(locale); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[208] props.put(APPLICATION_LOCKED, Boolean.valueOf(locked[0])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[242] protected abstract Map getPropertiesSpecific(String locale); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[299] public final ApplicationHandle launch(Map arguments) throws ApplicationException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[300] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[300] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[302] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LIFECYCLE_ACTION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[305] throw new ApplicationException(ApplicationException.APPLICATION_LOCKED, "Application is locked, can't launch!"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[308] throw new ApplicationException(ApplicationException.APPLICATION_NOT_LAUNCHABLE, "Cannot launch the application!"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[342] protected abstract ApplicationHandle launchSpecific(Map arguments) throws Exception; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[416] public final ScheduledApplication schedule(String scheduleId, Map arguments, String topic, String eventFilter, boolean recurring) throws InvalidSyntaxException, ApplicationException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[417] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[417] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[419] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.SCHEDULE_ACTION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[422] return AppPersistence.addScheduledApp(this, scheduleId, arguments, topic, eventFilter, recurring); ^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[437] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[437] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[439] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LOCK_ACTION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[468] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[468] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[470] sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LOCK_ACTION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[490] private void saveLock(boolean locked) { ^^^^^^ The parameter locked is hiding a field from type ApplicationDescriptor [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[498] private static final Collection scalars = Arrays.asList(new Class[] {String.class, Integer.class, Long.class, Float.class, Double.class, Byte.class, Short.class, Character.class, Boolean.class}); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[499] private static final Collection scalarsArrays = Arrays.asList(new Class[] {String[].class, Integer[].class, Long[].class, Float[].class, Double[].class, Byte[].class, Short[].class, Character[].class, Boolean[].class}); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[500] private static final Collection primitiveArrays = Arrays.asList(new Class[] {long[].class, int[].class, short[].class, char[].class, byte[].class, double[].class, float[].class, boolean[].class}); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[502] private static Map checkArgs(Map arguments, boolean validateValues) throws ApplicationException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[502] private static Map checkArgs(Map arguments, boolean validateValues) throws ApplicationException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[505] Map copy = validateValues ? new HashMap() : null; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[505] Map copy = validateValues ? new HashMap() : null; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[506] for (Iterator entries = arguments.entrySet().iterator(); entries.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[507] Map.Entry entry = (Entry) entries.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[507] Map.Entry entry = (Entry) entries.next(); ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[509] throw new IllegalArgumentException("Invalid key type: " + entry.getKey() == null ? "" : entry.getKey().getClass().getName()); ^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[509] throw new IllegalArgumentException("Invalid key type: " + entry.getKey() == null ? "" : entry.getKey().getClass().getName()); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[511] throw new IllegalArgumentException("Empty string is an invalid key"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[518] private static void validateValue(Map.Entry entry, Map copy) throws ApplicationException { ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[518] private static void validateValue(Map.Entry entry, Map copy) throws ApplicationException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[519] Class clazz = entry.getValue().getClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[523] copy.put(entry.getKey(), entry.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[532] copy.put(entry.getKey(), copyOfArray); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[538] Collection valueCollection = (Collection) entry.getValue(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[538] Collection valueCollection = (Collection) entry.getValue(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[539] for (Iterator it = valueCollection.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[540] Class containedClazz = it.next().getClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationDescriptor.java:[545] copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue())); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[46] public final static String APPLICATION_DESCRIPTOR = "application.descriptor"; ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[51] public final static String APPLICATION_STATE = "application.state"; ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[59] public final static String APPLICATION_SUPPORTS_EXITVALUE = "application.supports.exitvalue"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[65] public final static String RUNNING = "RUNNING"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[72] public final static String STOPPING = "STOPPING"; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[104] throw new NullPointerException("Parameters must not be null!"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[212] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[212] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ApplicationHandle.java:[214] sm.checkPermission(new ApplicationAdminPermission(getApplicationDescriptor(), ApplicationAdminPermission.LIFECYCLE_ACTION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[48] public static final String SCHEDULE_ID = "schedule.id"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[57] public static final String TRIGGERING_EVENT = "org.osgi.triggeringevent"; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[63] public static final String TIMER_TOPIC = "org/osgi/application/timer"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[69] public static final String YEAR = "year"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[75] public static final String MONTH = "month"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[81] public static final String DAY_OF_MONTH = "day_of_month"; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[87] public static final String DAY_OF_WEEK = "day_of_week"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[93] public static final String HOUR_OF_DAY = "hour_of_day"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[99] public static final String MINUTE = "minute"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/ScheduledApplication.java:[163] public Map getArguments(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/app/IApplicationContext.java:[88] public Map getArguments(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[17] import java.security.AccessController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[27] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[31] public class Activator implements BundleActivator, ServiceTrackerCustomizer { ^^^^^^^^^^^^^^^^^^^^^^^^ ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[37] private volatile static PackageAdmin _packageAdmin; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[40] private volatile static ServiceTracker _frameworkLogTracker; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[42] private ServiceTracker registryTracker; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[50] ServiceReference ref = bc.getServiceReference(PackageAdmin.class.getName()); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[50] ServiceReference ref = bc.getServiceReference(PackageAdmin.class.getName()); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[52] _packageAdmin = (PackageAdmin) bc.getService(ref); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[52] _packageAdmin = (PackageAdmin) bc.getService(ref); ^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[52] _packageAdmin = (PackageAdmin) bc.getService(ref); ^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[53] _frameworkLogTracker = new ServiceTracker(bc, FrameworkLog.class.getName(), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[53] _frameworkLogTracker = new ServiceTracker(bc, FrameworkLog.class.getName(), null); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[60] registryTracker = new ServiceTracker(bc, IExtensionRegistry.class.getName(), this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[60] registryTracker = new ServiceTracker(bc, IExtensionRegistry.class.getName(), this); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[92] ServiceReference debugRef = context.getServiceReference(DebugOptions.class.getName()); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[95] DebugOptions debugOptions = (DebugOptions) context.getService(debugRef); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[95] DebugOptions debugOptions = (DebugOptions) context.getService(debugRef); ^^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[104] ServiceReference infoRef = bc.getServiceReference(EnvironmentInfo.class.getName()); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[107] EnvironmentInfo envInfo = (EnvironmentInfo) bc.getService(infoRef); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[107] EnvironmentInfo envInfo = (EnvironmentInfo) bc.getService(infoRef); ^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[132] service = context.getService(reference); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[176] static void openTracker(final ServiceTracker tracker, final boolean allServices) { ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[177] if (System.getSecurityManager() == null) ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] AccessController.doPrivileged(new PrivilegedAction() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] AccessController.doPrivileged(new PrivilegedAction() { @Override public Object run() { tracker.open(allServices); return null; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction) of type AccessController [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] AccessController.doPrivileged(new PrivilegedAction() { @Override public Object run() { tracker.open(allServices); return null; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] AccessController.doPrivileged(new PrivilegedAction() { @Override public Object run() { tracker.open(allServices); return null; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[180] AccessController.doPrivileged(new PrivilegedAction() { ^^^^^^^^^^^^^^^^ PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[190] static Object getService(final ServiceTracker tracker) { ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[191] if (System.getSecurityManager() == null) ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] return AccessController.doPrivileged(new PrivilegedAction() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] return AccessController.doPrivileged(new PrivilegedAction() { @Override public Object run() { return tracker.getService(); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction) of type AccessController [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] return AccessController.doPrivileged(new PrivilegedAction() { @Override public Object run() { return tracker.getService(); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] return AccessController.doPrivileged(new PrivilegedAction() { @Override public Object run() { return tracker.getService(); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[193] return AccessController.doPrivileged(new PrivilegedAction() { ^^^^^^^^^^^^^^^^ PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[203] if (System.getSecurityManager() == null) ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] return (String) AccessController.doPrivileged(new PrivilegedAction() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] return (String) AccessController.doPrivileged(new PrivilegedAction() { @Override public Object run() { return bundle.getLocation(); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction) of type AccessController [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] return (String) AccessController.doPrivileged(new PrivilegedAction() { @Override public Object run() { return bundle.getLocation(); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] return (String) AccessController.doPrivileged(new PrivilegedAction() { @Override public Object run() { return bundle.getLocation(); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[205] return (String) AccessController.doPrivileged(new PrivilegedAction() { ^^^^^^^^^^^^^^^^ PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[225] PackageAdmin packageAdmin = _packageAdmin; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[228] Bundle[] bundles = packageAdmin.getBundles(contributor.getName(), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBundles(String, String) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/Activator.java:[249] ServiceTracker frameworkLogTracker = _frameworkLogTracker; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[39] private ServiceTracker applicationDescriptors; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[40] private ServiceTracker applicationHandles; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[41] private ServiceTracker scheduledApplications; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[45] private ServiceRegistration providerRegistration; ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[68] applicationDescriptors = new ServiceTracker(ctx, ApplicationDescriptor.class.getName(), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[68] applicationDescriptors = new ServiceTracker(ctx, ApplicationDescriptor.class.getName(), null); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[70] applicationHandles = new ServiceTracker(ctx, ApplicationHandle.class.getName(), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[70] applicationHandles = new ServiceTracker(ctx, ApplicationHandle.class.getName(), null); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[72] scheduledApplications = new ServiceTracker(ctx, ScheduledApplication.class.getName(), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[72] scheduledApplications = new ServiceTracker(ctx, ScheduledApplication.class.getName(), null); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[187] private Dictionary getServiceProps(ServiceReference ref) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[197] ServiceReference[] apps = applicationDescriptors.getServiceReferences(); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[202] for (ServiceReference app : apps) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[226] ServiceReference[] active = applicationHandles.getServiceReferences(); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[231] for (ServiceReference r : active) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[239] private ServiceReference getApplication(ServiceReference[] apps, String targetId, String idKey, ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[239] private ServiceReference getApplication(ServiceReference[] apps, String targetId, String idKey, ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[244] ServiceReference result = null; ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[246] for (ServiceReference app : apps) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[264] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[278] ApplicationDescriptor appDesc = (context.getService(application)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[278] ApplicationDescriptor appDesc = (context.getService(application)); ^^^^^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[291] ServiceReference application = getApplication(applicationHandles.getServiceReferences(), appId, ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[301] ApplicationHandle appHandle = (ApplicationHandle) context.getService(application); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[301] ApplicationHandle appHandle = (ApplicationHandle) context.getService(application); ^^^^^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[317] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[323] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[323] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); ^^^^^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[335] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[341] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[341] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); ^^^^^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[353] ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId, ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[359] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[359] ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application); ^^^^^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[373] ServiceReference application = getApplication(scheduledApplications.getServiceReferences(), appId, ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[379] ScheduledApplication schedApp = (ScheduledApplication) context.getService(application); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppCommands.java:[379] ScheduledApplication schedApp = (ScheduledApplication) context.getService(application); ^^^^^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[34] public class AppPersistence implements ServiceTrackerCustomizer { ^^^^^^^^^^^^^^^^^^^^^^^^ ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[47] private static ServiceTracker configTracker; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[83] configTracker = new ServiceTracker(context, filter, new AppPersistence()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[83] configTracker = new ServiceTracker(context, filter, new AppPersistence()); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[181] ServiceRegistration sr = context.registerService( ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/AppPersistence.java:[409] configLocation = (Location) context.getService(reference); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[33] public class DefaultApplicationListener implements ApplicationRunnable, ServiceTrackerCustomizer { ^^^^^^^^^^^^^^^^^^^^^^^^ ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[36] private final ServiceTracker handleTracker; // tracks the default application handle ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[40] ServiceReference defaultRef = defaultApp.getServiceReference(); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[48] ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[48] ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[48] ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/DefaultApplicationListener.java:[135] return Activator.getContext().getService(reference); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[19] import java.security.AccessController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[39] implements IRegistryEventListener, SynchronousBundleListener, ServiceTrackerCustomizer { ^^^^^^^^^^^^^^^^^^^^^^^^ ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[71] final private ServiceTracker launcherTracker; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[96] launcherTracker = new ServiceTracker(context, ApplicationLauncher.class.getName(), this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[96] launcherTracker = new ServiceTracker(context, ApplicationLauncher.class.getName(), this); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] ServiceRegistration sr = (ServiceRegistration) AccessController ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] ServiceRegistration sr = (ServiceRegistration) AccessController ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] ServiceRegistration sr = (ServiceRegistration) AccessController ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[197] ServiceRegistration sr = (ServiceRegistration) AccessController .doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() }, appDescriptor, appDescriptor.getServiceProperties())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation doPrivileged(EclipseAppContainer.RegisterService) of the generic method doPrivileged(PrivilegedAction) of type AccessController [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[198] .doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() }, appDescriptor, appDescriptor.getServiceProperties())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[198] .doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() }, appDescriptor, appDescriptor.getServiceProperties())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EclipseAppContainer.RegisterService needs unchecked conversion to conform to PrivilegedAction [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[222] PrivilegedAction getRegServiceAction(String[] serviceClasses, Object serviceObject, ^^^^^^^^^^^^^^^^ PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[231] private class RegisterService implements PrivilegedAction { ^^^^^^^^^^^^^^^^ PrivilegedAction is a raw type. References to generic type PrivilegedAction should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[403] ServiceReference[] runningRefs = context.getServiceReferences(ApplicationHandle.class.getName(), ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[406] for (ServiceReference runningRef : runningRefs) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[407] ApplicationHandle handle = (ApplicationHandle) context.getService(runningRef); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[407] ApplicationHandle handle = (ApplicationHandle) context.getService(runningRef); ^^^^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppContainer.java:[643] appLauncher = (ApplicationLauncher) context.getService(reference); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[18] import java.security.AccessController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[44] private ServiceRegistration sr; ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[129] ServiceRegistration reg = getServiceRegistration(); ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[132] reg.setProperties(getServiceProperties()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setProperties(Dictionary) belongs to the raw type ServiceRegistration. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[139] void setServiceRegistration(ServiceRegistration sr) { ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[148] private ServiceRegistration getServiceRegistration() { ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[199] ServiceRegistration appHandleReg = (ServiceRegistration) AccessController .doPrivileged(appContainer.getRegServiceAction( new String[] { ApplicationHandle.class.getName(), IApplicationContext.class.getName() }, newAppHandle, newAppHandle.getServiceProperties())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation doPrivileged(PrivilegedAction) of the generic method doPrivileged(PrivilegedAction) of type AccessController [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[200] .doPrivileged(appContainer.getRegServiceAction( new String[] { ApplicationHandle.class.getName(), IApplicationContext.class.getName() }, newAppHandle, newAppHandle.getServiceProperties())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppDescriptor.java:[227] ServiceRegistration temp = getServiceRegistration(); ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[46] private volatile ServiceRegistration handleRegistration; ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[102] void setServiceRegistration(ServiceRegistration sr) { ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[110] private ServiceRegistration getServiceRegistration() { ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[123] ServiceReference getServiceReference() { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[124] ServiceRegistration reg = getServiceRegistration(); ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[165] ServiceRegistration handleReg = getServiceRegistration(); ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[168] handleReg.setProperties(getServiceProperties()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setProperties(Dictionary) belongs to the raw type ServiceRegistration. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[275] final ServiceReference[] monitors = getStartupMonitors(); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[287] for (ServiceReference m : monitors) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[288] StartupMonitor monitor = (StartupMonitor) Activator.getContext().getService(m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[288] StartupMonitor monitor = (StartupMonitor) Activator.getContext().getService(m); ^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[298] private ServiceReference[] getStartupMonitors() { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[301] ServiceReference[] refs = null; ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseAppHandle.java:[310] Arrays.sort(refs, new Comparator() { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[40] private ServiceRegistration sr; ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[41] private ServiceTracker appTracker; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[52] appTracker = new ServiceTracker(context, context.createFilter(FILTER_PREFIX + appPid + FILTER_POSTFIX), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[52] appTracker = new ServiceTracker(context, context.createFilter(FILTER_PREFIX + appPid + FILTER_POSTFIX), null); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[138] synchronized void setServiceRegistration(ServiceRegistration sr) { ^^^^^^^^^^^^^^^^^^^ ServiceRegistration is a raw type. References to generic type ServiceRegistration should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[160] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[160] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/EclipseScheduledApplication.java:[162] sm.checkPermission(new TopicPermission(eventTopic, TopicPermission.SUBSCRIBE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated 268 problems (268 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.app --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.app --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.app --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.app --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.app --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.app --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.app --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.app:eclipse-plugin:1.7.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] -------------< org.eclipse.equinox:org.eclipse.equinox.cm >------------- [INFO] Building [bundle] Configuration Admin 1.6.0-SNAPSHOT [8/67] [INFO] from bundles/org.eclipse.equinox.cm/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm --- [INFO] The project's OSGi version is 1.6.0.v20240218-1855 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.cm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.cm --- [INFO] Resolving class path of [bundle] Configuration Admin [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.cm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.cm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.cm --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[92] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[92] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[96] sm.checkPermission(allConfigurationPermission); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[98] sm.checkPermission(new ConfigurationPermission(location, ConfigurationPermission.CONFIGURE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[105] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[105] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[121] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[121] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[124] sm.checkPermission(allAttributePermission); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[126] sm.checkPermission(new ConfigurationPermission(location, ConfigurationPermission.ATTRIBUTE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java:[17] import java.security.AccessController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java:[107] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java:[107] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java:[127] return AccessController.doPrivileged(new PrivilegedAction() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java:[127] return AccessController.doPrivileged(new PrivilegedAction() { @Override public String run() { return bundle.getLocation(); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationStore.java:[115] return AccessController.doPrivileged(new PrivilegedExceptionAction() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationStore.java:[115] return AccessController.doPrivileged(new PrivilegedExceptionAction() { @Override public File run() throws Exception { File toFile = token == null ? File.createTempFile(DATA_PRE, CFG_EXT, storeCopy) : (File) token; writeConfigurationFile(toFile, configProperties); return toFile; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationStore.java:[158] AccessController.doPrivileged(new PrivilegedAction<>() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationStore.java:[158] AccessController.doPrivileged(new PrivilegedAction<>() { @Override public Object run() { deleteConfigurationFile((File) token); return null; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated 19 problems (19 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.cm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.cm --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.cm --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.cm --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.cm --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.cm --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.cm:eclipse-plugin:1.6.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 11 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.device >----------- [INFO] Building [bundle] Device Access Service 1.2.0-SNAPSHOT [9/67] [INFO] from bundles/org.eclipse.equinox.device/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.device --- [INFO] The project's OSGi version is 1.2.0.v20240213-1515 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.device --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.device --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.device --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.device --- [INFO] Resolving class path of [bundle] Device Access Service [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.device --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.device --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.device --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java:[28] public class Activator implements BundleActivator, ServiceTrackerCustomizer, FrameworkListener, Runnable { ^^^^^^^^^^^^^^^^^^^^^^^^ ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java:[53] protected ServiceTracker devices; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java:[186] devices = new ServiceTracker(context, deviceFilter, this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java:[186] devices = new ServiceTracker(context, deviceFilter, this); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java:[269] public Object addingService(ServiceReference reference) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java:[289] public void modifiedService(ServiceReference reference, Object service) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java:[303] public void removedService(ServiceReference reference, Object object) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java:[317] ServiceReference[] references = devices.getServiceReferences(); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java:[323] ServiceReference device = references[i]; ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[25] public class DeviceTracker extends ServiceTracker { ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[33] protected ServiceReference device; ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[50] public DeviceTracker(Activator manager, ServiceReference device) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[51] super(manager.context, device, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[95] public Object addingService(ServiceReference reference) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[119] public void modifiedService(ServiceReference reference, Object service) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[133] public void removedService(ServiceReference reference, Object service) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[142] super.removedService(reference, service); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removedService(ServiceReference, Object) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[159] Vector exclude = new Vector<>(drivers.size()); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[162] ServiceReference driver = drivers.match(device, exclude); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[204] ServiceReference[] services = users[i].getRegisteredServices(); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[235] Object service = contxt.getService(device); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[235] Object service = contxt.getService(device); ^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[274] protected Properties(ServiceReference device) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[27] public class DriverLocatorTracker extends ServiceTracker { ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[46] super(manager.context, clazz, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[71] public Object addingService(ServiceReference reference) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[76] return (context.getService(reference)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[76] return (context.getService(reference)); ^^^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[89] public void modifiedService(ServiceReference reference, Object service) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[103] public void removedService(ServiceReference reference, Object service) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[123] ServiceReference[] references = getServiceReferences(); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[129] ServiceReference locator = references[i]; ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[130] DriverLocator service = (DriverLocator) getService(locator); ^^^^^^^^^^^^^^^^^^^ Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[211] ServiceReference[] references = getServiceReferences(); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[217] ServiceReference locator = references[i]; ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[218] DriverLocator service = (DriverLocator) getService(locator); ^^^^^^^^^^^^^^^^^^^ Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[24] public class DriverSelectorTracker extends ServiceTracker { ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[41] super(manager.context, clazz, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[58] public ServiceReference select(ServiceReference device, Match[] matches) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[58] public ServiceReference select(ServiceReference device, Match[] matches) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[64] ServiceReference selector = getServiceReference(); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[67] DriverSelector service = (DriverSelector) getService(selector); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[91] public ServiceReference defaultSelection(Match[] matches) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[95] ServiceReference reference = null; ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[120] public ServiceReference breakTie(ServiceReference ref1, ServiceReference ref2) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[120] public ServiceReference breakTie(ServiceReference ref1, ServiceReference ref2) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[120] public ServiceReference breakTie(ServiceReference ref1, ServiceReference ref2) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[16] import java.security.AccessController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[29] public class DriverTracker extends ServiceTracker { ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[46] protected Hashtable> matches; ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[52] protected Hashtable> referrals; ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[61] super(manager.context, clazz, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[89] public Object addingService(ServiceReference reference) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[121] return (context.getService(reference)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[121] return (context.getService(reference)); ^^^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[134] public void modifiedService(ServiceReference reference, Object service) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[160] public void removedService(ServiceReference reference, Object service) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[206] public String getDriverID(final ServiceReference reference) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[211] driver_id = AccessController ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[212] .doPrivileged((PrivilegedAction) () -> reference.getBundle().getLocation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[223] public ServiceReference getDriver(String driver_id) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[224] return ((ServiceReference) drivers.get(driver_id)); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[232] public ServiceReference match(ServiceReference device, Vector exclude) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[232] public ServiceReference match(ServiceReference device, Vector exclude) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[232] public ServiceReference match(ServiceReference device, Vector exclude) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[237] ServiceReference[] references = getServiceReferences(); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[245] ServiceReference driver = references[i]; ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[259] Driver service = (Driver) getService(driver); ^^^^^^^^^^^^^^^^^^ Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[303] public Match getMatch(ServiceReference driver, ServiceReference device) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[303] public Match getMatch(ServiceReference driver, ServiceReference device) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[306] Hashtable driverMatches = matches.get(driverid); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[315] public void storeMatch(ServiceReference driver, ServiceReference device, Match match) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[315] public void storeMatch(ServiceReference driver, ServiceReference device, Match match) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[318] Hashtable driverMatches = matches.get(driverid); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[337] public boolean attach(ServiceReference driver, ServiceReference device, Vector exclude) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[337] public boolean attach(ServiceReference driver, ServiceReference device, Vector exclude) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[337] public boolean attach(ServiceReference driver, ServiceReference device, Vector exclude) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[342] Driver service = (Driver) getService(driver); ^^^^^^^^^^^^^^^^^^ Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[382] public String getReferral(ServiceReference driver, ServiceReference device) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[382] public String getReferral(ServiceReference driver, ServiceReference device) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[385] Hashtable driverReferrals = referrals.get(driverid); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[394] public void storeReferral(ServiceReference driver, ServiceReference device, String referral) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[394] public void storeReferral(ServiceReference driver, ServiceReference device, String referral) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[397] Hashtable driverReferrals = referrals.get(driverid); ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogTracker.java:[30] class LogTracker extends ServiceTracker { ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogTracker.java:[49] super(context, clazz, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogTracker.java:[117] LogService service = (LogService) getService(references[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java:[23] private ServiceReference driver; ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java:[26] Match(ServiceReference driver, int matchValue) { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java:[31] public ServiceReference getDriver() { ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java:[31] public ServiceReference getDriver() { ^^^^^^^^^^^^^^^^ Type safety: The return type ServiceReference for getDriver() from the type Match needs unchecked conversion to conform to ServiceReference from the type Match [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[24] private AccessControlContext controlContext; ^^^^^^^^^^^^^^^^^^^^ The type AccessControlContext has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[32] this.controlContext = AccessController.getContext(); ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[32] this.controlContext = AccessController.getContext(); ^^^^^^^^^^^^ The method getContext() from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[44] if (System.getSecurityManager() == null) ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[46] return AccessController.doPrivileged((PrivilegedAction) () -> new Thread(target, name), controlContext); ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[46] return AccessController.doPrivileged((PrivilegedAction) () -> new Thread(target, name), controlContext); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction, AccessControlContext) from the type AccessController is deprecated 97 problems (97 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.device --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.device --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.device --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.device --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.device --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.device --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.device --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:42: error: @param name not found * @param context Device manager bundle context. ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:43: error: @param name not found * @param log LogService object ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:115: error: @param name not found * @param locators Array of DriverLocator objects ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:38: error: @param name not found * @param device DeviceTracker we are working for. ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:36: error: malformed HTML /** Dictionary mapping DRIVER_ID strings <==> Driver ServiceReferences */ ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:58: error: @param name not found * @param device DeviceTracker we are working for. ^ 6 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:42: error: @param name not found * @param context Device manager bundle context. ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:43: error: @param name not found * @param log LogService object ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:115: error: @param name not found * @param locators Array of DriverLocator objects ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:38: error: @param name not found * @param device DeviceTracker we are working for. ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:36: error: malformed HTML /** Dictionary mapping DRIVER_ID strings <==> Driver ServiceReferences */ ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:58: error: @param name not found * @param device DeviceTracker we are working for. ^ 6 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.2.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.device --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.device:eclipse-plugin:1.2.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 11 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.coordinator >--------- [INFO] Building [bundle] Coordinator 1.5.300-SNAPSHOT [10/67] [INFO] from bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31-I-builds [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.coordinator --- [INFO] The project's OSGi version is 1.5.300.v20240214-0846 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.coordinator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.coordinator --- [INFO] Resolving class path of [bundle] Coordinator [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.coordinator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.coordinator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.coordinator --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.coordinator --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.coordinator --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.5.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.coordinator --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.5.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.coordinator --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.coordinator --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.coordinator --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.5.300-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.coordinator --- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110 [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.coordinator --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.coordinator:eclipse-plugin:1.5.300-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 8 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.event >------------ [INFO] Building [bundle] Event Admin 1.7.0-SNAPSHOT [11/67] [INFO] from bundles/org.eclipse.equinox.event/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.event --- [INFO] The project's OSGi version is 1.7.0.v20240214-0846 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.event --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.event --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.event --- [INFO] Resolving class path of [bundle] Event Admin [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.event --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[115] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[115] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[142] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[142] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventAdminImpl.java:[145] sm.checkPermission(new TopicPermission(topic, TopicPermission.PUBLISH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerWrapper.java:[134] tempHandler = AccessController.doPrivileged(new PrivilegedAction() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/src/org/eclipse/equinox/internal/event/EventHandlerWrapper.java:[134] tempHandler = AccessController.doPrivileged(new PrivilegedAction() { @Override public EventHandler run() { return context.getService(reference); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated 7 problems (7 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.event --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.event --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.event --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.event --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.event --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.event --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.event --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.event --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.event:eclipse-plugin:1.7.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.metatype >---------- [INFO] Building [bundle] Meta Type 1.6.500-SNAPSHOT [12/67] [INFO] from bundles/org.eclipse.equinox.metatype/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.metatype --- [INFO] The project's OSGi version is 1.6.500.v20231214-2017 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.metatype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.metatype --- [INFO] Resolving class path of [bundle] Meta Type [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.metatype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.metatype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.metatype --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.metatype --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.metatype --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.metatype --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.metatype --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.metatype --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.metatype --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxAttributeDefinition.java:20: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxObjectClassDefinition.java:20: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/Extendable.java:22: error: unknown tag: anyAttribute * in the metadata XML on elements that support according to the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/MetaTypeInformationImpl.java:35: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/MetaTypeProviderTracker.java:37: error: @param name not found * @param context The BundleContext of the MetaTypeService implementation ^ 4 errors 1 warning Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxAttributeDefinition.java:20: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxObjectClassDefinition.java:20: error: self-closing element not allowed *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/Extendable.java:22: error: unknown tag: anyAttribute * in the metadata XML on elements that support according to the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/MetaTypeInformationImpl.java:35: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/MetaTypeProviderTracker.java:37: error: @param name not found * @param context The BundleContext of the MetaTypeService implementation ^ 4 errors 1 warning Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.500-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.metatype --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.metatype:eclipse-plugin:1.6.500-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.useradmin >---------- [INFO] Building [bundle] User Admin Service 1.3.0-SNAPSHOT [13/67] [INFO] from bundles/org.eclipse.equinox.useradmin/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.useradmin --- [INFO] The project's OSGi version is 1.3.0.v20240214-0659 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.useradmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.useradmin --- [INFO] Resolving class path of [bundle] User Admin Service [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.useradmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.useradmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.useradmin --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[328] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[328] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[333] sm.checkPermission(adminPermission); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[338] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[338] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[340] sm.checkPermission(new org.osgi.service.useradmin.UserAdminPermission(credential, org.osgi.service.useradmin.UserAdminPermission.GET_CREDENTIAL)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[346] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[346] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[348] sm.checkPermission(new org.osgi.service.useradmin.UserAdminPermission(credential, org.osgi.service.useradmin.UserAdminPermission.CHANGE_CREDENTIAL)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[354] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[354] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[356] sm.checkPermission(new org.osgi.service.useradmin.UserAdminPermission(property, org.osgi.service.useradmin.UserAdminPermission.CHANGE_PROPERTY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[53] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[53] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { rootNode = preferencesService.getUserPreferences(persistenceUserName); loadRoles(); return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[66] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[66] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { Preferences node = rootNode.node(role.getName()); node.putInt(typeString, role.getType()); node.flush(); return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[80] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[80] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { Preferences node = rootNode.node(role.getName()); node.removeNode(); rootNode.node("").flush(); //$NON-NLS-1$ return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[94] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[94] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { Preferences propertyNode = rootNode.node(role.getName() + "/" + propertiesNode); //$NON-NLS-1$ propertyNode.clear(); if (propertyNode.nodeExists(typesNode)) propertyNode.node(typesNode).removeNode(); propertyNode.flush(); return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[111] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[111] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { Preferences propertyNode = rootNode.node(role.getName() + "/" + propertiesNode); //$NON-NLS-1$ Preferences propertyTypesNode = propertyNode.node(typesNode); if (value instanceof String) { propertyNode.put(key, (String) value); propertyTypesNode.putBoolean(key, true); } else // must be a byte array, then { propertyNode.putByteArray(key, (byte[]) value); propertyTypesNode.putBoolean(key, false); } propertyNode.flush(); return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[134] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[134] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { Preferences propertyNode = rootNode.node(role.getName() + "/" + propertiesNode); //$NON-NLS-1$ propertyNode.remove(key); if (propertyNode.nodeExists(typesNode)) propertyNode.node(typesNode).remove(key); propertyNode.flush(); return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[150] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[150] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { Preferences credentialNode = rootNode.node(role.getName() + "/" + credentialsNode); //$NON-NLS-1$ credentialNode.clear(); if (credentialNode.nodeExists(typesNode)) credentialNode.node(typesNode).removeNode(); credentialNode.flush(); return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[168] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[168] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { Preferences credentialNode = rootNode.node(role.getName() + "/" + credentialsNode); //$NON-NLS-1$ Preferences credentialTypesNode = credentialNode.node(typesNode); if (value instanceof String) { credentialNode.put(key, (String) value); credentialTypesNode.putBoolean(key, true); } else // assume it is a byte array { credentialNode.putByteArray(key, (byte[]) value); credentialTypesNode.putBoolean(key, false); } credentialNode.flush(); return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[193] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[193] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { Preferences credentialNode = rootNode.node(role.getName() + "/" + credentialsNode); //$NON-NLS-1$ credentialNode.remove(key); if (credentialNode.nodeExists(typesNode)) credentialNode.node(typesNode).remove(key); credentialNode.flush(); return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[209] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[209] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { Preferences memberNode = rootNode.node(group.getName() + "/" + membersNode); //$NON-NLS-1$ memberNode.put(role.getName(), basicString); memberNode.flush(); return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[226] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[226] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { Preferences memberNode = rootNode.node(group.getName() + "/" + membersNode); //$NON-NLS-1$ memberNode.put(role.getName(), requiredString); memberNode.flush(); return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[241] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[241] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { Preferences memberNode = rootNode.node(group.getName() + "/" + membersNode); //$NON-NLS-1$ memberNode.remove(role.getName()); memberNode.flush(); return (null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated 36 problems (36 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.useradmin --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.useradmin --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.useradmin --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.useradmin --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.useradmin --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.useradmin --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Authorization.java:30: error: tag not supported in HTML5: font * Trusting Authorization objects. ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Authorization.java:29: warning: empty

tag *

^ 1 error 1 warning Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Authorization.java:30: error: tag not supported in HTML5: font * Trusting Authorization objects. ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Authorization.java:29: warning: empty

tag *

^ 1 error 1 warning Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.useradmin --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.useradmin:eclipse-plugin:1.3.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 10 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.compendium.sdk >------- [INFO] Building [feature] Equinox Compendium SDK 3.23.0-SNAPSHOT [14/67] [INFO] from features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.compendium.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.compendium.sdk/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.compendium.sdk --- [INFO] The project's OSGi version is 3.23.0.v20240218-1855 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.compendium.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.compendium.sdk/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.compendium.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.compendium.sdk/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.compendium.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.compendium.sdk/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.equinox.compendium.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.23.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.compendium.sdk --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.compendium.sdk --- [WARNING] The following referenced plugins have missing sources org.eclipse.equinox.app.source_1.7.0.v20240213-1427 org.eclipse.equinox.coordinator.source_1.5.300.v20240214-0846 org.eclipse.equinox.cm.source_1.6.0.v20240218-1855 org.eclipse.equinox.device.source_1.2.0.v20240213-1515 org.eclipse.equinox.event.source_1.7.0.v20240214-0846 org.eclipse.equinox.metatype.source_1.6.500.v20231214-2017 org.eclipse.equinox.preferences.source_3.11.0.v20240210-0844 org.osgi.service.prefs.source_1.1.2.202109301733 org.eclipse.equinox.useradmin.source_1.3.0.v20240214-0659 org.osgi.service.coordinator.source_1.0.2.201505202024 [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.23.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.compendium.sdk --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml: baseline and build artifacts have same version but different contents classifier-sources-feature: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.23.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources-feature] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.compendium.sdk --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.osgi.compatibility.state >------ [INFO] Building [bundle] Equinox State and Resolver Compatibility Fragment 1.2.1000-SNAPSHOT [15/67] [INFO] from bundles/org.eclipse.osgi.compatibility.state/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.compatibility.state --- [INFO] The project's OSGi version is 1.2.1000.v20240213-1057 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi.compatibility.state --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.compatibility.state --- [INFO] Resolving class path of [bundle] Equinox State and Resolver Compatibility Fragment [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi.compatibility.state --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi.compatibility.state --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.osgi.compatibility.state --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/module/ResolverImpl.java:[308] StringBuilder bundleEE = new StringBuilder(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT.length() + 20); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/module/ResolverImpl.java:[309] bundleEE.append(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT).append(": "); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/module/ResolverImpl.java:[674] String eeSpecs = (String) platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/BundleDeltaImpl.java:[65] if ((type & BundleDelta.LINKAGE_CHANGED) != 0) ^^^^^^^^^^^^^^^ The field BundleDelta.LINKAGE_CHANGED is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/ImportPackageSpecificationImpl.java:[190] } else if (Constants.PACKAGE_SPECIFICATION_VERSION.equals(mandatory) || Constants.VERSION_ATTRIBUTE.equals(mandatory)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[59] private static final String[] DEFINED_PACKAGE_MATCHING_ATTRS = {Constants.BUNDLE_SYMBOLICNAME_ATTRIBUTE, Constants.BUNDLE_VERSION_ATTRIBUTE, Constants.PACKAGE_SPECIFICATION_VERSION, Constants.VERSION_ATTRIBUTE}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[63] static final String[] DEFINED_BSN_MATCHING_ATTRS = {Constants.BUNDLE_VERSION_ATTRIBUTE, StateImpl.OPTIONAL_ATTRIBUTE, StateImpl.REPROVIDE_ATTRIBUTE}; ^^^^^^^^^^^^^^^^^^ The field StateImpl.OPTIONAL_ATTRIBUTE is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[63] static final String[] DEFINED_BSN_MATCHING_ATTRS = {Constants.BUNDLE_VERSION_ATTRIBUTE, StateImpl.OPTIONAL_ATTRIBUTE, StateImpl.REPROVIDE_ATTRIBUTE}; ^^^^^^^^^^^^^^^^^^^ The field StateImpl.REPROVIDE_ATTRIBUTE is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[131] String[] brees = ManifestElement.getArrayFromList(manifest.get(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[137] ManifestElement[] provides = ManifestElement.parseHeader(StateImpl.PROVIDE_PACKAGE, manifest.get(StateImpl.PROVIDE_PACKAGE)); ^^^^^^^^^^^^^^^ The field StateImpl.PROVIDE_PACKAGE is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[137] ManifestElement[] provides = ManifestElement.parseHeader(StateImpl.PROVIDE_PACKAGE, manifest.get(StateImpl.PROVIDE_PACKAGE)); ^^^^^^^^^^^^^^^ The field StateImpl.PROVIDE_PACKAGE is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[266] result.setExported(Constants.VISIBILITY_REEXPORT.equals(spec.getDirective(Constants.VISIBILITY_DIRECTIVE)) || "true".equals(spec.getAttribute(StateImpl.REPROVIDE_ATTRIBUTE))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ The field StateImpl.REPROVIDE_ATTRIBUTE is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[267] result.setOptional(Constants.RESOLUTION_OPTIONAL.equals(spec.getDirective(Constants.RESOLUTION_DIRECTIVE)) || "true".equals(spec.getAttribute(StateImpl.OPTIONAL_ATTRIBUTE))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ The field StateImpl.OPTIONAL_ATTRIBUTE is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[324] versionString = importPackage.getAttribute(Constants.PACKAGE_SPECIFICATION_VERSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[371] versionString = exportPackage.getAttribute(Constants.PACKAGE_SPECIFICATION_VERSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[864] String specVersion = elements[i].getAttribute(Constants.PACKAGE_SPECIFICATION_VERSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[866] throw new BundleException(NLS.bind(StateMsg.HEADER_VERSION_ERROR, Constants.VERSION_ATTRIBUTE, Constants.PACKAGE_SPECIFICATION_VERSION), BundleException.MANIFEST_ERROR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateHelperImpl.java:[131] String name = description.getName(); ^^^^^^^^^ The method getName() from the type GenericDescription is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:[152] public static final String[] PROPS = {OSGI_OS, OSGI_WS, OSGI_NL, OSGI_ARCH, Constants.FRAMEWORK_SYSTEMPACKAGES, Constants.FRAMEWORK_SYSTEMPACKAGES_EXTRA, OSGI_RESOLVER_MODE, Constants.FRAMEWORK_EXECUTIONENVIRONMENT, "osgi.resolveOptional", "osgi.genericAliases", Constants.FRAMEWORK_OS_NAME, Constants.FRAMEWORK_OS_VERSION, Constants.FRAMEWORK_PROCESSOR, Constants.FRAMEWORK_LANGUAGE, STATE_SYSTEM_BUNDLE, Constants.FRAMEWORK_SYSTEMCAPABILITIES, Constants.FRAMEWORK_SYSTEMCAPABILITIES_EXTRA}; //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:[909] performResetSystemCapabilities |= checkProp(this.platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT), newPlatformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:[909] performResetSystemCapabilities |= checkProp(this.platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT), newPlatformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:[986] checkOSGiEE(capabilities, (String) platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT), i); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateWriter.java:[711] writeVersion(versionRange.getMaximum(), out); ^^^^^^^^^^^^ The method getMaximum() from the type VersionRange is deprecated 23 problems (23 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi.compatibility.state --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.1000-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.compatibility.state --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.compatibility.state --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.1000-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.osgi.compatibility.state --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.1000-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.console >----------- [INFO] Building [bundle] Console plug-in 1.4.700-SNAPSHOT [16/67] [INFO] from bundles/org.eclipse.equinox.console/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console --- [INFO] The project's OSGi version is 1.4.700.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.console --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.console --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console --- [INFO] Resolving class path of [bundle] Console plug-in [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.console --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/Activator.java:[57] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:[81] import org.osgi.service.packageadmin.ExportedPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ExportedPackage is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:[82] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated 3 problems (3 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.console --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.console --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.console --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.console --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.700-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.700-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.console --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:99: error: unknown tag: key *

  • setprop = - set the OSGI property
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:99: error: unknown tag: value *
  • setprop = - set the OSGI property
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:106: error: unknown tag: url *
  • install {s[tart]} - install and optionally start bundle from the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:108: error: unknown tag: id *
  • refresh (|) - refresh the packages of the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:108: error: unknown tag: location *
  • refresh (|) - refresh the packages of the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:110: error: unknown tag: id *
  • start (|) - start the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:110: error: unknown tag: location *
  • start (|) - start the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:111: error: unknown tag: id *
  • stop (|) - stop the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:111: error: unknown tag: location *
  • stop (|) - stop the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:112: error: unknown tag: id *
  • uninstall (|) - uninstall the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:112: error: unknown tag: location *
  • uninstall (|) - uninstall the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:113: error: unknown tag: id *
  • update (||<*>) - update the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:113: error: unknown tag: location *
  • update (||<*>) - update the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:113: error: malformed HTML *
  • update (||<*>) - update the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:119: error: unknown tag: id *
  • bundle (|) - display details for the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:119: error: unknown tag: location *
  • bundle (|) - display details for the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:122: error: unknown tag: id *
  • headers (|) - print bundle headers
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:122: error: unknown tag: location *
  • headers (|) - print bundle headers
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:123: error: unknown tag: pkgname *
  • packages {||} - display imported/exported package ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:123: error: unknown tag: id *
  • packages {||} - display imported/exported package ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:123: error: unknown tag: location *
  • packages {||} - display imported/exported package ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:128: error: bad HTML entity * (&(objectClass=com.xyz.Person)(|(sn=Jensen)(cn=Babs J*))); passing only ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:139: error: unknown tag: command *
  • exec - execute a command in a separate process and wait
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:140: error: unknown tag: command *
  • fork - execute a command in a separate process
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:141: error: unknown tag: name *
  • getprop - Displays the system properties with the given name, or ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:143: error: unknown tag: bsn *
  • requiredBundles [] - lists required bundles having the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:145: error: unknown tag: bsn *
  • classSpaces [] - lists required bundles having the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:152: error: unknown tag: id *
  • sl {(|)} - display the start level for the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:152: error: unknown tag: location *
  • sl {(|)} - display the start level for the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:154: error: unknown tag: start *
  • setfwsl - set the framework start level
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:155: error: unknown tag: start *
  • setbsl (|) - set the start level for the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:155: error: unknown tag: id *
  • setbsl (|) - set the start level for the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:155: error: unknown tag: location *
  • setbsl (|) - set the start level for the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:157: error: unknown tag: start *
  • setibsl - set the initial bundle start level
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:199: error: @param name not found * @param framework The current instance of the framework ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:1877: error: @param name not found * @param intp A CommandInterpreter object used for printing out error messages ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:1879: error: malformed HTML * @return The start level or an int <0 if it was invalid ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/HelpCommand.java:101: error: unknown tag: command_scope * If -scope is passed to the command, help is printed only for ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/Util.java:24: warning: empty

    tag *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/Util.java:41: error: malformed HTML * @exception ArrayIndexOutOfBoundsException when start < 0 or ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/Util.java:99: error: malformed HTML * @exception ArrayIndexOutOfBoundsException when start < 0 or ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/Util.java:141: error: malformed HTML * @exception ArrayIndexOutOfBoundsException when start < 0 or ^ 41 errors 1 warning Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:99: error: unknown tag: key *

  • setprop = - set the OSGI property
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:99: error: unknown tag: value *
  • setprop = - set the OSGI property
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:106: error: unknown tag: url *
  • install {s[tart]} - install and optionally start bundle from the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:108: error: unknown tag: id *
  • refresh (|) - refresh the packages of the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:108: error: unknown tag: location *
  • refresh (|) - refresh the packages of the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:110: error: unknown tag: id *
  • start (|) - start the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:110: error: unknown tag: location *
  • start (|) - start the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:111: error: unknown tag: id *
  • stop (|) - stop the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:111: error: unknown tag: location *
  • stop (|) - stop the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:112: error: unknown tag: id *
  • uninstall (|) - uninstall the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:112: error: unknown tag: location *
  • uninstall (|) - uninstall the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:113: error: unknown tag: id *
  • update (||<*>) - update the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:113: error: unknown tag: location *
  • update (||<*>) - update the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:113: error: malformed HTML *
  • update (||<*>) - update the specified bundle(s)
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:119: error: unknown tag: id *
  • bundle (|) - display details for the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:119: error: unknown tag: location *
  • bundle (|) - display details for the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:122: error: unknown tag: id *
  • headers (|) - print bundle headers
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:122: error: unknown tag: location *
  • headers (|) - print bundle headers
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:123: error: unknown tag: pkgname *
  • packages {||} - display imported/exported package ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:123: error: unknown tag: id *
  • packages {||} - display imported/exported package ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:123: error: unknown tag: location *
  • packages {||} - display imported/exported package ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:128: error: bad HTML entity * (&(objectClass=com.xyz.Person)(|(sn=Jensen)(cn=Babs J*))); passing only ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:139: error: unknown tag: command *
  • exec - execute a command in a separate process and wait
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:140: error: unknown tag: command *
  • fork - execute a command in a separate process
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:141: error: unknown tag: name *
  • getprop - Displays the system properties with the given name, or ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:143: error: unknown tag: bsn *
  • requiredBundles [] - lists required bundles having the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:145: error: unknown tag: bsn *
  • classSpaces [] - lists required bundles having the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:152: error: unknown tag: id *
  • sl {(|)} - display the start level for the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:152: error: unknown tag: location *
  • sl {(|)} - display the start level for the specified ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:154: error: unknown tag: start *
  • setfwsl - set the framework start level
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:155: error: unknown tag: start *
  • setbsl (|) - set the start level for the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:155: error: unknown tag: id *
  • setbsl (|) - set the start level for the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:155: error: unknown tag: location *
  • setbsl (|) - set the start level for the ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:157: error: unknown tag: start *
  • setibsl - set the initial bundle start level
  • ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:199: error: @param name not found * @param framework The current instance of the framework ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:1877: error: @param name not found * @param intp A CommandInterpreter object used for printing out error messages ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:1879: error: malformed HTML * @return The start level or an int <0 if it was invalid ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/HelpCommand.java:101: error: unknown tag: command_scope * If -scope is passed to the command, help is printed only for ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/Util.java:24: warning: empty

    tag *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/Util.java:41: error: malformed HTML * @exception ArrayIndexOutOfBoundsException when start < 0 or ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/Util.java:99: error: malformed HTML * @exception ArrayIndexOutOfBoundsException when start < 0 or ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/Util.java:141: error: malformed HTML * @exception ArrayIndexOutOfBoundsException when start < 0 or ^ 41 errors 1 warning Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.700-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.console --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.console:eclipse-plugin:1.4.700-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 11 s. [INFO] 0 API ERRORS [INFO] 6 API warnings [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.http.service.api >------ [INFO] Building [bundle] OSGi service http APIs 1.2.2-SNAPSHOT [17/67] [INFO] from bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31-I-builds [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.service.api --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.service.api --- [INFO] The project's OSGi version is 1.2.2.v20231218-2126 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.http.service.api --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.http.service.api --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.service.api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.service.api --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.http.service.api --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.service.api --- [INFO] Resolving class path of [bundle] OSGi service http APIs [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.service.api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.service.api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.http.service.api --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.http.service.api --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.service.api --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.http.service.api --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.service.api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.http.service.api --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.service.api --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.http.service.api --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.service.api --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.service.api --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.service.api:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.http.service.api --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.service.api --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.service.api:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.http.service.api --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/target/org.eclipse.equinox.http.service.api-1.2.2-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.service.api --- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110 [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.http.service.api --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.http.service.api:eclipse-plugin:1.2.2-SNAPSHOT with linux/gtk/x86_64 [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true} [ERROR] Cannot resolve project dependencies: [ERROR] You requested to install 'org.eclipse.equinox.p2.iu; org.eclipse.equinox.http.service.api 0.0.0' but it could not be found [ERROR] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. [WARNING] Can't resolve API baseline, API baseline check is skipped! [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.osgi.services >------------ [INFO] Building [bundle] OSGi Release 4.2.0 Services 3.12.0-SNAPSHOT [18/67] [INFO] from bundles/org.eclipse.osgi.services/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.services --- [INFO] The project's OSGi version is 3.12.0.v20231218-2126 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.osgi.services --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi.services --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.services --- [INFO] Resolving class path of [bundle] OSGi Release 4.2.0 Services [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.osgi.services --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.osgi.services --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi.services --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.12.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.12.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.services --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.services --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.osgi.services --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/component/annotations/Component.java:185: error: reference not found * {@link org.osgi.service.metatype.annotations.Designate Designate} ^ 1 error Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/component/annotations/Component.java:185: error: reference not found * {@link org.osgi.service.metatype.annotations.Designate Designate} ^ 1 error Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.12.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.osgi.services --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.osgi.services:eclipse-plugin:3.12.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [WARNING] [API WARNING] File MANIFEST.MF at line 0: The API problem filter for: 'The type org.osgi.service.http.HttpService has been removed from org.eclipse.osgi.services_3.12.0' is no longer used (location: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF) [WARNING] [API WARNING] File MANIFEST.MF at line 0: The API problem filter for: 'The type org.osgi.service.http.HttpContext has been removed from org.eclipse.osgi.services_3.12.0' is no longer used (location: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF) [WARNING] [API WARNING] File MANIFEST.MF at line 0: The API problem filter for: 'The type org.osgi.service.http.NamespaceException has been removed from org.eclipse.osgi.services_3.12.0' is no longer used (location: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF) [WARNING] [API WARNING] File MANIFEST.MF at line 0: The API problem filter for: 'The minor version should be the same for version 3.12.0, since no new APIs have been added since version 3.11.100' is no longer used (location: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/META-INF/MANIFEST.MF) [WARNING] 4 API problems can't be mapped to the compiler log! [INFO] 0 API ERRORS [INFO] 4 API warnings [INFO] [INFO] -------------< org.eclipse.equinox:org.eclipse.osgi.util >-------------- [INFO] Building [bundle] OSGi Release 4.2.0 Utility Classes 3.7.300-SNAPSHOT [19/67] [INFO] from bundles/org.eclipse.osgi.util/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.util --- [INFO] The project's OSGi version is 3.7.300.v20231104-1118 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.osgi.util --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.util/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi.util --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.util --- [INFO] Resolving class path of [bundle] OSGi Release 4.2.0 Utility Classes [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.util/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.util/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.osgi.util --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi.util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.util/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.7.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.7.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.util --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.util:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.util/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.util --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.util:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.util/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.osgi.util --- [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.core.feature >-------- [INFO] Building [feature] Equinox Core Function 1.15.0-SNAPSHOT [20/67] [INFO] from features/org.eclipse.equinox.core.feature/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.feature --- [INFO] The project's OSGi version is 1.15.0.v20240214-0846 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.core.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.feature/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.core.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.feature/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.core.feature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.feature/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.equinox.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.core.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.core.feature --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.region >----------- [INFO] Building [bundle] Region Digraph 1.5.500-SNAPSHOT [21/67] [INFO] from bundles/org.eclipse.equinox.region/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.region --- [INFO] The project's OSGi version is 1.5.500.v20231214-2017 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.region --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.region --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.region --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.region --- [INFO] Resolving class path of [bundle] Region Digraph [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.region --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.region --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.region --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.region --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.region --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.region --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.region --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.region --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.region --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.region --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/BundleIdBasedRegion.java:31: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/RegionLifecycleListener.java:22: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/RegionLifecycleListener.java:24: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/RegionManager.java:29: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/StandardRegionDigraph.java:29: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/StandardRegionDigraphPersistence.java:26: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionBundleEventHook.java:30: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionBundleFindHook.java:26: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionResolverHook.java:28: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionResolverHookFactory.java:28: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionServiceEventHook.java:30: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionServiceFindHook.java:25: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/management/StandardManageableRegion.java:30: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/management/StandardManageableRegionDigraph.java:31: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/Region.java:30: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraph.java:39: error: unknown tag: Region * The region digraph extends Iterable and so a foreach ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraphPersistence.java:22: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraphVisitor.java:20: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionFilter.java:29: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionFilterBuilder.java:23: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionFilterBuilder.java:29: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/management/ManageableRegion.java:23: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/management/ManageableRegionDigraph.java:24: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/management/ManageableRegion.java:39: error: unknown tag: ManageableRegion * Returns the {@ManageableRegion}s that this region depends upon. ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraphPersistence.java:35: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraphPersistence.java:39: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraphPersistence.java:53: error: self-closing element not allowed *

    ^ 27 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/BundleIdBasedRegion.java:31: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/RegionLifecycleListener.java:22: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/RegionLifecycleListener.java:24: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/RegionManager.java:29: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/StandardRegionDigraph.java:29: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/StandardRegionDigraphPersistence.java:26: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionBundleEventHook.java:30: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionBundleFindHook.java:26: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionResolverHook.java:28: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionResolverHookFactory.java:28: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionServiceEventHook.java:30: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/hook/RegionServiceFindHook.java:25: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/management/StandardManageableRegion.java:30: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/internal/region/management/StandardManageableRegionDigraph.java:31: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/Region.java:30: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraph.java:39: error: unknown tag: Region * The region digraph extends Iterable and so a foreach ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraphPersistence.java:22: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraphVisitor.java:20: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionFilter.java:29: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionFilterBuilder.java:23: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionFilterBuilder.java:29: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/management/ManageableRegion.java:23: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/management/ManageableRegionDigraph.java:24: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/management/ManageableRegion.java:39: error: unknown tag: ManageableRegion * Returns the {@ManageableRegion}s that this region depends upon. ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraphPersistence.java:35: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraphPersistence.java:39: error: self-closing element not allowed *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/src/org/eclipse/equinox/region/RegionDigraphPersistence.java:53: error: self-closing element not allowed *

    ^ 27 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.500-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.region --- [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.security >---------- [INFO] Building org.eclipse.equinox.security 1.4.200-SNAPSHOT [22/67] [INFO] from bundles/org.eclipse.equinox.security/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security --- [INFO] The project's OSGi version is 1.4.200.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.security --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security --- [INFO] Resolving class path of org.eclipse.equinox.security [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.security --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/SecurePreferencesMapper.java:[88] location = getKeyringFile(args[i + 1]).toURL(); // don't use File.toURI().toURL() ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/SecurePreferencesMapper.java:[102] location = getKeyringFile(environmentKeyring).toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/StorageUtils.java:[54] return file.toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/StorageUtils.java:[61] return file.toURL(); ^^^^^^^ The method toURL() from the type File is deprecated 4 problems (4 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.security --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.security --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.security --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.security --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/SecurePreferencesContainer.java:45: error: malformed HTML * [secure preferences1] <- 1 : 1 -> URL1 ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/SecurePreferencesContainer.java:51: error: malformed HTML * [secure preferences2] <- 1 : 1 -> URL2 ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java:220: error: unknown tag: String * Result: Map: cipher -> keyFactory ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java:220: error: unknown tag: String * Result: Map: cipher -> keyFactory ^ 4 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/SecurePreferencesContainer.java:45: error: malformed HTML * [secure preferences1] <- 1 : 1 -> URL1 ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/SecurePreferencesContainer.java:51: error: malformed HTML * [secure preferences2] <- 1 : 1 -> URL2 ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java:220: error: unknown tag: String * Result: Map: cipher -> keyFactory ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java:220: error: unknown tag: String * Result: Map: cipher -> keyFactory ^ 4 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.security --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.security:eclipse-plugin:1.4.200-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.security.ui >--------- [INFO] Building [bundle] Equinox Security Default UI 1.4.200-SNAPSHOT [23/67] [INFO] from bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.ui --- [INFO] The project's OSGi version is 1.4.200.v20240213-1246 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.ui --- [INFO] Resolving class path of [bundle] Equinox Security Default UI [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.security.ui --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security.ui --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.security.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.4.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.4.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.ui --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.ui --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.security.ui --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java:64: warning: empty

    tag [WARNING] *

    [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java:76: warning: empty

    tag [WARNING] *

    [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java:88: warning: empty

    tag [WARNING] *

    [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java:102: warning: empty

    tag [WARNING] *

    [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java:114: warning: empty

    tag [WARNING] *

    [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java:124: warning: empty

    tag [WARNING] *

    [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java:134: warning: empty

    tag [WARNING] *

    [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java:144: warning: empty

    tag [WARNING] *

    [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java:155: warning: empty

    tag [WARNING] *

    [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java:220: warning: empty

    tag [WARNING] *

    [WARNING] ^ [WARNING] 10 warnings [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.4.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.security.ui --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.security.ui:eclipse-plugin:1.4.200-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 12 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.security.macosx >------- [INFO] Building org.eclipse.equinox.security.macosx 1.102.200-SNAPSHOT [24/67] [INFO] from bundles/org.eclipse.equinox.security.macosx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.target for environments=[macosx/cocoa/x86_64, macosx/cocoa/aarch64], 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@214c97e1 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.macosx --- [INFO] The project's OSGi version is 1.102.200.v20231214-2017 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.macosx --- [INFO] Resolving class path of org.eclipse.equinox.security.macosx [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.security.macosx --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.security.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.macosx --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.102.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.macosx --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.102.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.security.macosx --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.bidi >------------ [INFO] Building [bundle] Bidirectional Text Support 1.5.0-SNAPSHOT [25/67] [INFO] from bundles/org.eclipse.equinox.bidi/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi --- [INFO] The project's OSGi version is 1.5.0.v20240113-0700 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.bidi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.bidi --- [INFO] Resolving class path of [bundle] Bidirectional Text Support [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.bidi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.bidi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.bidi --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.bidi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.bidi --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.bidi --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.bidi --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.5.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.bidi --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.bidi:eclipse-plugin:1.5.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 10 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.weaving.hook >-------- [INFO] Building [bundle] Aspect Weaving Hooks Plug-in 1.4.0-SNAPSHOT [26/67] [INFO] from bundles/org.eclipse.equinox.weaving.hook/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.hook --- [INFO] The project's OSGi version is 1.4.0.v20240213-1357 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.weaving.hook --- [INFO] Resolving class path of [bundle] Aspect Weaving Hooks Plug-in [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.weaving.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.weaving.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.weaving.hook --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/service/weaving/ISupplementerRegistry.java:[22] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/service/weaving/ISupplementerRegistry.java:[35] public PackageAdmin getPackageAdmin(); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/service/weaving/ISupplementerRegistry.java:[52] public void setPackageAdmin(final PackageAdmin packageAdmin); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[42] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[43] import org.osgi.service.startlevel.StartLevel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type StartLevel is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[57] private PackageAdmin packageAdminService; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[59] private StartLevel startLevelService; ^^^^^^^^^^ The type StartLevel is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[114] host = packageAdminService.getHosts(fragment)[0]; ^^^^^^^^^^^^^^^^^^ The method getHosts(Bundle) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[188] && startLevelService.getStartLevel() > 0) { ^^^^^^^^^^^^^^^ The method getStartLevel() from the type StartLevel is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[231] final ServiceReference ref = context.getServiceReference(PackageAdmin.class); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[231] final ServiceReference ref = context.getServiceReference(PackageAdmin.class); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[246] final ServiceReference ref = context.getServiceReference(StartLevel.class); ^^^^^^^^^^ The type StartLevel is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[246] final ServiceReference ref = context.getServiceReference(StartLevel.class); ^^^^^^^^^^ The type StartLevel is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[39] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[92] private PackageAdmin packageAdmin; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[175] final Bundle[] hosts = this.packageAdmin.getHosts(bundle); ^^^^^^^^^^^^^^^^ The method getHosts(Bundle) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[216] public PackageAdmin getPackageAdmin() { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[391] * @see org.eclipse.equinox.service.weaving.ISupplementerRegistry#setPackageAdmin(org.osgi.service.packageadmin.PackageAdmin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[391] * @see org.eclipse.equinox.service.weaving.ISupplementerRegistry#setPackageAdmin(org.osgi.service.packageadmin.PackageAdmin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[394] public void setPackageAdmin(final PackageAdmin packageAdmin) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingBundleFile.java:[51] this.url = delegate.getBaseFile().toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:[39] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:[118] final ServiceReference serviceReference = context.getServiceReference(PackageAdmin.class); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:[118] final ServiceReference serviceReference = context.getServiceReference(PackageAdmin.class); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:[119] final PackageAdmin packageAdmin = context.getService(serviceReference); ^^^^^^^^^^^^ The type PackageAdmin is deprecated 25 problems (25 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.weaving.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.weaving.hook --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.4.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.weaving.hook --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.weaving.hook:eclipse-plugin:1.4.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 12 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.weaving.caching >------- [INFO] Building [bundle] Standard Caching Service for Equinox Aspects 1.3.0-SNAPSHOT [27/67] [INFO] from bundles/org.eclipse.equinox.weaving.caching/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31-I-builds [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching --- [INFO] The project's OSGi version is 1.3.0.v20240213-1357 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.caching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.weaving.caching --- [INFO] Resolving class path of [bundle] Standard Caching Service for Equinox Aspects [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.weaving.caching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.weaving.caching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.weaving.caching --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/CacheWriter.java:[109] * @throws IOException if an error occurs while writing to the cache ^^^^^^^^^^^ Javadoc: Exception IOException is not declared 1 problem (1 warning) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.weaving.caching --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.caching --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.caching --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.weaving.caching --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/BundleCachingService.java:42: warning: empty

    tag *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/CacheWriter.java:109: error: exception not thrown: java.io.IOException * @throws IOException if an error occurs while writing to the cache ^ 1 error 1 warning Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/BundleCachingService.java:42: warning: empty

    tag *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/CacheWriter.java:109: error: exception not thrown: java.io.IOException * @throws IOException if an error occurs while writing to the cache ^ 1 error 1 warning Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching --- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110 [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.weaving.caching --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.weaving.caching:eclipse-plugin:1.3.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 8 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.log.stream >--------- [INFO] Building [bundle] Log Stream Provider 1.2.0-SNAPSHOT [28/67] [INFO] from bundles/org.eclipse.equinox.log.stream/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.log.stream --- [INFO] The project's OSGi version is 1.2.0.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.log.stream --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.log.stream --- [INFO] Resolving class path of [bundle] Log Stream Provider [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.log.stream --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.log.stream --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.log.stream --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.log.stream --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.log.stream --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.log.stream --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.log.stream --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.log.stream --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.log.stream --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.2.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.hook >------- [INFO] Building [bundle] Transformer Hook Framework Extension 1.4.0-SNAPSHOT [29/67] [INFO] from bundles/org.eclipse.equinox.transforms.hook/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.hook --- [INFO] The project's OSGi version is 1.4.0.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.transforms.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.transforms.hook --- [INFO] Resolving class path of [bundle] Transformer Hook Framework Extension [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.transforms.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.transforms.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.transforms.hook --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.transforms.hook --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.transforms.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.transforms.hook --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformedBundleFile.java:49: error: @param name not found * @param data the original data ^ 1 error Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/TransformedBundleFile.java:49: error: @param name not found * @param data the original data ^ 1 error Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.4.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.transforms.hook --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.transforms.hook:eclipse-plugin:1.4.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.xslt >------- [INFO] Building [bundle] XSLT Transform Provider 1.3.0-SNAPSHOT [30/67] [INFO] from bundles/org.eclipse.equinox.transforms.xslt/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.xslt --- [INFO] The project's OSGi version is 1.3.0.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.transforms.xslt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.transforms.xslt --- [INFO] Resolving class path of [bundle] XSLT Transform Provider [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.transforms.xslt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.transforms.xslt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.transforms.xslt --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/org/eclipse/equinox/internal/transforms/xslt/XSLTStreamTransformer.java:[32] import org.xml.sax.helpers.XMLReaderFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type XMLReaderFactory is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/org/eclipse/equinox/internal/transforms/xslt/XSLTStreamTransformer.java:[59] XMLReader reader = XMLReaderFactory.createXMLReader(); ^^^^^^^^^^^^^^^^ The type XMLReaderFactory is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/org/eclipse/equinox/internal/transforms/xslt/XSLTStreamTransformer.java:[59] XMLReader reader = XMLReaderFactory.createXMLReader(); ^^^^^^^^^^^^^^^^^ The method createXMLReader() from the type XMLReaderFactory is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/org/eclipse/equinox/internal/transforms/xslt/XSLTStreamTransformer.java:[161] XMLReader reader = XMLReaderFactory.createXMLReader(); ^^^^^^^^^^^^^^^^ The type XMLReaderFactory is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/org/eclipse/equinox/internal/transforms/xslt/XSLTStreamTransformer.java:[161] XMLReader reader = XMLReaderFactory.createXMLReader(); ^^^^^^^^^^^^^^^^^ The method createXMLReader() from the type XMLReaderFactory is deprecated 5 problems (5 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.transforms.xslt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.xslt --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.xslt --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.xslt --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.transforms.xslt --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.transforms.xslt --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.transforms.xslt --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:eclipse-plugin:1.3.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.console.ssh >--------- [INFO] Building [bundle] Console ssh support plug-in 1.3.0-SNAPSHOT [31/67] [INFO] from bundles/org.eclipse.equinox.console.ssh/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh --- [INFO] The project's OSGi version is 1.3.0.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.console.ssh --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.ssh --- [INFO] Resolving class path of [bundle] Console ssh support plug-in [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.console.ssh --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.console.ssh --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.console.ssh --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.console.ssh --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.ssh --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.ssh --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.console.ssh --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java:33: error: unknown tag: username * /ssh//password= and ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java:33: error: unknown tag: password * /ssh//password= and ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java:34: error: unknown tag: username * /ssh//roles= ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java:34: error: unknown tag: comma_separated_list_of_roles * /ssh//roles= ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:45: error: unknown tag: username * @param args command line arguments in the format -username ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:46: error: unknown tag: password * -password -roles -roles ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:93: error: unknown tag: password * -password ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:260: error: unknown tag: username * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:260: error: malformed HTML * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:298: error: unknown tag: username * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:298: error: malformed HTML * \r\n-roles ^ 13 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java:33: error: unknown tag: username * /ssh//password= and ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java:33: error: unknown tag: password * /ssh//password= and ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java:34: error: unknown tag: username * /ssh//roles= ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/storage/SecureUserStore.java:34: error: unknown tag: comma_separated_list_of_roles * /ssh//roles= ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:45: error: unknown tag: username * @param args command line arguments in the format -username ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:46: error: unknown tag: password * -password -roles -roles ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:93: error: unknown tag: password * -password ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:260: error: unknown tag: username * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:260: error: malformed HTML * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:298: error: unknown tag: username * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:298: error: malformed HTML * \r\n-roles ^ 13 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.supplement >--------- [INFO] Building [bundle] Supplemental Equinox Functionality 1.10.800-SNAPSHOT [32/67] [INFO] from bundles/org.eclipse.osgi/supplement/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.supplement --- [INFO] The project's OSGi version is 1.10.800.v20240115-0830 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.supplement --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.supplement --- [INFO] Resolving class path of [bundle] Supplemental Equinox Functionality [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.supplement --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.supplement --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.supplement --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/framework/internal/reliablefile/ReliableFileInputStream.java:[176] public synchronized int available() throws IOException { ^^^^^^^^^^^ The declared exception IOException is not actually thrown by the method available() from type ReliableFileInputStream [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/internal/location/Locker.java:[30] public boolean lock() throws IOException { ^^^^^^^^^^^ The declared exception IOException is not actually thrown by the method lock() from type Locker.MockLocker 2 problems (2 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.supplement --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.supplement --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.supplement --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.supplement --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.800-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.supplement --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.supplement:eclipse-plugin:1.10.800-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 11 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.launcher >---------- [INFO] Building [bundle] Equinox Launcher 1.6.700-SNAPSHOT [33/67] [INFO] from bundles/org.eclipse.equinox.launcher/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher --- [INFO] The project's OSGi version is 1.6.700.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher --- [INFO] Resolving class path of [bundle] Equinox Launcher [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.launcher --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[831] extensionURL = new File(path).toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[917] url = new File(string.substring(5)).toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[943] url = path.toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[975] url = new File(path).toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[1166] return adjustTrailingSlash(toAdjust.toURL(), trailingSlash); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[1167] return toAdjust.toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[1178] return adjustTrailingSlash(toAdjust.toURL(), trailingSlash); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[1179] return toAdjust.toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[2014] path = new File(path).toURL().getFile(); ^^^^^^^ The method toURL() from the type File is deprecated 9 problems (9 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.700-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.700-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.launcher --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.launcher --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.launcher:eclipse-plugin:1.6.700-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 11 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9 >----- [INFO] Building [bundle] J9 CachingService Plug-in 1.3.0-SNAPSHOT [34/67] [INFO] from bundles/org.eclipse.equinox.weaving.caching.j9/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] The project's OSGi version is 1.3.0.v20240213-1357 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Resolving class path of [bundle] J9 CachingService Plug-in [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:eclipse-plugin:1.3.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 11 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64 >---- [INFO] Building org.eclipse.equinox.security.win32.x86_64 1.2.200-SNAPSHOT [35/67] [INFO] from bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.target for environments=[win32/win32/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@214c97e1 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31-I-builds [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] The project's OSGi version is 1.2.200.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Resolving class path of org.eclipse.equinox.security.win32.x86_64 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110 [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.security.linux >------- [INFO] Building org.eclipse.equinox.security.linux 1.1.200-SNAPSHOT [36/67] [INFO] from bundles/org.eclipse.equinox.security.linux/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64], 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@214c97e1 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.linux --- [INFO] The project's OSGi version is 1.1.200.v20231214-1607 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.linux --- [INFO] Resolving class path of org.eclipse.equinox.security.linux [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.security.linux --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security.linux --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.security.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.1.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.1.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.linux --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.linux --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.security.linux --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.1.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.security.linux --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.security.linux:eclipse-plugin:1.1.200-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.concurrent >--------- [INFO] Building [bundle] Equinox Concurrent API 1.3.0-SNAPSHOT [37/67] [INFO] from bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.concurrent --- [INFO] The project's OSGi version is 1.3.0.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.concurrent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.concurrent --- [INFO] Resolving class path of [bundle] Equinox Concurrent API [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.concurrent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.concurrent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.concurrent --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.concurrent --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.concurrent --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.concurrent --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.concurrent --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.concurrent --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.concurrent --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:43: error: unexpected end tag:

    *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:76: error: reference not found * {@link #getProgressMonitor()}. ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:94: error: reference not found * {@link #getProgressMonitor()}. ^ 3 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:43: error: unexpected end tag:

    *

    ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:76: error: reference not found * {@link #getProgressMonitor()}. ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:94: error: reference not found * {@link #getProgressMonitor()}. ^ 3 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.concurrent --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.concurrent:eclipse-plugin:1.3.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 10 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment >---- [INFO] Building [bundle] SSHD Fragment 1.2.0-SNAPSHOT [38/67] [INFO] from bundles/org.eclipse.equinox.console.jaas.fragment/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] The project's OSGi version is 1.2.0.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Resolving class path of [bundle] SSHD Fragment [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.core.sdk >---------- [INFO] Building [feature] Equinox Core SDK 3.25.0-SNAPSHOT [39/67] [INFO] from features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.25.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.core.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.sdk/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.sdk --- [INFO] The project's OSGi version is 3.25.0.v20240214-0846 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.core.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.sdk/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.core.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.sdk/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.core.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.sdk/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.equinox.core.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.25.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.sdk --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.25.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.core.sdk --- [WARNING] The following referenced plugins have missing sources org.eclipse.equinox.launcher.source_1.6.700.v20240213-1244 org.eclipse.equinox.supplement.source_1.10.800.v20240115-0830 org.eclipse.equinox.transforms.xslt.source_1.3.0.v20240213-1244 org.eclipse.equinox.transforms.hook.source_1.4.0.v20240213-1244 org.eclipse.equinox.concurrent.source_1.3.0.v20240213-1244 org.eclipse.equinox.security.win32.x86_64.source_1.2.200.v20240213-1244 org.eclipse.equinox.security.linux.source_1.1.200.v20231214-1607 org.eclipse.equinox.security.macosx.source_1.102.200.v20231214-2017 org.eclipse.equinox.security.source_1.4.200.v20240213-1244 org.eclipse.equinox.security.ui.source_1.4.200.v20240213-1246 org.eclipse.equinox.region.source_1.5.500.v20231214-2017 org.eclipse.equinox.log.stream.source_1.2.0.v20240213-1244 org.eclipse.equinox.console.ssh.source_1.3.0.v20240213-1244 org.eclipse.equinox.bidi.source_1.5.0.v20240113-0700 org.eclipse.equinox.weaving.caching.source_1.3.0.v20240213-1357 org.eclipse.equinox.weaving.caching.j9.source_1.3.0.v20240213-1357 org.eclipse.equinox.weaving.hook.source_1.4.0.v20240213-1357 org.osgi.service.log.stream.source_1.0.0.202109301733 org.osgi.util.pushstream.source_1.1.0.202212101352 [WARNING] The following referenced features have missing sources org.eclipse.equinox.core.feature.source_1.15.0.v20240214-0846 [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.25.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.core.sdk --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.25.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml: baseline and build artifacts have same version but different contents classifier-sources-feature: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.25.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources-feature] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.core.sdk --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64 >-- [INFO] Building [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.900-SNAPSHOT [40/67] [INFO] from bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)' [INFO] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.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@214c97e1 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] The project's OSGi version is 1.2.900.v20240129-1338 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Resolving class path of [bundle] Equinox Launcher Linux X86_64 Fragment [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/target/org.eclipse.equinox.launcher.gtk.linux.x86_64-1.2.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64 >-- [INFO] Building [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.900-SNAPSHOT [41/67] [INFO] from bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)' [INFO] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.target for environments=[macosx/cocoa/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@214c97e1 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] The project's OSGi version is 1.2.900.v20240129-1338 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Resolving class path of [bundle] Equinox Launcher MacOSX Cocoa Fragment [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/target/org.eclipse.equinox.launcher.cocoa.macosx.x86_64-1.2.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64 >-- [INFO] Building [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.900-SNAPSHOT [42/67] [INFO] from bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)' [INFO] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.target for environments=[linux/gtk/aarch64], 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@214c97e1 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] The project's OSGi version is 1.2.900.v20240129-1338 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Resolving class path of [bundle] Equinox Launcher Linux AARCH64 Fragment [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/target/org.eclipse.equinox.launcher.gtk.linux.aarch64-1.2.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le >-- [INFO] Building [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.900-SNAPSHOT [43/67] [INFO] from bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)' [INFO] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.target for environments=[linux/gtk/ppc64le], 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@214c97e1 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] The project's OSGi version is 1.2.900.v20240129-1338 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Resolving class path of [bundle] Equinox Launcher Linux PPC64le Fragment [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/target/org.eclipse.equinox.launcher.gtk.linux.ppc64le-1.2.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64 >-- [INFO] Building [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.900-SNAPSHOT [44/67] [INFO] from bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)' [INFO] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.0-SNAPSHOT.target for environments=[macosx/cocoa/aarch64], 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@214c97e1 [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.12, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] The project's OSGi version is 1.2.900.v20240129-1338 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Resolving class path of [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/target/org.eclipse.equinox.launcher.cocoa.macosx.aarch64-1.2.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx >---- [INFO] Building [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.900-SNAPSHOT [45/67] [INFO] from bundles/org.eclipse.equinox.launcher.cocoa.macosx/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)' [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] The project's OSGi version is 1.2.900.v20240129-1338 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Resolving class path of [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/main/resources [INFO] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/target [INFO] [chmod] Applied chmod to 1 file and 0 directories. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/target/org.eclipse.equinox.launcher.cocoa.macosx-1.2.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64 >-- [INFO] Building [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.900-SNAPSHOT [46/67] [INFO] from bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)' [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] The project's OSGi version is 1.2.900.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Resolving class path of [bundle] Equinox Launcher Win32 X86_64 Fragment [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target [INFO] [chmod] Skipping fileset for directory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target. It is empty. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] -----< org.eclipse.equinox.feature:org.eclipse.equinox.executable >----- [INFO] Building org.eclipse.equinox.executable 3.8.2400-SNAPSHOT [47/67] [INFO] from features/org.eclipse.equinox.executable.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/pom.xml [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.executable --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.executable --- [INFO] The project's OSGi version is 3.8.2400.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.executable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.executable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.executable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/src/main/resources [INFO] [INFO] --- antrun:3.1.0:run (copy-executable-natives) @ org.eclipse.equinox.executable --- [INFO] Executing tasks [INFO] [echo] Copy eclipse binaries to launcher binaries [INFO] [copy] Copying 7 files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_31_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_31_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_31_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_31_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_31_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_31_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_31_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipsec.exe to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipsec.exe [INFO] [move] Moving 6 files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/launcher.exe [INFO] Executed tasks [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.equinox.executable --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.executable --- [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [root.cocoa.macosx.aarch64, root.gtk.linux.x86_64, root.win32.win32.x86_64, root.cocoa.macosx.x86_64, root.gtk.linux.ppc64le, root.gtk.linux.aarch64] [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.executable --- [WARNING] The following referenced plugins have missing sources org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338 org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338 org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338 org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338 org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338 org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338 org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244 [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2400-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.executable --- [WARNING] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/pom.xml: baseline and build artifacts have same version but different contents classifier-sources-feature: not present in baseline [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [root.cocoa.macosx.aarch64, root.gtk.linux.x86_64, root.win32.win32.x86_64, root.cocoa.macosx.x86_64, root.gtk.linux.ppc64le, root.gtk.linux.aarch64] The following attached artifacts are not present in the baseline and have been removed: [sources-feature] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.executable --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- xml:1.1.0:transform (generate-extra-iu) @ org.eclipse.equinox.executable --- [INFO] Transforming file: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.executable.feature/target/p2content.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-extra-iu) @ org.eclipse.equinox.executable --- [INFO] Copying 1 resource from target/generated-resources/xml/xslt to target [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.executable --- [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.servletbridge >-------- [INFO] Building [bundle] Servletbridge 1.7.0-SNAPSHOT [48/67] [INFO] from bundles/org.eclipse.equinox.servletbridge/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.servletbridge --- [INFO] The project's OSGi version is 1.7.0.v20240213-1638 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.servletbridge --- [INFO] Resolving class path of [bundle] Servletbridge [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.servletbridge --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[66] private final AccessControlContext context; ^^^^^^^^^^^^^^^^^^^^ The type AccessControlContext has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[141] this.jarFileURLPrefixString = file.toURL().toString() + BANG_SLASH; ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[195] this.context = AccessController.getContext(); ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[195] this.context = AccessController.getContext(); ^^^^^^^^^^^^ The method getContext() from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[283] Class clazz = AccessController.doPrivileged(new PrivilegedExceptionAction>() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[283] Class clazz = AccessController.doPrivileged(new PrivilegedExceptionAction>() { @Override public Class run() throws ClassNotFoundException { String resourcePath = name.replace('.', '/') + DOT_CLASS; CloseableJarFileLoader loader = null; URL resourceURL = null; synchronized (loaders) { if (closed) return null; for (Iterator iterator = loaders.iterator(); iterator.hasNext();) { loader = iterator.next(); resourceURL = loader.getURL(resourcePath); if (resourceURL != null) break; } } if (resourceURL != null) { try { return defineClass(name, resourceURL, loader.getManifest()); } catch (IOException e) { throw new ClassNotFoundException(name, e); } } return null; } }, context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction>, AccessControlContext) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[397] URL url = AccessController.doPrivileged(new PrivilegedAction() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[397] URL url = AccessController.doPrivileged(new PrivilegedAction() { @Override public URL run() { synchronized (loaders) { if (closed) return null; for (CloseableJarFileLoader loader : loaders) { URL resourceURL = loader.getURL(name); if (resourceURL != null) return resourceURL; } } return null; } }, context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction, AccessControlContext) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[420] AccessController.doPrivileged(new PrivilegedAction<>() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[420] AccessController.doPrivileged(new PrivilegedAction<>() { @Override public Object run() { synchronized (loaders) { if (closed) return null; for (CloseableJarFileLoader loader : loaders) { URL resourceURL = loader.getURL(name); if (resourceURL != null) resources.add(resourceURL); } } return null; } }, context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction, AccessControlContext) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java:[458] URL frameworkURL = osgiFrameworkFile.toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java:[502] return extensionFile.toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java:[573] initialPropertyMap.put(OSGI_INSTALL_AREA, platformDirectory.toURL().toExternalForm()); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java:[581] initialPropertyMap.put(OSGI_CONFIGURATION_AREA, configurationDirectory.toURL().toExternalForm()); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java:[590] initialPropertyMap.put(OSGI_INSTANCE_AREA, workspaceDirectory.toURL().toExternalForm()); ^^^^^^^ The method toURL() from the type File is deprecated 15 problems (15 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.servletbridge --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.7.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.servletbridge --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.servletbridge:eclipse-plugin:1.7.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 10 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper >--------- [INFO] Building [bundle] Jasper Jsp Support Bundle 1.2.0-SNAPSHOT [49/67] [INFO] from bundles/org.eclipse.equinox.jsp.jasper/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper --- [INFO] The project's OSGi version is 1.2.0.v20240213-1427 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.jsp.jasper --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.jsp.jasper --- [INFO] Resolving class path of [bundle] Jasper Jsp Support Bundle [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.jsp.jasper --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.jsp.jasper --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.jsp.jasper --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[22] import org.osgi.service.packageadmin.ExportedPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ExportedPackage is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[23] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[27] public class Activator implements BundleActivator, ServiceTrackerCustomizer { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[27] public class Activator implements BundleActivator, ServiceTrackerCustomizer { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[29] private ServiceTracker packageAdminTracker; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[30] private static PackageAdmin packageAdmin; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[42] packageAdminTracker = new ServiceTracker<>(context, PackageAdmin.class, this); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[55] public PackageAdmin addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[55] public PackageAdmin addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[63] public void modifiedService(ServiceReference reference, PackageAdmin service) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[63] public void modifiedService(ServiceReference reference, PackageAdmin service) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[68] public void removedService(ServiceReference reference, PackageAdmin service) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[68] public void removedService(ServiceReference reference, PackageAdmin service) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[83] return packageAdmin.getFragments(bundle); ^^^^^^^^^^^^^^^^^^^^ The method getFragments(Bundle) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[94] ExportedPackage[] exportedPackages = packageAdmin.getExportedPackages("org.apache.jasper.servlet"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ The type ExportedPackage is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[94] ExportedPackage[] exportedPackages = packageAdmin.getExportedPackages("org.apache.jasper.servlet"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getExportedPackages(String) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[95] for (ExportedPackage exportedPackage : exportedPackages) { ^^^^^^^^^^^^^^^ The type ExportedPackage is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[96] Bundle[] importingBundles = exportedPackage.getImportingBundles(); ^^^^^^^^^^^^^^^^^^^^^ The method getImportingBundles() from the type ExportedPackage is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[99] return exportedPackage.getExportingBundle(); ^^^^^^^^^^^^^^^^^^^^ The method getExportingBundle() from the type ExportedPackage is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[18] import java.security.AccessController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[29] static final class Finder extends SecurityManager { ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[31] public Class[] getClassContext() { ^^^^^^^^^^^^^^^^^ The method JSPContextFinder.Finder.getClassContext() overrides a deprecated method from SecurityManager [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[32] return super.getClassContext(); ^^^^^^^^^^^^^^^^^ The method getClassContext() from the type SecurityManager is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[43] AccessController.doPrivileged((PrivilegedAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[43] AccessController.doPrivileged((PrivilegedAction) () -> { contextFinder = new Finder(); return null; }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[98] if (System.getSecurityManager() == null) ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[100] return AccessController.doPrivileged(this); ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[100] return AccessController.doPrivileged(this); ^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedAction>) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/JspServlet.java:[139] if (System.getSecurityManager() != null) { ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal 29 problems (29 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.jsp.jasper --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.jsp.jasper --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.jsp.jasper --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.jsp.jasper --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.2.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.jsp.jasper --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:eclipse-plugin:1.2.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 11 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.http.servlet >-------- [INFO] Building [bundle] Http Services Servlet 1.8.100-SNAPSHOT [50/67] [INFO] from bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet --- [INFO] The project's OSGi version is 1.8.100.v20240213-1057 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.servlet --- [INFO] Resolving class path of [bundle] Http Services Servlet [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.http.servlet --- [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[72] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[72] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { httpServiceRuntime.registerHttpServiceFilter(bundle, alias, filter, initparams, httpContextHolder); return null; }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[98] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[98] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { httpServiceRuntime.registerHttpServiceResources(bundle, alias, name, httpContextHolder); return null; }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[117] AccessController.doPrivileged(new PrivilegedExceptionAction() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[117] AccessController.doPrivileged(new PrivilegedExceptionAction() { @Override public Void run() throws NamespaceException, ServletException { httpServiceRuntime.registerHttpServiceServlet(bundle, alias, servlet, initparams, httpContextHolder); return null; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[21] import java.security.AccessController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[358] Servlet servlet = new ResourceServlet(prefix, curServletContextHelper, AccessController.getContext()); ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[358] Servlet servlet = new ResourceServlet(prefix, curServletContextHelper, AccessController.getContext()); ^^^^^^^^^^^^ The method getContext() from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[1036] eventListeners, AccessController.getContext()); ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[1036] eventListeners, AccessController.getContext()); ^^^^^^^^^^^^ The method getContext() from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[18] import java.security.AccessControlContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AccessControlContext has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[77] AccessControlContext accessControlContext = bundle.adapt(AccessControlContext.class); ^^^^^^^^^^^^^^^^^^^^ The type AccessControlContext has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[77] AccessControlContext accessControlContext = bundle.adapt(AccessControlContext.class); ^^^^^^^^^^^^^^^^^^^^ The type AccessControlContext has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[80] accessControlContext.checkPermission(new FilePermission(baseStorage.getAbsolutePath(), "read,write")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type AccessControlContext is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[43] private final AccessControlContext acc; ^^^^^^^^^^^^^^^^^^^^ The type AccessControlContext has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[45] public ResourceServlet(String internalName, ServletContextHelper servletContextHelper, AccessControlContext acc) { ^^^^^^^^^^^^^^^^^^^^ The type AccessControlContext has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[74] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[74] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { URLConnection connection = resourceURL.openConnection(); long lastModified = connection.getLastModified(); int contentLength = connection.getContentLength(); String etag = null; if (lastModified != -1 && contentLength != -1) etag = "W/\"" + contentLength + "-" + lastModified + "\""; //$NON-NLS-1$//$NON-NLS-2$//$NON-NLS-3$ // Check for cache revalidation. // We should prefer ETag validation as the guarantees are stronger and all HTTP // 1.1 clients should be using it String ifNoneMatch = req.getHeader(IF_NONE_MATCH); if (ifNoneMatch != null && etag != null && ifNoneMatch.indexOf(etag) != -1) { resp.setStatus(HttpServletResponse.SC_NOT_MODIFIED); return Boolean.TRUE; } long ifModifiedSince = req.getDateHeader(IF_MODIFIED_SINCE); // for purposes of comparison we add 999 to ifModifiedSince since the fidelity // of the IMS header generally doesn't include milli-seconds if (ifModifiedSince > -1 && lastModified > 0 && lastModified <= (ifModifiedSince + 999)) { resp.setStatus(HttpServletResponse.SC_NOT_MODIFIED); return Boolean.TRUE; } String rangeHeader = req.getHeader(RANGE); Range range = null; if (rangeHeader != null) { range = Range.createFromRangeHeader(rangeHeader); range.completeLength = contentLength; range.updateBytePos(); if (!range.isValid()) { resp.setHeader(ACCEPT_RANGES, RANGE_UNIT_BYTES); resp.setStatus(HttpServletResponse.SC_REQUESTED_RANGE_NOT_SATISFIABLE); return Boolean.TRUE; } } // return the full contents regularly if (contentLength != -1) resp.setContentLength(contentLength); String filename = new File(resourcePath).getName(); String contentType = servletContextHelper.getMimeType(filename); if (contentType == null) contentType = getServletConfig().getServletContext().getMimeType(filename); if (contentType != null) resp.setContentType(contentType); if (lastModified > 0) resp.setDateHeader(LAST_MODIFIED, lastModified); if (etag != null) resp.setHeader(ETAG, etag); if (range == null && (servletContextHelper instanceof RangeAwareServletContextHelper) && ((RangeAwareServletContextHelper) servletContextHelper).rangeableContentType(contentType, req.getHeader("User-Agent"))) { //$NON-NLS-1$ range = new Range(); range.firstBytePos = 0; range.completeLength = contentLength; range.updateBytePos(); } if (range != null) { resp.setStatus(HttpServletResponse.SC_PARTIAL_CONTENT); resp.setHeader(ACCEPT_RANGES, RANGE_UNIT_BYTES); resp.setContentLength(range.contentLength()); resp.setHeader(CONTENT_RANGE, RANGE_UNIT_BYTES + " " + range.firstBytePos + "-" + range.lastBytePos //$NON-NLS-1$ //$NON-NLS-2$ + "/" + range.completeLength); //$NON-NLS-1$ } if (contentLength != 0) { // open the input stream try (InputStream is = connection.getInputStream()) { // write the resource try { OutputStream os = resp.getOutputStream(); int writtenContentLength = writeResourceToOutputStream(is, os, range); if (contentLength == -1 || contentLength != writtenContentLength) resp.setContentLength(writtenContentLength); } catch (IllegalStateException e) { // can occur if the response output is already open as a // Writer Writer writer = resp.getWriter(); writeResourceToWriter(is, writer, range); // Since ContentLength is a measure of the number of bytes contained in the body // of a message when we use a Writer we lose control of the exact byte count and // defer the problem to the Servlet Engine's Writer implementation. } } catch (FileNotFoundException | SecurityException e) { // SecurityException may indicate the following scenarios // - url is not accessible sendError(resp, HttpServletResponse.SC_FORBIDDEN); } } return Boolean.TRUE; }, acc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction, AccessControlContext) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[73] ServletContextHelper servletContextHelper, EventListeners eventListeners, AccessControlContext acc) { ^^^^^^^^^^^^^^^^^^^^ The type AccessControlContext has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[152] mimeType = AccessController.doPrivileged( ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[152] mimeType = AccessController.doPrivileged( (PrivilegedExceptionAction) () -> servletContextHelper.getMimeType(name), acc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction, AccessControlContext) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[174] return AccessController.doPrivileged( ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[174] return AccessController.doPrivileged( (PrivilegedExceptionAction) () -> servletContextHelper.getRealPath(path), acc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction, AccessControlContext) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[204] return AccessController ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[205] .doPrivileged((PrivilegedExceptionAction) () -> servletContextHelper.getResource(name), acc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction, AccessControlContext) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[235] return AccessController.doPrivileged( ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[235] return AccessController.doPrivileged( (PrivilegedExceptionAction>) () -> servletContextHelper.getResourcePaths(name), acc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method doPrivileged(PrivilegedExceptionAction>, AccessControlContext) from the type AccessController is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[414] private final AccessControlContext acc; ^^^^^^^^^^^^^^^^^^^^ The type AccessControlContext has been deprecated since version 17 and marked for removal 29 problems (29 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servlet --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servlet --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.8.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.http.servlet --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.http.servlet --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.http.servlet:eclipse-plugin:1.8.100-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 11 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.http.servletbridge >----- [INFO] Building [bundle] Servletbridge Http Service 1.3.0-SNAPSHOT [51/67] [INFO] from bundles/org.eclipse.equinox.http.servletbridge/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servletbridge --- [INFO] The project's OSGi version is 1.3.0.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.servletbridge --- [INFO] Resolving class path of [bundle] Servletbridge Http Service [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.http.servletbridge --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.servletbridge --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.http.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.http.servletbridge --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.http.servletbridge --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:eclipse-plugin:1.3.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 10 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry >----- [INFO] Building [bundle] Jasper Jsp Registry Support Plug-in 1.3.0-SNAPSHOT [52/67] [INFO] from bundles/org.eclipse.equinox.jsp.jasper.registry/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] The project's OSGi version is 1.3.0.v20240213-1427 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Resolving class path of [bundle] Jasper Jsp Registry Support Plug-in [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[17] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[21] public class Activator implements BundleActivator, ServiceTrackerCustomizer { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[21] public class Activator implements BundleActivator, ServiceTrackerCustomizer { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[23] private ServiceTracker packageAdminTracker; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[24] private static PackageAdmin packageAdmin; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[30] packageAdminTracker = new ServiceTracker<>(context, PackageAdmin.class, this); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[45] Bundle[] bundles = packageAdmin.getBundles(symbolicName, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBundles(String, String) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[58] public PackageAdmin addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[58] public PackageAdmin addingService(ServiceReference reference) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[66] public void modifiedService(ServiceReference reference, PackageAdmin service) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[66] public void modifiedService(ServiceReference reference, PackageAdmin service) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[71] public void removedService(ServiceReference reference, PackageAdmin service) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[71] public void removedService(ServiceReference reference, PackageAdmin service) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated 13 problems (13 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.3.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:eclipse-plugin:1.3.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 11 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.http.jetty >--------- [INFO] Building [bundle] Jetty Http Service 3.9.100-SNAPSHOT [53/67] [INFO] from bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31-I-builds [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.jetty --- [INFO] The project's OSGi version is 3.9.100.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.jetty --- [INFO] Resolving class path of [bundle] Jetty Http Service [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.http.jetty --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/JettyConfigurator.java:[68] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^ The type SecurityManager has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/JettyConfigurator.java:[68] SecurityManager sm = System.getSecurityManager(); ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/src/org/eclipse/equinox/http/jetty/JettyConfigurator.java:[70] sm.checkPermission(configurationPermission); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkPermission(Permission) from the type SecurityManager is deprecated 3 problems (3 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.http.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.http.jetty --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.jetty --- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110 [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.http.jetty --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.http.jetty:eclipse-plugin:3.9.100-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.server.jetty >-------- [INFO] Building [feature] Jetty Http Server Feature 1.11.400-SNAPSHOT [54/67] [INFO] from features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.server.jetty --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.jetty/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.jetty --- [INFO] The project's OSGi version is 1.11.400.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.server.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.jetty/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.server.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.jetty/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.server.jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.jetty/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.equinox.server.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.server.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.400-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.server.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.server.jetty --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.http.registry >-------- [INFO] Building [bundle] Http Service Registry Extensions 1.4.0-SNAPSHOT [55/67] [INFO] from bundles/org.eclipse.equinox.http.registry/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.registry --- [INFO] The project's OSGi version is 1.4.0.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.registry --- [INFO] Resolving class path of [bundle] Http Service Registry Extensions [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.http.registry --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/Activator.java:[20] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/Activator.java:[31] private PackageAdmin packageAdmin; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/Activator.java:[37] packageAdminTracker = new ServiceTracker<>(bundleContext, PackageAdmin.class, this); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/Activator.java:[55] if (service instanceof PackageAdmin && packageAdmin == null) ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/Activator.java:[56] packageAdmin = (PackageAdmin) service; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/HttpContextManager.java:[100] if (System.getSecurityManager() != null) { ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[24] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[91] private PackageAdmin packageAdmin; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[98] public HttpRegistryManager(ServiceReference reference, HttpService httpService, PackageAdmin packageAdmin, ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[177] if (System.getSecurityManager() != null) { ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[242] Bundle[] bundles = packageAdmin.getBundles(symbolicName, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBundles(String, String) from the type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[350] if (System.getSecurityManager() != null) { ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/HttpServiceTracker.java:[25] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/HttpServiceTracker.java:[30] private PackageAdmin packageAdmin; ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/internal/HttpServiceTracker.java:[36] public HttpServiceTracker(BundleContext context, PackageAdmin packageAdmin, IExtensionRegistry registry) { ^^^^^^^^^^^^ The type PackageAdmin is deprecated 15 problems (15 warnings) [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.http.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.http.registry --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.4.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.http.registry --- [INFO] Resolve API baseline for org.eclipse.equinox:org.eclipse.equinox.http.registry:eclipse-plugin:1.4.0-SNAPSHOT with linux/gtk/x86_64 [INFO] API Analysis finished in 9 s. [INFO] 0 API ERRORS [INFO] 0 API warnings [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.server.core >--------- [INFO] Building [feature] Core Server Feature 1.16.0-SNAPSHOT [56/67] [INFO] from features/org.eclipse.equinox.server.core/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.core/.polyglot.feature.xml [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.server.core --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.core/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.core --- [INFO] The project's OSGi version is 1.16.0.v20240214-0846 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.server.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.core/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.server.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.core/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.server.core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.core/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.equinox.server.core --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.16.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.core --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.core/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.server.core --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.16.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.server.core --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.server.core/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources-feature] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.server.core --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.server.core --- [INFO] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.sdk >------------- [INFO] Building [feature] Equinox Target Components 3.23.1100-SNAPSHOT [57/67] [INFO] from features/org.eclipse.equinox.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.1100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.sdk/.polyglot.feature.xml [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.sdk/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.sdk --- [INFO] The project's OSGi version is 3.23.1100.v20240218-1855 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.sdk/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.sdk/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.sdk --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.sdk/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.equinox.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.1100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.sdk --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.1100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.sdk --- [WARNING] The following referenced plugins have missing sources org.eclipse.equinox.http.servletbridge.source_1.3.0.v20240213-1244 org.eclipse.equinox.jsp.jasper.source_1.2.0.v20240213-1427 org.eclipse.equinox.jsp.jasper.registry.source_1.3.0.v20240213-1427 org.eclipse.equinox.servletbridge.source_1.7.0.v20240213-1638 org.eclipse.jdt.core.compiler.batch.source_3.37.0.v20240215-1558 [WARNING] The following referenced features have missing sources org.eclipse.equinox.compendium.sdk_3.23.0.v20240218-1855 org.eclipse.equinox.core.sdk_3.25.0.v20240214-0846 org.eclipse.equinox.executable_3.8.2400.v20240213-1244 org.eclipse.equinox.server.core.source_1.16.0.v20240214-0846 org.eclipse.equinox.server.jetty.source_1.11.400.v20240213-1244 [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.1100-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.sdk --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.1100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.sdk/.polyglot.feature.xml: baseline and build artifacts have same version but different contents classifier-sources-feature: not present in baseline [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.1100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/features/org.eclipse.equinox.sdk/.polyglot.feature.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources-feature] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.sdk --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.sdk --- [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.bidi.tests >--------- [INFO] Building [test-bundle] BiDi tests 1.4.0-SNAPSHOT [58/67] [INFO] from bundles/org.eclipse.equinox.bidi.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi.tests --- [INFO] The project's OSGi version is 1.4.0.v20240214-0846 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.bidi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.bidi.tests --- [INFO] Resolving class path of [test-bundle] BiDi tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.bidi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.bidi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.bidi.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.bidi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.bidi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.bidi.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.bidi.tests --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.4.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.equinox.bidi.tests --- [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences.source 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app.source 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security.source 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event.source 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign Running org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensibilityTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensibilityTest org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensibilityTest.testOtherContributions -- Time elapsed: 0.011 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensionsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensionsTest org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensionsTest.testTestExtensions -- Time elapsed: 0.001 s org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensionsTest.testDefaultExtensions -- Time elapsed: 0.010 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextFullToLeanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextFullToLeanTest org.eclipse.equinox.bidi.internal.tests.StructuredTextFullToLeanTest.testFullToLean -- Time elapsed: 0.011 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextMathTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextMathTest org.eclipse.equinox.bidi.internal.tests.StructuredTextMathTest.testRTLarithmetic -- Time elapsed: 0.001 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextMethodsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextMethodsTest org.eclipse.equinox.bidi.internal.tests.StructuredTextMethodsTest.testMethods -- Time elapsed: 0.002 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextProcessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextProcessorTest org.eclipse.equinox.bidi.internal.tests.StructuredTextProcessorTest.testStructuredTextProcessor -- Time elapsed: 0.013 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextSomeMoreTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextSomeMoreTest org.eclipse.equinox.bidi.internal.tests.StructuredTextSomeMoreTest.testSomeMore -- Time elapsed: 0.001 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextStringRecordTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextStringRecordTest org.eclipse.equinox.bidi.internal.tests.StructuredTextStringRecordTest.testStringRecord -- Time elapsed: 0.004 s Results: Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.cm.test >----------- [INFO] Building [test-bundle] Test Plug-in 1.2.0-SNAPSHOT [59/67] [INFO] from bundles/org.eclipse.equinox.cm.test/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm.test --- [INFO] The project's OSGi version is 1.2.0.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.cm.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.cm.test --- [INFO] Resolving class path of [test-bundle] Test Plug-in [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.cm.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.cm.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.cm.test --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.cm.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.cm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.cm.test --- [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.cm.test:eclipse-test-plugin:1.2.0-SNAPSHOT [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.cm.test --- [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.cm.test:eclipse-test-plugin:1.2.0-SNAPSHOT [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.cm.test --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.2.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.equinox.cm.test --- [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences.source 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app.source 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.bidi 1.5.0.v20240113-0700 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security.source 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event.source 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Running org.eclipse.equinox.cm.test.AllTests Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.049 s -- in org.eclipse.equinox.cm.test.AllTests org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigNullPid -- Time elapsed: 0.030 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListConfigurationWithBoundLocation -- Time elapsed: 0.043 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListFactoryConfigurationWithBoundLocation -- Time elapsed: 0.018 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigNullPidWithLocation -- Time elapsed: 0.009 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testPersistentFactoryConfig -- Time elapsed: 0.033 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListConfigurationNull -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigWithAndWithoutLocation -- Time elapsed: 0.006 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListFactoryConfiguration -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigWithLocation -- Time elapsed: 0.033 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testPersistentConfig -- Time elapsed: 0.021 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfig -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigWithLocation -- Time elapsed: 0.006 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigWithAndWithoutLocation -- Time elapsed: 0.008 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigNullPidWithLocation -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListConfiguration -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigWithAndWithoutNullLocation -- Time elapsed: 0.009 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigNullPid -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigWithAndWithoutNullLocation -- Time elapsed: 0.006 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfig -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ManagedServiceFactoryTest.testGeneralManagedServiceFactory -- Time elapsed: 0.235 s org.eclipse.equinox.cm.test.ManagedServiceFactoryTest.testSamePidManagedServiceFactory -- Time elapsed: 0.007 s org.eclipse.equinox.cm.test.ManagedServiceTest.testSamePidManagedService -- Time elapsed: 0.007 s org.eclipse.equinox.cm.test.ManagedServiceTest.testGeneralManagedService -- Time elapsed: 0.315 s org.eclipse.equinox.cm.test.ManagedServiceTest.testBug374637 -- Time elapsed: 1.008 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectArray -- Time elapsed: 0.006 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectValue -- Time elapsed: 0.007 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testGet -- Time elapsed: 0.011 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testGetNull -- Time elapsed: 0.011 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectVector -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectCollection -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testRemoveNull -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testPutGetCustomCollection -- Time elapsed: 0.017 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testGoodConfigProperties -- Time elapsed: 0.014 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testRemove -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testNullValue -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testNullKey -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testRankedPlugin -- Time elapsed: 0.007 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPidSpecificMissPlugin -- Time elapsed: 0.006 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPlugin -- Time elapsed: 0.006 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testSameRankedPlugin -- Time elapsed: 0.007 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPidSpecificPlugin -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationListenerTest.testListener -- Time elapsed: 0.022 s org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest.testConfigurationEvent -- Time elapsed: 0.010 s org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest.testConfigurationFactoryEvent -- Time elapsed: 0.012 s Running org.eclipse.equinox.cm.test.ConfigurationAdminTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.equinox.cm.test.ConfigurationAdminTest org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigNullPid -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListConfigurationWithBoundLocation -- Time elapsed: 0.007 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListFactoryConfigurationWithBoundLocation -- Time elapsed: 0.024 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigNullPidWithLocation -- Time elapsed: 0.002 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testPersistentFactoryConfig -- Time elapsed: 0.012 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListConfigurationNull -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigWithAndWithoutLocation -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListFactoryConfiguration -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigWithLocation -- Time elapsed: 0.002 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testPersistentConfig -- Time elapsed: 0.010 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfig -- Time elapsed: 0.002 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigWithLocation -- Time elapsed: 0.002 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigWithAndWithoutLocation -- Time elapsed: 0.017 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigNullPidWithLocation -- Time elapsed: 0.006 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListConfiguration -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigWithAndWithoutNullLocation -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigNullPid -- Time elapsed: 0.002 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigWithAndWithoutNullLocation -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfig -- Time elapsed: 0.002 s Running org.eclipse.equinox.cm.test.ConfigurationDictionaryTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.equinox.cm.test.ConfigurationDictionaryTest org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectArray -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectValue -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testGet -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testGetNull -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectVector -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectCollection -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testRemoveNull -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testPutGetCustomCollection -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testGoodConfigProperties -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testRemove -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testNullValue -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testNullKey -- Time elapsed: 0.003 s Running org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest.testConfigurationEvent -- Time elapsed: 0.007 s org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest.testConfigurationFactoryEvent -- Time elapsed: 0.007 s Running org.eclipse.equinox.cm.test.ConfigurationListenerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.equinox.cm.test.ConfigurationListenerTest org.eclipse.equinox.cm.test.ConfigurationListenerTest.testListener -- Time elapsed: 0.005 s Running org.eclipse.equinox.cm.test.ConfigurationPluginTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.equinox.cm.test.ConfigurationPluginTest org.eclipse.equinox.cm.test.ConfigurationPluginTest.testRankedPlugin -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPidSpecificMissPlugin -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPlugin -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testSameRankedPlugin -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPidSpecificPlugin -- Time elapsed: 0.007 s Running org.eclipse.equinox.cm.test.ManagedServiceFactoryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 s -- in org.eclipse.equinox.cm.test.ManagedServiceFactoryTest org.eclipse.equinox.cm.test.ManagedServiceFactoryTest.testGeneralManagedServiceFactory -- Time elapsed: 0.208 s org.eclipse.equinox.cm.test.ManagedServiceFactoryTest.testSamePidManagedServiceFactory -- Time elapsed: 0.011 s Running org.eclipse.equinox.cm.test.ManagedServiceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.329 s -- in org.eclipse.equinox.cm.test.ManagedServiceTest org.eclipse.equinox.cm.test.ManagedServiceTest.testSamePidManagedService -- Time elapsed: 0.008 s org.eclipse.equinox.cm.test.ManagedServiceTest.testGeneralManagedService -- Time elapsed: 0.313 s org.eclipse.equinox.cm.test.ManagedServiceTest.testBug374637 -- Time elapsed: 1.006 s Results: Tests run: 88, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.common.tests >-------- [INFO] Building [test-bundle] Common Eclipse Runtime Tests 3.17.100-SNAPSHOT [60/67] [INFO] from bundles/org.eclipse.equinox.common.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common.tests --- [INFO] The project's OSGi version is 3.17.100.v20240214-0846 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.common.tests --- [INFO] Resolving class path of [test-bundle] Common Eclipse Runtime Tests [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-1) @ org.eclipse.equinox.common.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/resources added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.common.tests --- [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/URIUtilTest.java:[241] URL fileURL = fileWithSpaces.toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/URIUtilTest.java:[268] URL fileURL = fileWithSpaces.toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/URIUtilTest.java:[394] URL fileURL = fileWithPercent20.toURL(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/IAdapterManagerTest.java:[317] return (T) new PrivateAdapter(); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from PrivateAdapter to T [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/IAdapterManagerTest.java:[352] return (T) new Y(); ^^^^^^^^^^^ Type safety: Unchecked cast from IAdapterManagerTest.Y to T [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/adaptable/TestAdapter2Factory.java:[19] return (T) new TestAdapter2(); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from TestAdapter2 to T 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.common.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.17.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.common.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.17.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.common.tests --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/ExtensionRegistryDynamicTest.java:64: error: reference not found * @see bug 65783 ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/ExtensionRegistryDynamicTest.java:98: error: reference not found * @see bug 178028 ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java:771: error: @param name not found * @param monitor progress monitor (callers are responsible for calling done() ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java:824: error: @param name not found * @param monitor progress monitor (callers are responsible for calling done() ^ 4 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/ExtensionRegistryDynamicTest.java:64: error: reference not found * @see bug 65783 ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/ExtensionRegistryDynamicTest.java:98: error: reference not found * @see bug 178028 ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java:771: error: @param name not found * @param monitor progress monitor (callers are responsible for calling done() ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java:824: error: @param name not found * @param monitor progress monitor (callers are responsible for calling done() ^ 4 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.equinox.common.tests --- [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences.source 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app.source 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.bidi 1.5.0.v20240113-0700 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security.source 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event.source 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Running org.eclipse.equinox.common.tests.AllTests a%5Cb Reading registry cache: 1 Using registry cache... Cumulative parse time so far : 1 Cumulative parse time so far : 2 Cumulative parse time so far : 2 Tests run: 588, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 2.504 s -- in org.eclipse.equinox.common.tests.AllTests org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 10: OK pattern=ab*ab, text=abXXXabYYYab[0,12]] -- Time elapsed: 0.002 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 13: OK pattern=a?b, text=..ab...ayb...[0,13]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 16: OK pattern=, text=foobar[0,6]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 17: OK pattern=, text=foobar[2,5]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 20: OK pattern=*, text=foobar[1,5]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 21: OK pattern=**, text=foobar[0,3]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 24: OK pattern=ab*ab, text=abXXXabYYYab[3,12]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 25: OK pattern=ab*ab, text=abXXXabYYYab[5,12]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 26: NOK pattern=ab*ab, text=abXXXabYYYab[6,12]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 29: NOK pattern=ab, text=[0,0]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 30: NOK pattern=*, text=[0,0]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 33: NOK pattern=ab*ab, text=abXXXabYYYab[9,5]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 34: NOK pattern=ab*ab, text=abXXXabYYYab[9,9]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 37: OK pattern=*ab*, text=..ab...ayb...[0,13]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 38: OK pattern=*??*, text=abcdef[0,6]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 41: OK pattern=a?b, text=..ab..Ayb..ayb..AYB..[0,21]] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 42: OK pattern=a?b, text=..ab..Ayb..ayb..AYB..[7,21]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 43: OK pattern=a?b, text=..ab..Ayb..ayb..AYB..[12,21]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 44: OK pattern=aYB, text=..ab..Ayb..ayb..AYB..[0,21]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 45: OK pattern=AYb, text=..ab..Ayb..ayb..AYB..[7,21]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 46: OK pattern=aYb, text=..ab..Ayb..ayb..AYB..[12,21]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 49: NOK pattern=ab*?cd, text=..abcdfoobar[0,12]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 50: NOK pattern=a*bc*d, text=.abeced[0,7]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 51: NOK pattern=ab*cd, text=abfoocd[0,6]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 52: OK pattern=ab*cd, text=abfoocd[0,7]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 53: NOK pattern=a*bc*d, text=afoobcbard[0,5]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 54: NOK pattern=a*bc*d, text=afoobcbdrd[0,7]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherFindTest.testFind[line 55: OK pattern=a*bc*d, text=afoobcbdrd[0,10]] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 9: OK pattern=foo, text=foo] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 9: OK pattern=foo, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 10: NOK pattern=foo, text=fop] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 10: NOK pattern=foo, text=fop] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 11: NOK pattern=foo, text=fo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 11: NOK pattern=foo, text=fo] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 12: NOK pattern=fo, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 12: NOK pattern=fo, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 13: NOK pattern=???, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 13: NOK pattern=???, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 14: OK pattern=???, text=???] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 14: OK pattern=???, text=???] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 15: NOK pattern=f?o, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 15: NOK pattern=f?o, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 16: NOK pattern=f?o, text=fo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 16: NOK pattern=f?o, text=fo] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 17: OK pattern=f?o, text=f?o] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 17: OK pattern=f?o, text=f?o] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 18: NOK pattern=*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 18: NOK pattern=*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 19: NOK pattern=*, text=f] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 19: NOK pattern=*, text=f] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 20: OK pattern=*, text=*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 20: OK pattern=*, text=*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 21: NOK pattern=?, text=f] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 21: NOK pattern=?, text=f] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 22: OK pattern=?, text=?] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 22: OK pattern=?, text=?] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 23: OK pattern=foo\bar, text=foo\bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 23: OK pattern=foo\bar, text=foo\bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 24: NOK pattern=foo\\bar, text=foo\bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 24: NOK pattern=foo\\bar, text=foo\bar] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 25: OK pattern=foo\\bar, text=foo\\bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 25: OK pattern=foo\\bar, text=foo\\bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 26: NOK pattern=foo*, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 26: NOK pattern=foo*, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 27: NOK pattern=foo*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 27: NOK pattern=foo*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 28: OK pattern=foo*, text=foo*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 28: OK pattern=foo*, text=foo*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 29: NOK pattern=foo*, text=foox] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 29: NOK pattern=foo*, text=foox] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 30: NOK pattern=foo\*, text=foo*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 30: NOK pattern=foo\*, text=foo*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 31: OK pattern=foo\*, text=foo\*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 31: OK pattern=foo\*, text=foo\*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 34: NOK pattern=foo\, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 34: NOK pattern=foo\, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 35: OK pattern=foo\, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 35: OK pattern=foo\, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 36: NOK pattern=foo\\, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 36: NOK pattern=foo\\, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 37: NOK pattern=foo\\, text=foo\] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 37: NOK pattern=foo\\, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 38: OK pattern=foo\\, text=foo\\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 38: OK pattern=foo\\, text=foo\\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 41: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 41: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 42: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 42: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 43: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 43: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 44: NOK pattern=, text=x] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 44: NOK pattern=, text=x] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 45: NOK pattern=, text=xxx] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatch[line 45: NOK pattern=, text=xxx] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 48: OK pattern=f, text=f] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest skipped org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 49: OK pattern=F, text=f] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest skipped org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 50: OK pattern=f, text=F] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest skipped org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 51: OK pattern=F, text=F] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest skipped org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 52: OK pattern=FooBar, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest skipped org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 53: OK pattern=FooBar, text=fOObAR] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest skipped org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 54: OK pattern=FooBar, text=FooBar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest skipped org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 55: NOK pattern=FooBar, text=Foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 9: OK pattern=foo, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 9: OK pattern=foo, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 10: NOK pattern=foo, text=fop] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 10: NOK pattern=foo, text=fop] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 11: NOK pattern=foo, text=fo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 11: NOK pattern=foo, text=fo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 12: NOK pattern=fo, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 12: NOK pattern=fo, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 13: OK pattern=???, text=foo] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 13: OK pattern=???, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 14: NOK pattern=???, text=fo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 14: NOK pattern=???, text=fo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 15: NOK pattern=??, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 15: NOK pattern=??, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 16: OK pattern=??, text=fo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 16: OK pattern=??, text=fo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 17: OK pattern=?, text=f] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 17: OK pattern=?, text=f] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 18: OK pattern=f?o, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 18: OK pattern=f?o, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 19: NOK pattern=f?o, text=fo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 19: NOK pattern=f?o, text=fo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 20: OK pattern=f?o, text=f.o] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 20: OK pattern=f?o, text=f.o] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 21: OK pattern=*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 21: OK pattern=*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 22: OK pattern=f*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 22: OK pattern=f*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 23: OK pattern=f**, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 23: OK pattern=f**, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 24: OK pattern=f****, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 24: OK pattern=f****, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 25: OK pattern=***f*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 25: OK pattern=***f*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 26: NOK pattern=*f, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 26: NOK pattern=*f, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 27: OK pattern=*o, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 27: OK pattern=*o, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 28: OK pattern=*foo*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 28: OK pattern=*foo*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 29: OK pattern=f*o, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 29: OK pattern=f*o, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 30: OK pattern=f*o, text=fabcdefghijklmnopqrstuvwxyzo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 30: OK pattern=f*o, text=fabcdefghijklmnopqrstuvwxyzo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 31: NOK pattern=f*o, text=abcdefghijklmnopqrstuvwxyzo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 31: NOK pattern=f*o, text=abcdefghijklmnopqrstuvwxyzo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 32: OK pattern=f*o, text=fabcdefghijklmnpqrstuvwxyzo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 32: OK pattern=f*o, text=fabcdefghijklmnpqrstuvwxyzo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 33: NOK pattern=f*o, text=fabcdefghijklmnopqrstuvwxyz] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 33: NOK pattern=f*o, text=fabcdefghijklmnopqrstuvwxyz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 34: OK pattern=f*o, text=fabcdefghijklmnoooo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 34: OK pattern=f*o, text=fabcdefghijklmnoooo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 35: NOK pattern=f*o, text=gabcdefghijklmnoooo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 35: NOK pattern=f*o, text=gabcdefghijklmnoooo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 37: OK pattern=*ob*a*r*, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 37: OK pattern=*ob*a*r*, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 38: OK pattern=*ob*a*r*, text=oobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 38: OK pattern=*ob*a*r*, text=oobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 39: OK pattern=*ob*a*r*, text=obar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 39: OK pattern=*ob*a*r*, text=obar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 40: OK pattern=*barz, text=abarabarabarz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 40: OK pattern=*barz, text=abarabarabarz] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 41: OK pattern=*barz, text=abarabarzbarz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 41: OK pattern=*barz, text=abarabarzbarz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 42: OK pattern=*ab, text=aaaaaaabababab] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 42: OK pattern=*ab, text=aaaaaaabababab] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 43: OK pattern=foo\*, text=foo*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 43: OK pattern=foo\*, text=foo*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 44: NOK pattern=foo\*, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 44: NOK pattern=foo\*, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 45: NOK pattern=foo\\*, text=foo*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 45: NOK pattern=foo\\*, text=foo*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 48: OK pattern=foo\\*, text=foo\*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 48: OK pattern=foo\\*, text=foo\*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 49: OK pattern=foo\\*, text=foo\a] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 49: OK pattern=foo\\*, text=foo\a] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 50: OK pattern=foo\\*, text=foo\\*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 50: OK pattern=foo\\*, text=foo\\*] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 51: OK pattern=foo\\*, text=foo\\a] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 51: OK pattern=foo\\*, text=foo\\a] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 52: OK pattern=foo\\*, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 52: OK pattern=foo\\*, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 54: OK pattern=foo\?, text=foo?] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 54: OK pattern=foo\?, text=foo?] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 55: NOK pattern=foo\?, text=foop] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 55: NOK pattern=foo\?, text=foop] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 56: OK pattern=foo\\?, text=foo\a] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 56: OK pattern=foo\\?, text=foo\a] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 57: NOK pattern=foo\\?, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 57: NOK pattern=foo\\?, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 58: NOK pattern=foo\\?, text=foo\\a] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 58: NOK pattern=foo\\?, text=foo\\a] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 59: NOK pattern=foo\*bar, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 59: NOK pattern=foo\*bar, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 60: OK pattern=foo*bar, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 60: OK pattern=foo*bar, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 61: OK pattern=foo\\bar, text=foo\bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 61: OK pattern=foo\\bar, text=foo\bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 62: NOK pattern=foo\\bar, text=foo\\bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 62: NOK pattern=foo\\bar, text=foo\\bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 65: OK pattern=foo\bar, text=foo\bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 65: OK pattern=foo\bar, text=foo\bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 66: NOK pattern=foo\bar, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 66: NOK pattern=foo\bar, text=foobar] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 68: OK pattern=foo/bar, text=foo/bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 68: OK pattern=foo/bar, text=foo/bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 69: OK pattern=foo/*, text=foo/bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 69: OK pattern=foo/*, text=foo/bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 70: OK pattern=foo/*, text=foo/bar/baz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 70: OK pattern=foo/*, text=foo/bar/baz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 71: OK pattern=foo*, text=foo/bar/baz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 71: OK pattern=foo*, text=foo/bar/baz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 72: OK pattern=foo/*arr, text=foo/baz/arr] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 72: OK pattern=foo/*arr, text=foo/baz/arr] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 73: NOK pattern=foo/*z, text=foo/baz/arr] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 73: NOK pattern=foo/*z, text=foo/baz/arr] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 75: OK pattern=t/n, text=t/n] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 75: OK pattern=t/n, text=t/n] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 76: OK pattern=t*n, text=t/n] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 76: OK pattern=t*n, text=t/n] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 77: OK pattern=t?n, text=t/n] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 77: OK pattern=t?n, text=t/n] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 78: OK pattern=*l?, text=ball] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 78: OK pattern=*l?, text=ball] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 79: NOK pattern=*a?, text=ball] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 79: NOK pattern=*a?, text=ball] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 80: OK pattern=*a?l, text=ball] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 80: OK pattern=*a?l, text=ball] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 81: OK pattern=*a??, text=ball] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 81: OK pattern=*a??, text=ball] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 82: OK pattern=foo*bar, text=foo/baz/bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 82: OK pattern=foo*bar, text=foo/baz/bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 83: OK pattern=foo**bar, text=foo/baz/bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 83: OK pattern=foo**bar, text=foo/baz/bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 86: NOK pattern=foo\, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 86: NOK pattern=foo\, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 87: OK pattern=foo\, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 87: OK pattern=foo\, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 88: NOK pattern=foo\\, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 88: NOK pattern=foo\\, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 89: OK pattern=foo\\, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 89: OK pattern=foo\\, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 90: NOK pattern=foo\\, text=foo\\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 90: NOK pattern=foo\\, text=foo\\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 91: OK pattern=fo?\\, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 91: OK pattern=fo?\\, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 92: OK pattern=fo?\, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 92: OK pattern=fo?\, text=foo\] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 93: NOK pattern=fo?\, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 93: NOK pattern=fo?\, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 95: NOK pattern=b*a, text=aaabbb] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 95: NOK pattern=b*a, text=aaabbb] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 96: NOK pattern=*ba*, text=aabcaa] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 96: NOK pattern=*ba*, text=aabcaa] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 98: OK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-m-70-iso8859-1] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 98: OK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-m-70-iso8859-1] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 99: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-1] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 99: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-1] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 100: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-/-70-iso8859-1] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 100: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-/-70-iso8859-1] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 101: OK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-m---] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 101: OK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-m---] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 102: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-m--] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 102: NOK pattern=-*-*-*-*-*-*-12-*-*-*-m-*-*-*, text=-adobe-courier-bold-o-normal--12-120-75-75-X-70-iso8859-m--] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 103: OK pattern=*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 103: OK pattern=*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 104: NOK pattern=*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 104: NOK pattern=*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 105: OK pattern=*/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 105: OK pattern=*/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 106: NOK pattern=*/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 106: NOK pattern=*/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 107: OK pattern=**/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 107: OK pattern=**/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txt] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 108: NOK pattern=**/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 108: NOK pattern=**/*a*b*g*n*t, text=abcd/abcdefg/abcdefghijk/abcdefghijklmnop.txtz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 109: NOK pattern=*/*/*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 109: NOK pattern=*/*/*, text=foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 110: NOK pattern=*/*/*, text=foo/bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 110: NOK pattern=*/*/*, text=foo/bar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 111: OK pattern=*/*/*, text=foo/bba/arr] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 111: OK pattern=*/*/*, text=foo/bba/arr] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 112: OK pattern=*/*/*, text=foo/bb/aa/rr] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 112: OK pattern=*/*/*, text=foo/bb/aa/rr] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 113: OK pattern=*X*i, text=abcXdefXghi] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 113: OK pattern=*X*i, text=abcXdefXghi] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 114: OK pattern=*X*i, text=ab/cXd/efXg/hi] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 114: OK pattern=*X*i, text=ab/cXd/efXg/hi] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 115: OK pattern=*/*X*/*/*i, text=ab/cXd/efXg/hi] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 115: OK pattern=*/*X*/*/*i, text=ab/cXd/efXg/hi] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 116: OK pattern=*Xg*i, text=ab/cXd/efXg/hi] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 116: OK pattern=*Xg*i, text=ab/cXd/efXg/hi] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 119: OK pattern=*, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 119: OK pattern=*, text=] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 120: OK pattern=**, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 120: OK pattern=**, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 121: NOK pattern=?, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 121: NOK pattern=?, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 122: NOK pattern=?*, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 122: NOK pattern=?*, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 123: NOK pattern=*?, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 123: NOK pattern=*?, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 124: NOK pattern=x, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 124: NOK pattern=x, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 127: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 127: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 128: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 128: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 129: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 129: OK pattern=, text=] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 130: NOK pattern=, text=x] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 130: NOK pattern=, text=x] -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 131: NOK pattern=, text=xxx] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 131: NOK pattern=, text=xxx] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 133: OK pattern=*, text=a] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 133: OK pattern=*, text=a] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 134: OK pattern=**, text=a] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatch[line 134: OK pattern=**, text=a] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 137: OK pattern=f, text=f] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 138: OK pattern=F, text=f] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 139: OK pattern=f, text=F] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 140: OK pattern=F, text=F] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 141: OK pattern=FooBar, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 142: OK pattern=FooBar, text=fOObAR] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 143: OK pattern=FooBar, text=FooBar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 144: NOK pattern=FooBar, text=Foo] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 145: OK pattern=F*b?R, text=foobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 146: OK pattern=F*b?R, text=FOOBAR] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 147: OK pattern=F*b?R, text=foOBar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 148: NOK pattern=F*b?R, text=foobr] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 149: OK pattern=?ob*R, text=fobar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 150: OK pattern=?ob*R, text=fobaar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 151: OK pattern=?ob*R, text=FOBAR] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 152: OK pattern=?ob*R, text=FOBAAR] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 153: OK pattern=?ob*R, text=fOBar] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 154: OK pattern=?ob*R, text=fobr] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 155: NOK pattern=?ob*R, text=fobarz] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest.testStringMatchCaseInsensitive[line 156: OK pattern=?ob*R, text=fobarzr] -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherWildcardTest skipped org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest.testPrefixWildcardsOffMulti -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest.testPrefixWildcards -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest.testPrefixWildcardsOffSingle -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest.testEmptyNoWildcard -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest.testNoPrefix -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest.testPrefixNoWildcards -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherPrefixTest.testEmptyWildcard -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherOtherTest.testEmptyNoWildcard -- Time elapsed: 0 s org.eclipse.equinox.common.tests.text.StringMatcherOtherTest.testEmptyWildcard -- Time elapsed: 0 s org.eclipse.equinox.common.tests.CoreExceptionTest.testCoreException -- Time elapsed: 0 s org.eclipse.equinox.common.tests.ServiceCallerTest.testCall -- Time elapsed: 0.104 s org.eclipse.equinox.common.tests.ServiceCallerTest.testRank -- Time elapsed: 0.002 s org.eclipse.equinox.common.tests.ServiceCallerTest.testInvalidFilter -- Time elapsed: 0.005 s org.eclipse.equinox.common.tests.ServiceCallerTest.testCallOnce -- Time elapsed: 0.002 s org.eclipse.equinox.common.tests.OperationCanceledExceptionTest.testCoreException -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testMakeRelativeTo -- Time elapsed: 0.002 s org.eclipse.equinox.common.tests.PathTest.testMakeRelativeToWindows -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.PathTest.testFirstSegment -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testClone -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testIsUNC -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testHash -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testLastSegment -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testToString -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testConstructors -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.PathTest.testRemoveTrailingSeparator -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testIsValidSegment -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testUptoSegment -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testIsValidPath -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testFromFile -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testFromPath -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.PathTest.testCanonicalize -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testMakeAbsolute -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testIsAbsolute -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testAddTrailingSeparator -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testRemoveLastSegments -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testMakeUNC -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.PathTest.testRegression -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testFactoryMethods -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testGetFileExtension -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testRemoveFirstSegments -- Time elapsed: 0.019 s org.eclipse.equinox.common.tests.PathTest.testAppend -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testEquals -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.PathTest.testIsRoot -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testIsPrefixOf -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testSegmentCount -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testIsEmpty -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testFromPortableString -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testToPath -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testSegments -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testMakeRelative -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testFromOSString -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.PathTest.testHasTrailingSeparator -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PluginVersionIdentifierTest.testEqual -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PluginVersionIdentifierTest.testComparisons -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.PluginVersionIdentifierTest.testValidate -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PluginVersionIdentifierTest.testConstructor -- Time elapsed: 0 s org.eclipse.equinox.common.tests.ProgressMonitorWrapperTest.testProgressMonitorWrapper -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.QualifiedNameTest.testQualifiers -- Time elapsed: 0 s org.eclipse.equinox.common.tests.QualifiedNameTest.testLocalNames -- Time elapsed: 0 s org.eclipse.equinox.common.tests.QualifiedNameTest.testEqualsAndHashcode -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SafeRunnerTest.testNull -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SafeRunnerTest.testOperationCanceledExceptionAreHandled -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SafeRunnerTest.testRethrowsError -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SafeRunnerTest.testRethrowsOutOfMemoryError -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SafeRunnerTest.testRethrow -- Time elapsed: 0.022 s org.eclipse.equinox.common.tests.SafeRunnerTest.testAssertionErrorIsCaught -- Time elapsed: 0.002 s org.eclipse.equinox.common.tests.SafeRunnerTest.testWithResult -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SafeRunnerTest.testWithResultReturnsNullOnException -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SafeRunnerTest.testLinkageErrorIsCaught -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SafeRunnerTest.testRuntimeExceptionIsCaught -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.StatusTest.testAdd -- Time elapsed: 0 s org.eclipse.equinox.common.tests.StatusTest.testError -- Time elapsed: 0.003 s org.eclipse.equinox.common.tests.StatusTest.testMerge -- Time elapsed: 0 s org.eclipse.equinox.common.tests.StatusTest.testInfo -- Time elapsed: 0 s org.eclipse.equinox.common.tests.StatusTest.testIsOK -- Time elapsed: 0 s org.eclipse.equinox.common.tests.StatusTest.testMultiStatusReturnValues -- Time elapsed: 0 s org.eclipse.equinox.common.tests.StatusTest.testErrorWithException -- Time elapsed: 0 s org.eclipse.equinox.common.tests.StatusTest.testWarning -- Time elapsed: 0 s org.eclipse.equinox.common.tests.StatusTest.testWarningWithException -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.StatusTest.testSingleFromClass -- Time elapsed: 0.004 s org.eclipse.equinox.common.tests.StatusTest.testMultiFromClass -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.StatusTest.testAddAll -- Time elapsed: 0 s org.eclipse.equinox.common.tests.StatusTest.testSingleStatusReturnValues -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorSmallTicksTest.testSplit -- Time elapsed: 0.003 s org.eclipse.equinox.common.tests.SubMonitorSmallTicksTest.testInternalWorked -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubMonitorSmallTicksTest.testWorked -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testAutoCancelDoesNothingForTrivialConversions -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testRedundantWork -- Time elapsed: 0.003 s org.eclipse.equinox.common.tests.SubMonitorTest.testIsCanceled -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testConsumingEndOfMonitorNotTreatedAsTrivial -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubMonitorTest.testFlags -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testTypicalUsage -- Time elapsed: 0.010 s org.eclipse.equinox.common.tests.SubMonitorTest.testSplitPerformsAutoCancel -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testSplitDoesNotThrowExceptionIfParentNotCanceled -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubMonitorTest.testInternalWorked -- Time elapsed: 0.004 s org.eclipse.equinox.common.tests.SubMonitorTest.testCleanupConstructedChildren -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testCancellation -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testChildOverflow -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testBug210394 -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testSuppressIsCanceled -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testCreateChildrenUnderCustomParent -- Time elapsed: 0.009 s org.eclipse.equinox.common.tests.SubMonitorTest.testSuppressIsCanceledFlagIsInherited -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubMonitorTest.testInfiniteProgress -- Time elapsed: 0.025 s org.eclipse.equinox.common.tests.SubMonitorTest.testConvert -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testCreateTree -- Time elapsed: 0.006 s org.eclipse.equinox.common.tests.SubMonitorTest.testNullParent -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testAutoCancelThrowsExceptionEventuallyForManyTrivialOperations -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testNewChildDoesNotAutoCancel -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testAutoCancelDoesNothingForSingleTrivialOperation -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testSetWorkRemaining -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubMonitorTest.testStyles -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubMonitorTest.testWorked -- Time elapsed: 0.003 s org.eclipse.equinox.common.tests.SubMonitorTest.testSplitDoesNotCancelWhenCancellationSuppressed -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testNewChild -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testSuppressIsCanceledAffectsSplit -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubProgressTest.testParallelChildren -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubProgressTest.testCancellation -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubProgressTest.testCreateChildrenUnderCustomParent -- Time elapsed: 0.010 s org.eclipse.equinox.common.tests.SubProgressTest.testConstructorNestingFP -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubProgressTest.testStyles -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubProgressTest.testNegativeWorkValues -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubProgressTest.testConstructorNestingInt -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testToFileUNC -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testMakeAbsoluteUNC -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.URIUtilTest.testAppendUNC -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.URIUtilTest.testFileWithPercent20 -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testToJARURI -- Time elapsed: 0.003 s org.eclipse.equinox.common.tests.URIUtilTest.testAppendWindows -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testToUnencodedString -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testRemoveFileExtensionFromFile -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.URIUtilTest.testMakeAbsolute -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testBug286339 -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testBug331314 -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.URIUtilTest.testURItoURL -- Time elapsed: 0.209 s org.eclipse.equinox.common.tests.URIUtilTest.testURLtoURI -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testAppend -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testDollar -- Time elapsed: 0.002 s org.eclipse.equinox.common.tests.URIUtilTest.testRemoveExtension -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.URIUtilTest.testFromString -- Time elapsed: 0.004 s org.eclipse.equinox.common.tests.URIUtilTest.testWindowsPathsFromString -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testSameURI -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testAppendWithBrackets -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.URIUtilTest.testWindowsPathsFromURI -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testToFile -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testMakeRelative -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testFileWithSpaces -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.URIUtilTest.testSameURIWindows -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testFileWithBrackets -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URLTest.testPlatformPlugin -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.PlatformLogWriterTest.testLogServiceLevels -- Time elapsed: 0.002 s org.eclipse.equinox.common.tests.adaptable.AdapterManagerDynamicTest.testDynamicBundles -- Time elapsed: 0.041 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerServiceTest.testAdaptersOSGiLazy -- Time elapsed: 0.004 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerServiceTest.testGetAdapter -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerServiceTest.testHasAdapter -- Time elapsed: 0 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerServiceTest.testAdaptersOSGiLazyExt -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerServiceTest.testLoadAdapter -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testGetAdapterXYNotLoaded -- Time elapsed: 0.003 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testGetAdapterXYNotLoadedForceLoad -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testGetAdapter -- Time elapsed: 0 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testGetAdapterXY -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testContinueAfterNullAdapterFactory -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testNoAdapterForType -- Time elapsed: 0 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testGetAdapterNullArgs -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testHasAdapter -- Time elapsed: 0 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testComputeClassOrder -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testGetAdapterForSpecializedNamedSubtype -- Time elapsed: 0 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testAdapterClassLoader -- Time elapsed: 0.019 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testMultipleAdapterFactoriesFromExtensionPoint -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testFactoryViolatingContract -- Time elapsed: 0.002 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testLoadAdapter -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.AdaptersTest.testOptionalOfNotAdaptableIsEmpty -- Time elapsed: 0 s org.eclipse.equinox.common.tests.adaptable.AdaptersTest.testOptionalObjectIsNull -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.AdaptersTest.testOptionalOfAdaptable -- Time elapsed: 0 s org.eclipse.equinox.common.tests.adaptable.AdaptersTest.testOptionalAdapterTypeIsNull -- Time elapsed: 0 s org.eclipse.equinox.common.tests.registry.ContributorsTest.testContributorRemoval -- Time elapsed: 0.004 s org.eclipse.equinox.common.tests.registry.ContributorsTest.testByContributor -- Time elapsed: 0.013 s org.eclipse.equinox.common.tests.registry.ContributorsTest.testResolution -- Time elapsed: 0.009 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryDynamicTest.testAddition -- Time elapsed: 0.009 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryDynamicTest.testReresolving -- Time elapsed: 0.040 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryDynamicTest.testEventTracker -- Time elapsed: 0.012 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testA -- Time elapsed: 0.006 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testAFromCache -- Time elapsed: 0 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testB -- Time elapsed: 0.005 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testBFromCache -- Time elapsed: 0.007 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testBRemoved -- Time elapsed: 0 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testC -- Time elapsed: 0.025 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testD -- Time elapsed: 0.024 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testE -- Time elapsed: 0.018 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testF -- Time elapsed: 0.023 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testG -- Time elapsed: 0.011 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testH -- Time elapsed: 0.036 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testH71826 -- Time elapsed: 0.014 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testJ -- Time elapsed: 0.015 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testJbis -- Time elapsed: 0 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testKNonSingletonBundle -- Time elapsed: 0.007 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testLSingletonFragment -- Time elapsed: 0.005 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testMNonSingletonFragment -- Time elapsed: 0.007 s org.eclipse.equinox.common.tests.registry.InputErrorTest.testErrorCleanupPoints -- Time elapsed: 0.123 s org.eclipse.equinox.common.tests.registry.InputErrorTest.testErrorCleanupExtensions -- Time elapsed: 0.094 s org.eclipse.equinox.common.tests.registry.MultiLanguageTest.testMultiLocale -- Time elapsed: 0.299 s org.eclipse.equinox.common.tests.registry.MultiLanguageTest.testMultiLocaleService -- Time elapsed: 0.236 s org.eclipse.equinox.common.tests.registry.NamespaceTest.testNamespaceBasic -- Time elapsed: 0.007 s org.eclipse.equinox.common.tests.registry.NamespaceTest.testNamespaceDynamic -- Time elapsed: 0.022 s org.eclipse.equinox.common.tests.registry.RegistryListenerTest.testMultiplePoints -- Time elapsed: 0.108 s org.eclipse.equinox.common.tests.registry.RegistryListenerTest.testRegularOrder -- Time elapsed: 0.009 s org.eclipse.equinox.common.tests.registry.RegistryListenerTest.testInverseOrder -- Time elapsed: 0.009 s org.eclipse.equinox.common.tests.registry.RegistryListenerTest.testMultipleRegistrations -- Time elapsed: 0.406 s org.eclipse.equinox.common.tests.registry.simple.XMLExtensionCreateTest.testExtensionPointAddition -- Time elapsed: 0.025 s org.eclipse.equinox.common.tests.registry.simple.DirectExtensionCreateTest.testExtensionPointAddition -- Time elapsed: 0.009 s org.eclipse.equinox.common.tests.registry.simple.XMLExecutableExtensionTest.testExecutableExtensionCreation -- Time elapsed: 0.009 s org.eclipse.equinox.common.tests.registry.simple.DirectExtensionCreateTwoRegistriesTest.testExtensionPointAddition -- Time elapsed: 0.015 s org.eclipse.equinox.common.tests.registry.simple.TokenAccessTest.testControlledAccess -- Time elapsed: 0 s org.eclipse.equinox.common.tests.registry.simple.XMLExtensionCreateEclipseTest.testDynamicContribution -- Time elapsed: 0.002 s org.eclipse.equinox.common.tests.registry.simple.DirectExtensionRemoveTest.testAssociatedConfigElements -- Time elapsed: 0.013 s org.eclipse.equinox.common.tests.registry.simple.DirectExtensionRemoveTest.testExtensionPointAddition -- Time elapsed: 0.007 s org.eclipse.equinox.common.tests.registry.simple.MergeContributionTest.testMergeStaticDynamic -- Time elapsed: 0.016 s org.eclipse.equinox.common.tests.registry.simple.DuplicatePointsTest.testDuplicates -- Time elapsed: 0.007 s org.eclipse.core.runtime.tests.FileLocatorTest.testFileLocatorFind -- Time elapsed: 0.012 s org.eclipse.core.runtime.tests.FileLocatorTest.testFileLocatorGetBundleFile01 -- Time elapsed: 0.003 s org.eclipse.core.runtime.tests.FileLocatorTest.testFileLocatorGetBundleFile02 -- Time elapsed: 0.002 s Results: Tests run: 588, Failures: 0, Errors: 0, Skipped: 28 [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.ds.tests >---------- [INFO] Building [test-bundle] Declarative Services Tests 1.7.0-SNAPSHOT [61/67] [INFO] from bundles/org.eclipse.equinox.ds.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.ds.tests --- [INFO] The project's OSGi version is 1.7.0.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.ds.tests --- [INFO] Resolving class path of [test-bundle] Declarative Services Tests [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-2) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb24 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-3) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb1 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-4) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb1a added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-5) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb2 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-6) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb3 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-7) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb4 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-8) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb5 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-9) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb6 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-10) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb7 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-11) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb8 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-12) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb9 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-13) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb10 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-14) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb11 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-15) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb12 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-16) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb13 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-17) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb14 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-18) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb15 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-19) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb16 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-20) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb17 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-21) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb18 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-22) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb19 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-23) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb20 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-24) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb21 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-25) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb21a added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-26) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb22 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-27) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb23 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-28) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb25 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-29) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb26 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-30) @ org.eclipse.equinox.ds.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb27 added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.ds.tests --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSTest.java:[1065] if (System.getSecurityManager() == null) { ^^^^^^^^^^^^^^^^^^^^ The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal 1 problem (1 warning) [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb1a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb3.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb4.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb5.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb6.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb7.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb8.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb9.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb10.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb11.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb12.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb13.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb14.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb15.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb16.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb17.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb20.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb22.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb23.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb24.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb25.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb26.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb27.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.ds.tests --- [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions [INFO] 0 component(s) where generated, 7 where kept. [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.ds.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb3.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb4.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb5.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb6.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb7.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb8.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb9.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb10.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb11.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb12.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb13.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb14.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb15.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb16.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb17.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb18.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb19.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb20.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb21.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb21a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb22.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb23.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb24.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb25.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb26.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb27.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.ds.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.ds.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.ds.tests --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.equinox.ds.tests --- [WARNING] Your build strictly depends on unit org.eclipse.equinox.common 3.19.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.registry 3.12.0.v20240213-1057 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.common.source 3.19.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.registry.source 3.12.0.v20240213-1057 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences.source 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app.source 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.bidi 1.5.0.v20240113-0700 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security.source 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event.source 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Running org.eclipse.equinox.ds.tests.AllTests Exception in thread "Thread-13" Exception in thread "Thread-12" Exception in thread "Thread-14" java.lang.AssertionError: The ConfigurationAdmin should be available at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertNotNull(Assert.java:713) at org.eclipse.equinox.ds.tests.tbc.DSTest$OverloadManager.run(DSTest.java:2212) java.lang.AssertionError: The ConfigurationAdmin should be available at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertNotNull(Assert.java:713) at org.eclipse.equinox.ds.tests.tbc.DSTest$OverloadManager.run(DSTest.java:2212) java.lang.AssertionError: The ConfigurationAdmin should be available at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertNotNull(Assert.java:713) at org.eclipse.equinox.ds.tests.tbc.DSTest$OverloadManager.run(DSTest.java:2212) Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 167.4 s -- in org.eclipse.equinox.ds.tests.AllTests org.eclipse.equinox.ds.tests.tbc.DSTest.testPropertiesHandling -- Time elapsed: 0.050 s org.eclipse.equinox.ds.tests.tbc.DSTest.testOptionalNames -- Time elapsed: 0.081 s org.eclipse.equinox.ds.tests.tbc.DSTest.testComponentConfigurationPID -- Time elapsed: 0.001 s org.eclipse.equinox.ds.tests.tbc.DSTest.testComponentContextMethods -- Time elapsed: 6.024 s org.eclipse.equinox.ds.tests.tbc.DSTest.testImmediateComponents -- Time elapsed: 0.015 s org.eclipse.equinox.ds.tests.tbc.DSTest.testConfigAdminOnOff -- Time elapsed: 0.002 s org.eclipse.equinox.ds.tests.tbc.DSTest.testStaticPolicyBinding -- Time elapsed: 2.010 s org.eclipse.equinox.ds.tests.tbc.DSTest.testConfigurationPolicyFactoryConf -- Time elapsed: 0.002 s org.eclipse.equinox.ds.tests.tbc.DSTest.testBindUnbindParams -- Time elapsed: 5.020 s org.eclipse.equinox.ds.tests.tbc.DSTest.testCircularityHandling -- Time elapsed: 7.105 s org.eclipse.equinox.ds.tests.tbc.DSTest.testUniqueComponentContext -- Time elapsed: 0.015 s org.eclipse.equinox.ds.tests.tbc.DSTest.testServicePropertiesUpdate -- Time elapsed: 2.022 s org.eclipse.equinox.ds.tests.tbc.DSTest.testPolicyOptionGreedy -- Time elapsed: 3.020 s org.eclipse.equinox.ds.tests.tbc.DSTest.testPrivateProperties -- Time elapsed: 0.007 s org.eclipse.equinox.ds.tests.tbc.DSTest.testWildcardHandling -- Time elapsed: 0.008 s org.eclipse.equinox.ds.tests.tbc.DSTest.testRowReference -- Time elapsed: 2.016 s org.eclipse.equinox.ds.tests.tbc.DSTest.testBindUnbind -- Time elapsed: 2.012 s org.eclipse.equinox.ds.tests.tbc.DSTest.testActivateDeactivate -- Time elapsed: 12.03 s org.eclipse.equinox.ds.tests.tbc.DSTest.testModifiedSpecialCases -- Time elapsed: 0.001 s org.eclipse.equinox.ds.tests.tbc.DSTest.testDynamicComponentFactoryServiceBinding -- Time elapsed: 0.015 s org.eclipse.equinox.ds.tests.tbc.DSTest.testPolicyOptionReluctant -- Time elapsed: 3.016 s org.eclipse.equinox.ds.tests.tbc.DSTest.testDisposingMultipleDependencies -- Time elapsed: 1.012 s org.eclipse.equinox.ds.tests.tbc.DSTest.testBindException -- Time elapsed: 0.026 s org.eclipse.equinox.ds.tests.tbc.DSTest.testReferenceTargetProperty -- Time elapsed: 1.014 s org.eclipse.equinox.ds.tests.tbc.DSTest.testBoundServiceReplacement -- Time elapsed: 0.027 s org.eclipse.equinox.ds.tests.tbc.DSTest.testBlockingComponents -- Time elapsed: 120.0 s org.eclipse.equinox.ds.tests.tbc.DSTest.testOverload -- Time elapsed: 0.549 s org.eclipse.equinox.ds.tests.tbc.DSTest.testConfigurationPolicy -- Time elapsed: 0.001 s org.eclipse.equinox.ds.tests.tbc.DSTest.testStaticComponentFactoryServiceBinding -- Time elapsed: 0.016 s org.eclipse.equinox.ds.tests.tbc.DSTest.testSecurity -- Time elapsed: 0.001 s org.eclipse.equinox.ds.tests.tbc.DSTest.testLazyBundles -- Time elapsed: 0.009 s org.eclipse.equinox.ds.tests.tbc.DSTest.testModified100 -- Time elapsed: 0.001 s org.eclipse.equinox.ds.tests.tbc.DSTest.testModified110 -- Time elapsed: 0.001 s org.eclipse.equinox.ds.tests.tbc.DSTest.testBoundServiceReplacementOnModification -- Time elapsed: 0.036 s org.eclipse.equinox.ds.tests.LazyServiceComponentActivationDeadLockTest.testServiceFactoryDeadLock -- Time elapsed: 0.105 s org.eclipse.equinox.ds.tests.LazyServiceComponentActivationDeadLockTest.testLateBindingInSameBundleDeadLock -- Time elapsed: 0.109 s Results: Tests run: 36, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.preferences.tests >------ [INFO] Building [test-bundle] Preferences Tests 3.10.0-SNAPSHOT [62/67] [INFO] from bundles/org.eclipse.equinox.preferences.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences.tests --- [INFO] The project's OSGi version is 3.10.0.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.preferences.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.preferences.tests --- [INFO] Resolving class path of [test-bundle] Preferences Tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.preferences.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.preferences.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.preferences.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.preferences.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.preferences.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.preferences.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.preferences.tests --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/org/eclipse/equinox/preferences/tests/EclipsePreferencesTest.java:100: error: unexpected text * @see https://bugs.eclipse.org/bugs/show_bug.cgi?id=444188 ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/org/eclipse/equinox/preferences/tests/EclipsePreferencesTest.java:128: error: unexpected text * @see https://bugs.eclipse.org/bugs/show_bug.cgi?id=444188 ^ 2 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/org/eclipse/equinox/preferences/tests/EclipsePreferencesTest.java:100: error: unexpected text * @see https://bugs.eclipse.org/bugs/show_bug.cgi?id=444188 ^ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/org/eclipse/equinox/preferences/tests/EclipsePreferencesTest.java:128: error: unexpected text * @see https://bugs.eclipse.org/bugs/show_bug.cgi?id=444188 ^ 2 errors Command line was: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9/bin/javadoc @options @packages Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5197) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5070) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2029) at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:181) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1825) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.10.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.equinox.preferences.tests --- [WARNING] Your build strictly depends on unit org.eclipse.equinox.app 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app.source 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.bidi 1.5.0.v20240113-0700 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security.source 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event.source 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign Running org.eclipse.equinox.preferences.tests.EclipsePreferencesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 s -- in org.eclipse.equinox.preferences.tests.EclipsePreferencesTest org.eclipse.equinox.preferences.tests.EclipsePreferencesTest.testBundleStateScope -- Time elapsed: 0.008 s org.eclipse.equinox.preferences.tests.EclipsePreferencesTest.testConcurrentPreferenceChangeListener -- Time elapsed: 0.351 s org.eclipse.equinox.preferences.tests.EclipsePreferencesTest.testConcurrentNodeChangeListener -- Time elapsed: 0.350 s Running org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testNullPreferences -- Time elapsed: 0.004 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadLong -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadUnknown -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadDouble -- Time elapsed: 0.001 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testSaveLong -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadBoolean -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadString -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testConsumable -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testSaveUnknown -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testSaveDouble -- Time elapsed: 0.001 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadInt -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testSaveBoolean -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testSaveString -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testSaveFloat -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadByteArray -- Time elapsed: 0.001 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testSaveInt -- Time elapsed: 0.001 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadFloat -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testSaveByteArray -- Time elapsed: 0 s Running org.eclipse.equinox.preferences.tests.PreferenceMetadataTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.equinox.preferences.tests.PreferenceMetadataTest org.eclipse.equinox.preferences.tests.PreferenceMetadataTest.testPreferenceMetadata -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.PreferenceMetadataTest.testPreferenceMetadataNullDescription -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.PreferenceMetadataTest.testPreferenceMetadataNullIdentifier -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.PreferenceMetadataTest.testPreferenceMetadataNullValueType -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.PreferenceMetadataTest.testPreferenceMetadataNullName -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.PreferenceMetadataTest.testPreferenceMetadataNullDefaultValue -- Time elapsed: 0 s Running org.eclipse.equinox.preferences.tests.ScopeStorageLocationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.equinox.preferences.tests.ScopeStorageLocationTest org.eclipse.equinox.preferences.tests.ScopeStorageLocationTest.testConfigurationScope_writeLocation -- Time elapsed: 0.026 s org.eclipse.equinox.preferences.tests.ScopeStorageLocationTest.testInstanceScope_readLocation -- Time elapsed: 0.002 s org.eclipse.equinox.preferences.tests.ScopeStorageLocationTest.testUserScope_readLocation -- Time elapsed: 0.001 s org.eclipse.equinox.preferences.tests.ScopeStorageLocationTest.testInstanceScope_writeLocation -- Time elapsed: 0.001 s org.eclipse.equinox.preferences.tests.ScopeStorageLocationTest.testUserScope_writeLocation -- Time elapsed: 0.001 s org.eclipse.equinox.preferences.tests.ScopeStorageLocationTest.testConfigurationScope_readLocation -- Time elapsed: 0 s Results: Tests run: 33, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.security.tests >------- [INFO] Building [test-bundle] Equinox security tests 1.3.200-SNAPSHOT [63/67] [INFO] from bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.tests --- [INFO] The project's OSGi version is 1.3.200.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.tests --- [INFO] Resolving class path of [test-bundle] Equinox security tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.security.tests --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.security.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.3.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.3.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.security.tests --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.3.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.equinox.security.tests --- [WARNING] Your build strictly depends on unit org.eclipse.equinox.app 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app.source 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.bidi 1.5.0.v20240113-0700 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event.source 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign Running org.eclipse.equinox.security.tests.AllSecurityTests Tests run: 35, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.627 s -- in org.eclipse.equinox.security.tests.AllSecurityTests org.eclipse.equinox.internal.security.tests.storage.Base64Test.testEdge -- Time elapsed: 0.001 s org.eclipse.equinox.internal.security.tests.storage.Base64Test.testHandCoded -- Time elapsed: 0 s org.eclipse.equinox.internal.security.tests.storage.Base64Test.testRandom -- Time elapsed: 0.076 s org.eclipse.equinox.internal.security.tests.storage.DetectPBECiphersTest.testPBEDetect -- Time elapsed: 0.205 s org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest.testEdge -- Time elapsed: 0.001 s org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest.testPreferencesWithSlashes -- Time elapsed: 0.046 s org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest.testBackwardSlash -- Time elapsed: 0 s org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest.testMixSlash -- Time elapsed: 0 s org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest.testForwardSlash -- Time elapsed: 0.001 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testLocation -- Time elapsed: 0.004 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testNames -- Time elapsed: 0.006 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testIncorrectData -- Time elapsed: 0.002 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testNodeResolution -- Time elapsed: 0.006 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testDataTypes -- Time elapsed: 0.005 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testModules -- Time elapsed: 0.008 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testEdgeCases -- Time elapsed: 0.003 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testNodeRemoval -- Time elapsed: 0.003 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testPreferences -- Time elapsed: 0.004 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testPathValidation -- Time elapsed: 0 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testIncorrectPassword -- Time elapsed: 0.001 s org.eclipse.equinox.internal.security.tests.storage.DynamicPreferencesTest.testDynamicMemory -- Time elapsed: 0.136 s org.eclipse.equinox.internal.security.tests.storage.DynamicPreferencesTest.testDynamicPersisted -- Time elapsed: 0.035 s org.eclipse.equinox.internal.security.tests.storage.ObsoletesTest skipped org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest skipped org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest skipped org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest skipped org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest skipped org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest skipped org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest skipped org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest skipped org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest skipped org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest skipped org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest skipped org.eclipse.equinox.internal.security.tests.storage.WinPreferencesTest skipped org.eclipse.equinox.internal.security.tests.storage.ReEncrypterTest.testFlushAfterEncrypt -- Time elapsed: 0.020 s Results: Tests run: 35, Failures: 0, Errors: 0, Skipped: 12 [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests >------ [INFO] Building [test-bundle] Ssh Tests 1.3.100-SNAPSHOT [64/67] [INFO] from bundles/org.eclipse.equinox.console.ssh.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh.tests --- [INFO] The project's OSGi version is 1.3.100.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.console.ssh.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Resolving class path of [test-bundle] Ssh Tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.console.ssh.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.console.ssh.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.console.ssh.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.ssh.tests --- [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:eclipse-test-plugin:1.3.100-SNAPSHOT [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.ssh.tests --- [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:eclipse-test-plugin:1.3.100-SNAPSHOT [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.console.ssh.tests --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.3.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.console.tests >-------- [INFO] Building [test-bundle] Console tests 1.3.100-SNAPSHOT [65/67] [INFO] from bundles/org.eclipse.equinox.console.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.tests --- [INFO] The project's OSGi version is 1.3.100.v20240213-1244 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.console.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.tests --- [INFO] Resolving class path of [test-bundle] Console tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.console.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.console.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.console.tests --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/telnet/TelnetCommandTests.java:[55] when(context.registerService(any(String.class), any(), any(Dictionary.class))).thenReturn(null); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java:[60] when(context.registerService(any(String.class), any(ManagedService.class), any(Dictionary.class))) ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java:[65] when(context.registerService(any(String.class), any(TelnetCommand.class), any(Dictionary.class))) ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java:[115] when(context.registerService(any(String.class), any(ManagedService.class), any(Dictionary.class))) ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java:[120] when(context.registerService(any(String.class), any(TelnetCommand.class), any(Dictionary.class))) ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary 5 problems (5 warnings) [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.console.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.console.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/target/org.eclipse.equinox.console.tests-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/target/org.eclipse.equinox.console.tests-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.tests --- [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.console.tests:eclipse-test-plugin:1.3.100-SNAPSHOT [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.tests --- [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.console.tests:eclipse-test-plugin:1.3.100-SNAPSHOT [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.console.tests --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/target/org.eclipse.equinox.console.tests-1.3.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.equinox.console.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests >----- [INFO] Building [test-bundle] org.eclipse.equinox.http.servlet.tests 1.9.100-SNAPSHOT [66/67] [INFO] from bundles/org.eclipse.equinox.http.servlet.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet.tests --- [INFO] The project's OSGi version is 1.9.100.v20240205-1437 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.servlet.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Resolving class path of [test-bundle] org.eclipse.equinox.http.servlet.tests [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-32) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/bundles_src/tb1 added. [INFO] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-33) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/bundles_src/tb2 added. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.servlet.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.servlet.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/bundles_bin/tb1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/bundles_bin/tb2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.servlet.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/bundles_bin/tb1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/bundles_bin/tb2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servlet.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servlet.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/.polyglot.META-INF The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.equinox.http.servlet.tests --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.equinox.http.servlet.tests --- [WARNING] Your build strictly depends on unit org.eclipse.equinox.common 3.19.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.registry 3.12.0.v20240213-1057 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.common.source 3.19.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.registry.source 3.12.0.v20240213-1057 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences.source 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app.source 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.bidi 1.5.0.v20240113-0700 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security.source 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event.source 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign Running org.eclipse.equinox.http.servlet.testbase.AllTests SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@591fd34d: Requesting http://localhost:46753/context1/servlet?forward=true org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@591fd34d: Requesting http://localhost:46753/context1/servlet?forward=true&auth=true org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@16fe9c29: Requesting http://localhost:34845/context1/servlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@16fe9c29: Requesting http://localhost:34845/context1/servlet?auth=true org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@16fe9c29: Requesting http://localhost:34845/context2/servlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@61d01788: Requesting http://localhost:42083/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4690f583: Requesting http://localhost:37765/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6edc4161: Requesting http://localhost:38097/c1/s1/i1?p1=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@79767781: Requesting http://localhost:33843/c1/s1/i1?p1=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3028e50e: Requesting http://localhost:43533/c1/s1/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@37095ded: Requesting http://localhost:46161/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24a298a6: Requesting http://localhost:38351/S8 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@56ba8773: Requesting http://localhost:43717/c1/s1/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@878537d: Requesting http://localhost:44727/s1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@444548a0: Requesting http://localhost:43265/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@55cff952: Requesting http://localhost:32805/Bug497510/a%20b%20c org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4abf3f0: Requesting http://localhost:42911/Bug%20497510/a%20b%20c org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@41c204a0: Requesting http://localhost:37289/Servlet13A/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1f1cae23: Requesting http://localhost:37347/c1/s1/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1eb6e1c: Requesting http://localhost:34625/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7e7f0f0a: Requesting http://localhost:44715/s1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6be25526: Requesting http://localhost:36937/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2a22ad2b: Requesting http://localhost:44105/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c298dc: Requesting http://localhost:43321/c1/s1/i1?p1=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@f202d6d: Requesting http://localhost:38001/c1/s1/i1?p1=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7e9da981: Requesting http://localhost:44909/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7ec25216: Requesting http://localhost:36883/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@59546cfe: Requesting http://localhost:35171/s1 ==event stream opened== ==event== 1709287135351 Differential: 108 ==event== 1709287135452 Differential: 98 ==event== 1709287135552 Differential: 101 ==event== 1709287135653 Differential: 101 ==event== 1709287135754 Differential: 100 ==event== 1709287135854 Differential: 101 ==event== 1709287135955 Differential: 100 ==event== 1709287136055 Differential: 100 ==event== 1709287136155 Differential: 101 ==event== 1709287136256 Differential: 100 ==event stream closed== org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5fad41be: Requesting http://localhost:45289/Bug479115/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@34a0ef00: Requesting http://localhost:35503/s1 ==event stream opened== ==event== 1709287136590 Differential: 104 ==event== 1709287136691 Differential: 99 ==event== 1709287136791 Differential: 101 ==event== 1709287136892 Differential: 100 ==event== 1709287136992 Differential: 101 ==event== 1709287137093 Differential: 100 ==event== 1709287137193 Differential: 100 ==event== 1709287137293 Differential: 101 ==event== 1709287137394 Differential: 100 ==event== 1709287137494 Differential: 101 ==event stream closed== org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4f63e3c7: Requesting http://localhost:41461/Servlet13A/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7d37f1c: Requesting http://localhost:38117/c1/s1/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@971e903: Requesting http://localhost:37757/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1f387978: Requesting http://localhost:33725/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@345cf395: Requesting http://localhost:38069/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@348d18a3: Requesting http://localhost:40743/available org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@f4c0e4e: Requesting http://localhost:44511/available org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@f4c0e4e: Requesting http://localhost:44511/foo org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f9ad11c: Requesting http://localhost:40071/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f9ad11c: Requesting http://localhost:40071/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f9ad11c: Requesting http://localhost:40071/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f9ad11c: Requesting http://localhost:40071/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f9ad11c: Requesting http://localhost:40071/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f9ad11c: Requesting http://localhost:40071/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f9ad11c: Requesting http://localhost:40071/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f9ad11c: Requesting http://localhost:40071/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f9ad11c: Requesting http://localhost:40071/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f9ad11c: Requesting http://localhost:40071/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a93b263: Requesting http://localhost:46877/prototype/configure?servlet.init.status=testWBServletChangeInitParams&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeInitParams&test.prototype.name=testWBServletChangeInitParams org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a93b263: Requesting http://localhost:46877/testWBServletChangeInitParams org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a93b263: Requesting http://localhost:46877/prototype/configure?servlet.init.status=changed&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeInitParams&test.prototype.name=testWBServletChangeInitParams org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a93b263: Requesting http://localhost:46877/testWBServletChangeInitParams org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@120d3fd: Requesting https://localhost:8443/TestServlet10 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@160b4809: Requesting http://localhost:38487/TestErrorPage1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5520f675: Requesting http://localhost:40677/TestErrorPage2/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9e62fb: Requesting http://localhost:36581/TestErrorPage3/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2ceb68a1: Requesting http://localhost:45261/TestErrorPage4/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6d35ff7b: Requesting http://localhost:33083/prototype/error?test.error.code=400 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6d35ff7b: Requesting http://localhost:33083/prototype/error?test.error.code=450 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6d35ff7b: Requesting http://localhost:33083/prototype/error?test.error.code=499 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6d35ff7b: Requesting http://localhost:33083/prototype/error?test.error.code=500 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6d35ff7b: Requesting http://localhost:33083/prototype/error?test.error.code=550 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6d35ff7b: Requesting http://localhost:33083/prototype/error?test.error.code=599 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2fdf7da2: Requesting http://localhost:45969/TestErrorPage6/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3f64d943: Requesting http://localhost:36211/TestErrorPage7/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@65015a49: Requesting http://localhost:46423/TestErrorPage8/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@35524549: Requesting http://localhost:40715/TestErrorPage9/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@45b08b17: Requesting http://localhost:45009/TestFilter10/cbabc org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1f7557fe: Requesting http://localhost:37217/TestFilter11/cbdadbc org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c4455b4: Requesting http://localhost:44147/TestFilter12/dcbabcd org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@260ccf0: Requesting http://localhost:39715/something/a.TestFilter13 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@65cf8da0: Requesting http://localhost:44759/something/a.TestFilter14 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6cf34b88: Requesting http://localhost:44439/something/a.TestFilter15 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3687f6b6: Requesting http://localhost:34725/something/a.TestFilter16 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@636d4cdc: Requesting http://localhost:35343/TestFilter17/foo/bar/baz org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4c1dc246: Requesting http://localhost:33591/TestFilter18/foo/bar/baz org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@28b995b8: Requesting http://localhost:46533/TestFilter18/foo/bar/baz/with/path/info org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6878cd83: Requesting http://localhost:41365/hello org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6878cd83: Requesting http://localhost:41365/hello/test org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@10b1f9f3: Requesting http://localhost:43407/hello org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@10b1f9f3: Requesting http://localhost:43407/hello/test org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@428943a4: Requesting http://localhost:36275/hello/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@428943a4: Requesting http://localhost:36275/hello/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5303762f: Requesting http://localhost:35275/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5303762f: Requesting http://localhost:35275/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5303762f: Requesting http://localhost:35275/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@66e74d3: Requesting http://localhost:37915/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@66e74d3: Requesting http://localhost:37915/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@17563b82: Requesting http://localhost:35651/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4e9ab294: Requesting http://localhost:36811/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3df05c40: Requesting http://localhost:36599/foo/a/SA org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@a1cac17: Requesting http://localhost:44925/testHttpContextSetUser org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@77bca6d6: Requesting http://localhost:42187/tccl org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3015fc1b: Requesting http://localhost:40109/a/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@58a2c6a: Requesting http://localhost:45185/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7d5ef93e: Requesting http://localhost:37717/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@48f38142: Requesting http://localhost:40163/s9 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@72da5f0e: Requesting http://localhost:34451/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@570fc662: Requesting http://localhost:32827/resource2.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@22ef1086: Requesting http://localhost:39453/prototype/configure?servlet.init.status=testWBServletChangeRanking1&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeRanking&test.prototype.name=testWBServletChangeRanking1&service.ranking=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@22ef1086: Requesting http://localhost:39453/prototype/configure?servlet.init.status=testWBServletChangeRanking2&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeRanking&test.prototype.name=testWBServletChangeRanking2&service.ranking=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@22ef1086: Requesting http://localhost:39453/testWBServletChangeRanking org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@22ef1086: Requesting http://localhost:39453/prototype/configure?servlet.init.status=testWBServletChangeRanking2&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeRanking&test.prototype.name=testWBServletChangeRanking2&service.ranking=0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@22ef1086: Requesting http://localhost:39453/testWBServletChangeRanking org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@22ef1086: Requesting http://localhost:39453/prototype/unregister?test.prototype.name=testWBServletChangeRanking1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@22ef1086: Requesting http://localhost:39453/testWBServletChangeRanking org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@32f6d000: Requesting http://localhost:33903/TestFilter1/bab org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@73a65712: Requesting http://localhost:35973/TestFilter2/cbabc org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5aca000e: Requesting http://localhost:37761/TestFilter3/cbdadbc org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f4249cb: Requesting http://localhost:35913/TestFilter4/dcbabcd org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@20f8bc45: Requesting http://localhost:38513/something/bab.TestFilter5 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27631923: Requesting http://localhost:33229/something/cbabc.TestFilter6 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@542953f9: Requesting http://localhost:45135/something/cbdadbc.TestFilter7 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@187a5b38: Requesting http://localhost:36813/something/dcbabcd.TestFilter8 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7220d10c: Requesting http://localhost:46863/TestFilter9/bab org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52ccf81e: Requesting http://localhost:32925/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3779b701: Requesting http://localhost:34177/TestServletContext1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@68801feb: Requesting http://localhost:36195/S1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@61b0d0e6: Requesting http://localhost:36277/s1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@290ab243: Requesting http://localhost:36815/a/s1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c24e06a: Requesting http://localhost:35981/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c24e06a: Requesting http://localhost:35981/a/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3891e688: Requesting http://localhost:37863/a/TestServletContextHelper10/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1efe2fb2: Requesting http://localhost:41459/http.context.test/1/test org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1efe2fb2: Requesting http://localhost:41459/http.context.test/2/test org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@491b4062: Requesting http://localhost:37323/a/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@782f56af: Requesting http://localhost:33625/s1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5e220be6: Requesting http://localhost:43063/foo/a/b/c/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5e220be6: Requesting http://localhost:43063/foo/a/b/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5e220be6: Requesting http://localhost:43063/foo/a/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5e220be6: Requesting http://localhost:43063/foo/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2c8a9a17: Requesting http://localhost:33021/foo/a/b/c/?p1=v1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2c8a9a17: Requesting http://localhost:33021/foo/a/b/;jsessionid=node0uut8glsfoginjqrjt878j44f23.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2c8a9a17: Requesting http://localhost:33021/foo/a/;jsessionid=node0uut8glsfoginjqrjt878j44f23.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2c8a9a17: Requesting http://localhost:33021/foo/;jsessionid=node0uut8glsfoginjqrjt878j44f23.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7ac85fbe: Requesting http://localhost:44363/a/b/c/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7ac85fbe: Requesting http://localhost:44363/a/b/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7ac85fbe: Requesting http://localhost:44363/a/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7ac85fbe: Requesting http://localhost:44363/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d6d1a18: Requesting http://localhost:39957/a/b/c/?p1=v1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d6d1a18: Requesting http://localhost:39957/a/b/;jsessionid=node012km99y7s0aqg3s3r7b79lsgq24.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d6d1a18: Requesting http://localhost:39957/a/;jsessionid=node012km99y7s0aqg3s3r7b79lsgq24.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1d6d1a18: Requesting http://localhost:39957/;jsessionid=node012km99y7s0aqg3s3r7b79lsgq24.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@60285daa: Requesting http://localhost:45057/TestResource1/resource1.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@32122ad3: Requesting http://localhost:38983/TestResource2/resource1.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@40d8e4f6: Requesting http://localhost:38687/TestResource3/resource1.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2bb4b203: Requesting http://localhost:39809/TestResource4/resource1.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6cd123b9: Requesting http://localhost:35353/TestResource5/resource1.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@44dba492: Requesting http://localhost:39475/TestServletContext1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@44dba492: Requesting http://localhost:39475/TestServletContext1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2c0fd54c: Requesting http://localhost:37271/TestServlet1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2fb4925c: Requesting http://localhost:37481/TestServlet2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3594aadb: Requesting http://localhost:36711/TestServlet3 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@79611d2c: Requesting http://localhost:36735/TestServlet4 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2aaa0bf1: Requesting http://localhost:40939/TestServlet5 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@601b8fe3: Requesting http://localhost:33257/something/a.TestServlet6 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4c36ca6c: Requesting http://localhost:44557/TestServlet7/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2ba2045: Requesting http://localhost:43959/TestServlet9 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@52f95c26: Requesting http://localhost:45657/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4bc18798: Requesting http://localhost:33319/Servlet16/NEEO-a5056097%2Fdevice%2Fapt-neeo_io%3Avirtual%3A6jzOoAtL%2FTemperature_GF_Living%2Fnone%2F1%2Fdirectory%2Factor/default org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5438acaa: Requesting http://localhost:37825/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6d448dcd: Requesting http://localhost:42259/asyncOutput?iterations=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6d448dcd: Requesting http://localhost:42259/asyncOutput?bytes=true&iterations=4 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@34ae2cf3: Requesting http://localhost:36519/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@34ae2cf3: Requesting http://localhost:36519/sessions;jsessionid=node06yfq6tpj3y3wxivbj41f29es25.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@34ae2cf3: Requesting http://localhost:36519/sessions;jsessionid=node06yfq6tpj3y3wxivbj41f29es25.node0?bar=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4f8d7b50: Requesting http://localhost:40921/TestErrorPage10/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@685eeb68: Requesting http://localhost:43785/TestErrorPage11/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@45d8f340: Requesting http://localhost:44609/files/help.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4960afa1: Requesting http://localhost:34711/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4960afa1: Requesting http://localhost:34711/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4960afa1: Requesting http://localhost:34711/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@29c41af2: Requesting http://localhost:44125/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@29c41af2: Requesting http://localhost:44125/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@29c41af2: Requesting http://localhost:44125/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@b5ea122: Requesting http://localhost:38231/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@780d8e4a: Requesting http://localhost:45915/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@75a000d8: Requesting http://localhost:34601/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@75a000d8: Requesting http://localhost:34601/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@75a000d8: Requesting http://localhost:34601/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@da2f2fc: Requesting http://localhost:33931/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@74cc8642: Requesting http://localhost:41477/s9A org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@10b1d9: Requesting http://localhost:45699/foo/a/SA org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c077275: Requesting http://localhost:35939/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a392347: Requesting http://localhost:40977/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@115c7920: Requesting http://localhost:41129/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@619ed27: Requesting http://localhost:40627/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@32e72c5d: Requesting http://localhost:39415/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@431ab85f: Requesting http://localhost:44737/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4de6973c: Requesting http://localhost:37611/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@66296cd3: Requesting http://localhost:43421/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@381f3850: Requesting http://localhost:46221/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@279a49d2: Requesting http://localhost:38751/hello/test/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@279a49d2: Requesting http://localhost:38751/hello/test/request.ext org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5252571: Requesting http://localhost:33191/hello_test/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5252571: Requesting http://localhost:33191/hello/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@395c2bfd: Requesting http://localhost:45659/hello_test/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@395c2bfd: Requesting http://localhost:45659/hello/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@54e04288: Requesting http://localhost:44673/WBServlet1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24bba5a: Requesting http://localhost:35277/WBServlet2/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@daae1e8: Requesting http://localhost:34211/testalias/resource2.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2e79cc2e: Requesting http://localhost:37905/foo/TestResource1/rangerequest.mp4 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24e57f1e: Requesting http://localhost:32987/s11 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@38f3e32a: Requesting http://localhost:35041/prototype/configure?servlet.init.status=testWBServletDefaultContextAdaptor1&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor1&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor1&test.prototype.name=testWBServletDefaultContextAdaptor1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@38f3e32a: Requesting http://localhost:35041/testWBServletDefaultContextAdaptor1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@38f3e32a: Requesting http://localhost:35041/testContext/testWBServletDefaultContextAdaptor1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@38f3e32a: Requesting http://localhost:35041/testWBServletDefaultContextAdaptor1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@38f3e32a: Requesting http://localhost:35041/prototype/unregister?servlet.init.status=testWBServletDefaultContextAdaptor1&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor1&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor1&test.prototype.name=testWBServletDefaultContextAdaptor1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@74cfbd91: Requesting http://localhost:38441/prototype/configure?servlet.init.status=testWBServletDefaultContextAdaptor2&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor2&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor2&test.prototype.name=testWBServletDefaultContextAdaptor2&osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=testContexttestWBServletDefaultContextAdaptor2) org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@74cfbd91: Requesting http://localhost:38441/testContext/testWBServletDefaultContextAdaptor2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@74cfbd91: Requesting http://localhost:38441/testPrefix/testContext/testWBServletDefaultContextAdaptor2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@74cfbd91: Requesting http://localhost:38441/testContext/testWBServletDefaultContextAdaptor2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@74cfbd91: Requesting http://localhost:38441/prototype/unregister?servlet.init.status=testWBServletDefaultContextAdaptor2&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor2&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor2&test.prototype.name=testWBServletDefaultContextAdaptor2&osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=testContexttestWBServletDefaultContextAdaptor2) org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@b1a34b0: Requesting http://localhost:43025/prototype/configure?servlet.init.status=testWBServletDefaultContextAdaptor3&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor3&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor3&test.prototype.name=testWBServletDefaultContextAdaptor3&osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=testContexttestWBServletDefaultContextAdaptor3) org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@b1a34b0: Requesting http://localhost:43025/testWBServletDefaultContextAdaptor3 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@b1a34b0: Requesting http://localhost:43025/testPrefix/testWBServletDefaultContextAdaptor3 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@b1a34b0: Requesting http://localhost:43025/testWBServletDefaultContextAdaptor3 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@b1a34b0: Requesting http://localhost:43025/prototype/unregister?servlet.init.status=testWBServletDefaultContextAdaptor3&osgi.http.whiteboard.servlet.pattern=/testWBServletDefaultContextAdaptor3&servlet.init.test.path.customizer.name=testWBServletDefaultContextAdaptor3&test.prototype.name=testWBServletDefaultContextAdaptor3&osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=testContexttestWBServletDefaultContextAdaptor3) org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@270e37af: Requesting http://localhost:41675/a/SA org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@53e34cae: Requesting http://localhost:46101/TestServlet10 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@73cdf7bc: Requesting http://localhost:43097/TestServlet11 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6877790f: Requesting http://localhost:38503/files/help.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7b90704d: Requesting http://localhost:34289/Servlet13/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1e4c295a: Requesting http://localhost:42371/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5c39540: Requesting http://localhost:40735/testDefaultHttpContextResource org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4444cfd7: Requesting http://localhost:45543/foo/TestResource1/rangerequest.mp4 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@38ffd6ce: Requesting http://localhost:36713/prototype/configure?servlet.init.status=testWBServletChangePattern&osgi.http.whiteboard.servlet.pattern=/testWBServletChangePattern&test.prototype.name=testWBServletChangePattern org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@38ffd6ce: Requesting http://localhost:36713/testWBServletChangePattern org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@38ffd6ce: Requesting http://localhost:36713/prototype/configure?servlet.init.status=testWBServletChangePattern&osgi.http.whiteboard.servlet.pattern=/changed&test.prototype.name=testWBServletChangePattern org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@38ffd6ce: Requesting http://localhost:36713/changed org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@354f3503: Requesting http://localhost:37517/foo/TestResource1/rangerequest.mp4 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a688ed0: Requesting http://localhost:37053/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a688ed0: Requesting http://localhost:37053/a.xhtml org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a688ed0: Requesting http://localhost:37053/some/path/a.xhtml org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24e82729: Requesting http://localhost:41785/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24e82729: Requesting http://localhost:41785/a.xhtml org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24e82729: Requesting http://localhost:41785/some/path/a.xhtml org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5f4937e4: Requesting http://localhost:45087/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5f4937e4: Requesting http://localhost:45087/fee/fi/foo/fum org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a075d77: Requesting http://localhost:34585/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a075d77: Requesting http://localhost:34585/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a075d77: Requesting http://localhost:34585/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@77a871ee: Requesting http://localhost:38457/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2f9b0c89: Requesting http://localhost:38505/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2f9b0c89: Requesting http://localhost:38505/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7fefd13e: Requesting http://localhost:42013/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7fefd13e: Requesting http://localhost:42013/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2441a8b9: Requesting http://localhost:41713/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2441a8b9: Requesting http://localhost:41713/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2441a8b9: Requesting http://localhost:41713/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2441a8b9: Requesting http://localhost:41713/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@64e23ee8: Requesting http://localhost:37101/index.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@64e23ee8: Requesting http://localhost:37101/index.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@790a2e28: Requesting http://localhost:45073/other.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@790a2e28: Requesting http://localhost:45073/other.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2ae6779a: Requesting http://localhost:43451/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2ae6779a: Requesting http://localhost:43451/b org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@16cc9674: Requesting http://localhost:43169/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@594dc1d4: Requesting http://localhost:33395/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@292a0df2: Requesting http://localhost:33033/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@292a0df2: Requesting http://localhost:33033/b org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3c8ddf91: Requesting http://localhost:41229/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3c8ddf91: Requesting http://localhost:41229/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@476b4668: Requesting http://localhost:33959/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@27149841: Requesting http://localhost:35173/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@30e31be4: Requesting http://localhost:35125/post org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@e6abd79: Requesting http://localhost:36121/post org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1322962b: Requesting http://localhost:36699/helperContext/servlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@504a6a7e: Requesting http://localhost:37439/testPrefix/servlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@a3e83ec: Requesting http://localhost:35085/testPrefix/helperContext/servlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@641a7486: Requesting http://localhost:41521/MyServlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6b35c185: Requesting http://localhost:36313/Bug%20562843/a%20b%20c org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@90dc7ee: Requesting http://localhost:39193/Bug562843/topic+.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3f950de7: Requesting http://localhost:36397/Bug562843/topic%25.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5c191b44: Requesting http://localhost:44803/Servlet13/a?p=&q=&q=2&r=3 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@381720ba: Requesting http://localhost:35901/S1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@381720ba: Requesting http://localhost:35901/S1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2c5b3c2f: Requesting http://localhost:40587/S1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2c5b3c2f: Requesting http://localhost:40587/S1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4a527b87: Requesting http://localhost:40235/Bug%20562843/this%20pat/aa%2Fb%2Fc/d%2Fe%2Ff org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@71fdf0ca: Requesting http://localhost:36771/Bug%20562843/this%20pat/a%20b%20c/d%20e%20f Tests run: 228, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 54.48 s -- in org.eclipse.equinox.http.servlet.testbase.AllTests org.eclipse.equinox.http.servlet.tests.AuthenticationTest.test_forwardSecurity -- Time elapsed: 0.580 s org.eclipse.equinox.http.servlet.tests.AuthenticationTest.test_handleFinishSecurity -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardDepth1_WithRequestAndForwardFilter -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardDepth1 -- Time elapsed: 0.136 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardDepth2 -- Time elapsed: 0.119 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardDepth3 -- Time elapsed: 0.118 s org.eclipse.equinox.http.servlet.tests.DispatchingTest skipped org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardNamed -- Time elapsed: 0.113 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardStreamed -- Time elapsed: 0.113 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeBasic -- Time elapsed: 0.120 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeNamed -- Time elapsed: 0.115 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_headers_include -- Time elapsed: 0.133 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeDepth1_WithRequestFilter -- Time elapsed: 0.115 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_Bug497510_1 -- Time elapsed: 0.112 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_Bug497510_2 -- Time elapsed: 0.112 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardParameterAggregationAndPrecedence -- Time elapsed: 0.116 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardNamedParameterAggregationAndPrecedence -- Time elapsed: 0.119 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeDepth1_WithRequestAndIncludeFilter -- Time elapsed: 0.117 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_headers_forward -- Time elapsed: 0.118 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeStreamed_WithRequestAndIncludeFilter -- Time elapsed: 0.117 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeDepth1 -- Time elapsed: 0.114 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeDepth2 -- Time elapsed: 0.169 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeDepth3 -- Time elapsed: 0.153 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeStreamed_WithRequestFilter -- Time elapsed: 0.156 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardStreamed_WithRequestFilter -- Time elapsed: 0.159 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_streamed_response_outputstream -- Time elapsed: 1.147 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_Bug479115 -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_streamed_response_writer -- Time elapsed: 1.115 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeParameterAggregationAndPrecedence -- Time elapsed: 0.114 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeNamedParameterAggregationAndPrecedence -- Time elapsed: 0.113 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardStreamed_WithRequestAndForwardFilter -- Time elapsed: 0.112 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardDepth1_WithRequestFilter -- Time elapsed: 0.111 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeStreamed -- Time elapsed: 0.110 s org.eclipse.equinox.http.servlet.tests.PreprocessorTestCase.testPreprocessorInitParameters -- Time elapsed: 0.213 s org.eclipse.equinox.http.servlet.tests.PreprocessorTestCase.testPreprocessorRanking -- Time elapsed: 0.535 s org.eclipse.equinox.http.servlet.tests.PreprocessorTestCase.testPreprocessorInvocation -- Time elapsed: 0.220 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Sessions05_Bug541607_MemoryLeak -- Time elapsed: 12.14 s org.eclipse.equinox.http.servlet.tests.ServletTest.testWBServletChangeInitParams -- Time elapsed: 0.175 s org.eclipse.equinox.http.servlet.tests.ServletTest.testHTTPSEndpoint -- Time elapsed: 0.833 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage1 -- Time elapsed: 0.430 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage2 -- Time elapsed: 0.754 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage3 -- Time elapsed: 0.474 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage4 -- Time elapsed: 0.421 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage5 -- Time elapsed: 0.164 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage6 -- Time elapsed: 0.170 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage7 -- Time elapsed: 0.150 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage8 -- Time elapsed: 0.143 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage9 -- Time elapsed: 0.136 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter10 -- Time elapsed: 0.334 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter11 -- Time elapsed: 0.330 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter12 -- Time elapsed: 0.294 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter13 -- Time elapsed: 0.302 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter14 -- Time elapsed: 0.315 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter15 -- Time elapsed: 0.281 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter16 -- Time elapsed: 0.286 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter17 -- Time elapsed: 0.278 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter18 -- Time elapsed: 0.270 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter19 -- Time elapsed: 0.275 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter20 -- Time elapsed: 0.129 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter21 -- Time elapsed: 0.126 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter24 -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Sessions01 -- Time elapsed: 0.140 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Sessions02 -- Time elapsed: 0.163 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16_fileuploadWithLocationAndThreshold -- Time elapsed: 0.183 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Async1 -- Time elapsed: 0.140 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper15_fullContextPath_forward -- Time elapsed: 0.143 s org.eclipse.equinox.http.servlet.tests.ServletTest.testHttpContextSetUser -- Time elapsed: 0.135 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_RegistrationTCCL1 -- Time elapsed: 0.148 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelperVisibility -- Time elapsed: 0.144 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration18_WhiteboardServletByNameOnly -- Time elapsed: 0.138 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16_fileuploadWithLocationMaxFileSize -- Time elapsed: 0.136 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_BufferedOutput -- Time elapsed: 0.139 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16_fileuploadWithLocation -- Time elapsed: 0.133 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ResourceAliasSlash -- Time elapsed: 0.138 s org.eclipse.equinox.http.servlet.tests.ServletTest.testWBServletChangeRanking -- Time elapsed: 0.134 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter1 -- Time elapsed: 0.358 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter2 -- Time elapsed: 0.296 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter3 -- Time elapsed: 0.270 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter4 -- Time elapsed: 0.286 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter5 -- Time elapsed: 0.278 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter6 -- Time elapsed: 0.294 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter7 -- Time elapsed: 0.266 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter8 -- Time elapsed: 0.402 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter9 -- Time elapsed: 0.440 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16_fileuploadWithLocationMaxRequestSize -- Time elapsed: 0.194 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_unregister -- Time elapsed: 0.223 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContext1 -- Time elapsed: 0.272 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContext2 -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper1 -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper7 -- Time elapsed: 0.137 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper8 -- Time elapsed: 0.127 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper9 -- Time elapsed: 0.158 s org.eclipse.equinox.http.servlet.tests.ServletTest.testServletContextUnsupportedOperations -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper10 -- Time elapsed: 0.261 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper11 -- Time elapsed: 0.126 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper12 -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper13 -- Time elapsed: 0.138 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_getRequestURI_trailingSlash1 -- Time elapsed: 0.137 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_getRequestURI_trailingSlash2 -- Time elapsed: 0.138 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_getRequestURI_trailingSlash3 -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_getRequestURI_trailingSlash4 -- Time elapsed: 0.132 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Resource1 -- Time elapsed: 0.310 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Resource2 -- Time elapsed: 0.379 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Resource3 -- Time elapsed: 0.286 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Resource4 -- Time elapsed: 0.278 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Resource5 -- Time elapsed: 0.299 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContext1_2 -- Time elapsed: 0.517 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet1 -- Time elapsed: 0.296 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet2 -- Time elapsed: 0.331 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet3 -- Time elapsed: 0.283 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet4 -- Time elapsed: 0.255 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet5 -- Time elapsed: 0.330 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet6 -- Time elapsed: 0.273 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet7 -- Time elapsed: 0.291 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet9 -- Time elapsed: 0.296 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_commonsFileUpload -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_PathEncodings_Bug540970 -- Time elapsed: 0.150 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16_notEnabled -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_AsyncOutput1 -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Sessions04_inlineSessionId -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage10 -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage11 -- Time elapsed: 0.120 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletExactMatchPrecidence -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration11 -- Time elapsed: 0.120 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration12 -- Time elapsed: 0.286 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration13 -- Time elapsed: 0.119 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration14 -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration15 -- Time elapsed: 0.120 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration16 -- Time elapsed: 0.120 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration17 -- Time elapsed: 0.120 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Sessions03_HttpSessionInvalidator -- Time elapsed: 0.133 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration1 -- Time elapsed: 0.154 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration2 -- Time elapsed: 0.152 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration3 -- Time elapsed: 0.203 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration4 -- Time elapsed: 0.182 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration5 -- Time elapsed: 0.166 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration6 -- Time elapsed: 0.160 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener1 -- Time elapsed: 0.203 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener2 -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener3 -- Time elapsed: 0.118 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener4 -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener5 -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener6 -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener7 -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener8 -- Time elapsed: 0.154 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener9 -- Time elapsed: 0.126 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper15_fullContextPath_include -- Time elapsed: 0.133 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22a -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22b -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22c -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22d -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22e -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22f -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22g -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22h -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22i -- Time elapsed: 0.128 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter23a -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter23b -- Time elapsed: 0.131 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter23c -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_WBServlet1 -- Time elapsed: 0.315 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_WBServlet2 -- Time elapsed: 0.282 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ResourceAliasNormal -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ResourceRangeRequest_WithRange_customContext -- Time elapsed: 0.128 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener10 -- Time elapsed: 0.119 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener11 -- Time elapsed: 0.119 s org.eclipse.equinox.http.servlet.tests.ServletTest.testWBServletDefaultContextAdaptor1 -- Time elapsed: 0.133 s org.eclipse.equinox.http.servlet.tests.ServletTest.testWBServletDefaultContextAdaptor2 -- Time elapsed: 0.126 s org.eclipse.equinox.http.servlet.tests.ServletTest.testWBServletDefaultContextAdaptor3 -- Time elapsed: 0.128 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper14_uniqueTempDirs -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet10 -- Time elapsed: 0.274 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet11 -- Time elapsed: 0.285 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet12 -- Time elapsed: 0.129 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet13 -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16 -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet18 -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Runtime -- Time elapsed: 0.265 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ResourceRangeRequest_Complete -- Time elapsed: 0.126 s org.eclipse.equinox.http.servlet.tests.ServletTest.testWBServletChangePattern -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ResourceRangeRequest_WithRange -- Time elapsed: 0.130 s org.eclipse.equinox.http.servlet.tests.Test_140_11_3.test_140_11_3 -- Time elapsed: 0.105 s org.eclipse.equinox.http.servlet.tests.Test_140_2_17to22.test_140_2_17to22 -- Time elapsed: 0.108 s org.eclipse.equinox.http.servlet.tests.Test_140_2_26to27.test_140_2_26to27 -- Time elapsed: 0.107 s org.eclipse.equinox.http.servlet.tests.Test_140_2_39to41.test_140_2_39to41 -- Time elapsed: 0.107 s org.eclipse.equinox.http.servlet.tests.Test_140_2_6_getResourcePaths.test_140_2_6_getResourcePaths -- Time elapsed: 0.116 s org.eclipse.equinox.http.servlet.tests.Test_140_4_11to13.test_140_4_11to13 -- Time elapsed: 0.111 s org.eclipse.equinox.http.servlet.tests.Test_140_4_14to15.test_140_4_14to15 -- Time elapsed: 0.109 s org.eclipse.equinox.http.servlet.tests.Test_140_4_16.test_140_4_16 -- Time elapsed: 0.131 s org.eclipse.equinox.http.servlet.tests.Test_140_4_17to22.test_140_4_17to22 -- Time elapsed: 0.110 s org.eclipse.equinox.http.servlet.tests.Test_140_4_1_22to23.test_140_4_1_22to23 -- Time elapsed: 0.111 s org.eclipse.equinox.http.servlet.tests.Test_140_4_26to31.test_140_4_26to31 -- Time elapsed: 0.109 s org.eclipse.equinox.http.servlet.tests.Test_140_4_42to44.test_140_4_42to44 -- Time elapsed: 0.109 s org.eclipse.equinox.http.servlet.tests.Test_140_4_9.test_140_4_9 -- Time elapsed: 0.109 s org.eclipse.equinox.http.servlet.tests.Test_140_6_1.test_140_6_1 -- Time elapsed: 0.109 s org.eclipse.equinox.http.servlet.tests.Test_140_6_20to21_commonProperties.test_140_6_20to21_commonProperties -- Time elapsed: 0.110 s org.eclipse.equinox.http.servlet.tests.Test_140_7_validation.test_140_7_validation -- Time elapsed: 0.106 s org.eclipse.equinox.http.servlet.tests.Test_140_9_ServletContextDTO_custom_listener.test_140_9_ServletContextDTO_custom_listener -- Time elapsed: 0.106 s org.eclipse.equinox.http.servlet.tests.Test_140_9_ServletContextDTO_default_listener.test_140_9_ServletContextDTO_default_listener -- Time elapsed: 0.104 s org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_bindUsingContextSelect.test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_bindUsingContextSelect -- Time elapsed: 0.105 s org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_tieGoesToOldest.test_table_140_1_HTTP_WHITEBOARD_CONTEXT_NAME_tieGoesToOldest -- Time elapsed: 0.106 s org.eclipse.equinox.http.servlet.tests.Test_table_140_1_HTTP_WHITEBOARD_CONTEXT_PATH_type.test_table_140_1_HTTP_WHITEBOARD_CONTEXT_PATH_type -- Time elapsed: 0.105 s org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED.test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED -- Time elapsed: 0.111 s org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED_validate.test_table_140_4_HTTP_WHITEBOARD_SERVLET_ASYNC_SUPPORTED_validate -- Time elapsed: 0.141 s org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_4xx.test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_4xx -- Time elapsed: 0.165 s org.eclipse.equinox.http.servlet.tests.Test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_exception.test_table_140_4_HTTP_WHITEBOARD_SERVLET_ERROR_PAGE_exception -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_error.test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_error -- Time elapsed: 0.149 s org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_request.test_table_140_5_HTTP_WHITEBOARD_FILTER_DISPATCHER_request -- Time elapsed: 0.181 s org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_PATTERN.test_table_140_5_HTTP_WHITEBOARD_FILTER_PATTERN -- Time elapsed: 0.161 s org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_REGEX.patternCheck -- Time elapsed: 0.111 s org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_REGEX.test_table_140_5_HTTP_WHITEBOARD_FILTER_REGEX -- Time elapsed: 0.144 s org.eclipse.equinox.http.servlet.tests.Test_table_140_6_HTTP_WHITEBOARD_RESOURCE_validation.test_table_140_6_HTTP_WHITEBOARD_RESOURCE_validation -- Time elapsed: 0.110 s org.eclipse.equinox.http.servlet.tests.TestHttpServiceAndErrorPage.testHttpServiceAndErrorPage -- Time elapsed: 0.312 s org.eclipse.equinox.http.servlet.tests.TestHttpServiceAndNamedServlet.testHttpServiceAndNamedServlet -- Time elapsed: 0.309 s org.eclipse.equinox.http.servlet.tests.TestUpload.testUpload -- Time elapsed: 0.210 s org.eclipse.equinox.http.servlet.tests.TestUploadWithParameter.testUploadWithParameter -- Time elapsed: 0.212 s org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests.testServletContextHelpersNotHiddenWhenRegisteredUsingConsumingContext -- Time elapsed: 0.130 s org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests.testWBServletContextPathCustomizerDefaultFilter -- Time elapsed: 0.112 s org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests.testLegacyServletContextPathCustomizerContextPrefix -- Time elapsed: 0.115 s org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests.testCreateDefaultHttpContextCreatesNewServletContextHelper -- Time elapsed: 0.105 s org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests.testWBServletContextPathCustomizerContextPrefix -- Time elapsed: 0.111 s org.eclipse.equinox.http.servlet.tests.Bug500783_Test.test -- Time elapsed: 0.108 s org.eclipse.equinox.http.servlet.tests.Bug562843_Test.test_Bug562843 -- Time elapsed: 0.120 s org.eclipse.equinox.http.servlet.tests.Bug562843_2_Test.test_Bug562843_testEncodedSpace -- Time elapsed: 0.119 s org.eclipse.equinox.http.servlet.tests.Bug562843_2_Test.test_Bug562843_testEncodedPercentSign -- Time elapsed: 0.108 s org.eclipse.equinox.http.servlet.tests.Bug564747_Test.test -- Time elapsed: 0.109 s org.eclipse.equinox.http.servlet.tests.Bug562440_Test.test_ServletGetStatus -- Time elapsed: 0.109 s org.eclipse.equinox.http.servlet.tests.Bug562440_Test.test_ServletFlushBuffer -- Time elapsed: 0.110 s org.eclipse.equinox.http.servlet.tests.Bug569406_Test.test_Bug562843_Encode_Slash -- Time elapsed: 0.113 s org.eclipse.equinox.http.servlet.tests.Bug569406_Test.test_Bug562843_Encode_Space -- Time elapsed: 0.108 s Results: Tests run: 228, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --------------< org.eclipse.osgi:org.eclipse.osgi.tests >--------------- [INFO] Building org.eclipse.osgi.tests 3.19.0-SNAPSHOT [67/67] [INFO] from bundles/org.eclipse.osgi.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.tests --- [INFO] The project's OSGi version is 3.19.0.v20240214-0846 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.tests --- [INFO] Resolving class path of org.eclipse.osgi.tests [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.osgi.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 192 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/BundleInstallUpdateTests.java:[218] String testBundleJarFileURL = (encode ? testBundleJarFile.toURI() : testBundleJarFile.toURL()).toString(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/BundleInstallUpdateTests.java:[220] String testBundleDirFileURL = (encode ? testBundleDirFile.toURI() : testBundleDirFile.toURL()).toString(); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/security/BaseSecurityTest.java:[174] suite.getSetup().setSystemProperty("osgi.framework.keystore", tempFile.toURL().toExternalForm()); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[120] testLocation.set(testLocationFile.toURL(), false); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[138] testLocation.set(testLocationFile.toURL(), false); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[154] testLocation.set(testLocationFile.toURL(), true); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[172] testLocation.set(testLocationFile.toURL(), true); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[186] testLocation.set(testLocationFile.toURL(), false); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[231] createdLocation.set(testLocationFile.toURL(), false); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[272] testLocation.set(testLocationFile.toURL(), true, ""); //$NON-NLS-1$ ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[294] testLocation.set(testLocationFile.toURL(), true, ".mocklock"); //$NON-NLS-1$ ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[317] testLocation.set(testLocationFile.toURL(), true, testLocationLockFile.getAbsolutePath()); ^^^^^^^ The method toURL() from the type File is deprecated [WARNING] /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[459] location.set(testLocationFile.toURL(), false); ^^^^^^^ The method toURL() from the type File is deprecated 13 problems (13 warnings) [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.d.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.c.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/circularity.test.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/circularity.test.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.host.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.host.a.v2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.frag.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.frag.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.c.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.c.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.d.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.e.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/thread.locktest.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.registered.a.test1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.registered.a.test2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.dependent.a.test1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.dependent.a.test2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.c.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.d.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.e.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/host.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/frag.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/client1.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/client2.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test3.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.importer.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.requires.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.importer.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer3.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.a.frag.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.b.frag.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.e.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.f.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.i.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.j.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.k.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.l.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.m.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.n.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/security.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/security.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.filter.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.link.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.link.a.client.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.c.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.tccl.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.manifestpackage.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug287750.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.logging.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/geturl.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug375784.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/storage.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug412228.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.uninstall.start1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.uninstall.start2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/classloader.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug438904.host.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug438904.frag.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/wrapper.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.user.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug471551.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamicimport.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamic.privateimport.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug490902.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug490902.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/mrBundleInputBase.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error3.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug235958.x.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug235958.y.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:generate (generate) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi.tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.v2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.require.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/thread.locktest.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.invalid.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/host.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/frag.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/client1.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/client2.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test3.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.requires.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer3.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer4.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment3.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment4.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment5.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.g.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.h.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.i.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.j.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.k.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.l.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.m.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.n.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.p.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.q.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.filter.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.client.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.update.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.tccl.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.manifestpackage.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug286307.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287750.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.logging.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/geturl.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug375784.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/storage.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug412228.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.osgiee.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/classloader.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.host.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.global.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.system.nls.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug449484.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/wrapper.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.user.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug471551.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamicimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamic.privateimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/mrBundleInputBase.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error3.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error4.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.x.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.y.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.tests --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.tests --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.osgi.tests --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.19.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.osgi.tests --- [WARNING] Your build strictly depends on unit org.eclipse.equinox.common 3.19.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.registry 3.12.0.v20240213-1057 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.common.source 3.19.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.registry.source 3.12.0.v20240213-1057 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences.source 3.11.0.v20240210-0844 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.app.source 1.7.0.v20240213-1427 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.bidi 1.5.0.v20240113-0700 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.security.source 1.4.200.v20240213-1244 that is shadowed by a reactor project, this can lead to unexpected build results! [WARNING] Your build strictly depends on unit org.eclipse.equinox.event.source 1.7.0.v20240214-0846 that is shadowed by a reactor project, this can lead to unexpected build results! [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Running org.eclipse.osgi.tests.AutomatedTests org.osgi.framework.BundleException: Unable to acquire the state change lock for the module: osgi.identity; osgi.identity="lock.test"; type="osgi.bundle"; version:Version="0.0.0" [id=1] STARTED [STARTED] at org.eclipse.osgi.container.Module.lockStateChange(Module.java:373) at org.eclipse.osgi.container.Module.start(Module.java:478) at org.eclipse.osgi.tests.container.TestModuleContainer.lambda$7(TestModuleContainer.java:4037) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.util.concurrent.TimeoutException: Timeout after waiting 1 seconds to acquire the lock. at org.eclipse.osgi.container.Module.lockStateChange(Module.java:368) ... 3 more Caused by: org.eclipse.osgi.framework.util.ThreadInfoReport: Thread dump ThreadId: 1 ThreadName: main ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a2d1d92 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672) java.base@17.0.2/java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:435) org.eclipse.osgi.tests.container.TestModuleContainer.testStartDeadLock(TestModuleContainer.java:4047) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) app//org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) app//org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) app//org.eclipse.equinox.launcher.Main.run(Main.java:1459) app//org.eclipse.equinox.launcher.Main.main(Main.java:1432) ThreadId: 2 ThreadName: Reference Handler ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.ref.Reference.waitForReferencePendingList(Native Method) java.base@17.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:253) java.base@17.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215) ThreadId: 3 ThreadName: Finalizer ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@2df65bcf LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) java.base@17.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172) ThreadId: 4 ThreadName: Signal Dispatcher ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: ThreadId: 10 ThreadName: Common-Cleaner ThreadState: TIMED_WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@2e9ebb36 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@17.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.base@17.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162) ThreadId: 11 ThreadName: Notification Thread ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: ThreadId: 13 ThreadName: Equinox resolver thread - Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@5e2daba8 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401) java.base@17.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 14 ThreadName: Equinox resolver thread - Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@5e2daba8 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401) java.base@17.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 15 ThreadName: Active Thread: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5c6efc72 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672) java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 17 ThreadName: Framework Event Dispatcher: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@43d9fc13 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 18 ThreadName: Start Level: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@18c5a855 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 19 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@2b06200e LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 20 ThreadName: Refresh Thread: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@a0c470 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 21 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@c959913 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.apache.felix.scr.impl.ComponentActorThread.run(ComponentActorThread.java:83) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 22 ThreadName: SCR Component Registry ThreadState: TIMED_WAITING Blocked On: java.util.TaskQueue@39a71fd4 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.util.TimerThread.mainLoop(Timer.java:563) java.base@17.0.2/java.util.TimerThread.run(Timer.java:516) ThreadId: 23 ThreadName: EMF Reference Cleaner ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@23bb5ebe LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:80) ThreadId: 24 ThreadName: Worker-JM ThreadState: WAITING Blocked On: java.util.ArrayList@253e8dfd LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) org.eclipse.core.internal.jobs.InternalWorker.run(InternalWorker.java:61) ThreadId: 25 ThreadName: Thread-3 ThreadState: WAITING Blocked On: java.util.concurrent.CountDownLatch$Sync@41b239b LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@5c3c548 Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211) java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715) java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1047) java.base@17.0.2/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230) org.eclipse.osgi.tests.container.dummys.DummyModule.startWorker(DummyModule.java:53) org.eclipse.osgi.container.Module.doStart(Module.java:639) org.eclipse.osgi.container.Module.start(Module.java:498) org.eclipse.osgi.tests.container.TestModuleContainer.lambda$7(TestModuleContainer.java:4037) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$144/0x0000000800e1c658.run(Unknown Source) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 26 ThreadName: Thread-4 ThreadState: RUNNABLE Blocked On: org.eclipse.osgi.internal.container.EquinoxReentrantLock@28565d0c[Locked by thread Thread-3] Synchronizers Locked: none Monitors Locked: none Stack Trace: java.management@17.0.2/sun.management.ThreadImpl.dumpThreads0(Native Method) java.management@17.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521) java.management@17.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509) org.eclipse.osgi.framework.util.ThreadInfoReport.getThreadDump(ThreadInfoReport.java:30) org.eclipse.osgi.framework.util.ThreadInfoReport.(ThreadInfoReport.java:23) org.eclipse.osgi.container.Module.lockStateChange(Module.java:370) org.eclipse.osgi.container.Module.start(Module.java:478) org.eclipse.osgi.tests.container.TestModuleContainer.lambda$7(TestModuleContainer.java:4037) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$144/0x0000000800e1c658.run(Unknown Source) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) at org.eclipse.osgi.container.Module.lockStateChange(Module.java:370) ... 3 more org.osgi.framework.BundleException: Unable to acquire the state change lock for the module: osgi.identity; osgi.identity="lock.test"; type="osgi.bundle"; version:Version="0.0.0" [id=1] STOPPED [STOPPED] at org.eclipse.osgi.container.Module.lockStateChange(Module.java:373) at org.eclipse.osgi.container.Module.stop(Module.java:546) at org.eclipse.osgi.tests.container.TestModuleContainer.lambda$8(TestModuleContainer.java:4057) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.util.concurrent.TimeoutException: Timeout after waiting 1 seconds to acquire the lock. at org.eclipse.osgi.container.Module.lockStateChange(Module.java:368) ... 3 more Caused by: org.eclipse.osgi.framework.util.ThreadInfoReport: Thread dump ThreadId: 1 ThreadName: main ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@30cae23 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672) java.base@17.0.2/java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:435) org.eclipse.osgi.tests.container.TestModuleContainer.testStartDeadLock(TestModuleContainer.java:4067) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) app//org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) app//org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) app//org.eclipse.equinox.launcher.Main.run(Main.java:1459) app//org.eclipse.equinox.launcher.Main.main(Main.java:1432) ThreadId: 2 ThreadName: Reference Handler ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.ref.Reference.waitForReferencePendingList(Native Method) java.base@17.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:253) java.base@17.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215) ThreadId: 3 ThreadName: Finalizer ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@2df65bcf LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) java.base@17.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172) ThreadId: 4 ThreadName: Signal Dispatcher ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: ThreadId: 10 ThreadName: Common-Cleaner ThreadState: TIMED_WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@2e9ebb36 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@17.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.base@17.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162) ThreadId: 11 ThreadName: Notification Thread ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: ThreadId: 13 ThreadName: Equinox resolver thread - Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@5e2daba8 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401) java.base@17.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 14 ThreadName: Equinox resolver thread - Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@5e2daba8 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401) java.base@17.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 15 ThreadName: Active Thread: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5c6efc72 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672) java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 17 ThreadName: Framework Event Dispatcher: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@43d9fc13 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 18 ThreadName: Start Level: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@18c5a855 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 19 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@2b06200e LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 20 ThreadName: Refresh Thread: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@a0c470 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 21 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@c959913 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.apache.felix.scr.impl.ComponentActorThread.run(ComponentActorThread.java:83) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 22 ThreadName: SCR Component Registry ThreadState: TIMED_WAITING Blocked On: java.util.TaskQueue@39a71fd4 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.util.TimerThread.mainLoop(Timer.java:563) java.base@17.0.2/java.util.TimerThread.run(Timer.java:516) ThreadId: 23 ThreadName: EMF Reference Cleaner ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@23bb5ebe LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:80) ThreadId: 24 ThreadName: Worker-JM ThreadState: WAITING Blocked On: java.util.ArrayList@253e8dfd LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) org.eclipse.core.internal.jobs.InternalWorker.run(InternalWorker.java:61) ThreadId: 28 ThreadName: Thread-5 ThreadState: RUNNABLE Blocked On: org.eclipse.osgi.internal.container.EquinoxReentrantLock@28565d0c[Locked by thread Thread-6] Synchronizers Locked: none Monitors Locked: none Stack Trace: java.management@17.0.2/sun.management.ThreadImpl.dumpThreads0(Native Method) java.management@17.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521) java.management@17.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509) org.eclipse.osgi.framework.util.ThreadInfoReport.getThreadDump(ThreadInfoReport.java:30) org.eclipse.osgi.framework.util.ThreadInfoReport.(ThreadInfoReport.java:23) org.eclipse.osgi.container.Module.lockStateChange(Module.java:370) org.eclipse.osgi.container.Module.stop(Module.java:546) org.eclipse.osgi.tests.container.TestModuleContainer.lambda$8(TestModuleContainer.java:4057) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$151/0x0000000800e1c880.run(Unknown Source) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 29 ThreadName: Thread-6 ThreadState: WAITING Blocked On: java.util.concurrent.CountDownLatch$Sync@460e3026 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@5c3c548 Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211) java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715) java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1047) java.base@17.0.2/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230) org.eclipse.osgi.tests.container.dummys.DummyModule.stopWorker(DummyModule.java:64) org.eclipse.osgi.container.Module.doStop(Module.java:695) org.eclipse.osgi.container.Module.stop(Module.java:554) org.eclipse.osgi.tests.container.TestModuleContainer.lambda$8(TestModuleContainer.java:4057) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$151/0x0000000800e1c880.run(Unknown Source) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) at org.eclipse.osgi.container.Module.lockStateChange(Module.java:370) ... 3 more Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:88) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRecursionFromClassLoadingHookNotSupported(ClassLoaderHookTests.java:175) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:88) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testFilterClassPaths(ClassLoaderHookTests.java:202) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:88) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRejectTransformationFromWeavingHook(ClassLoaderHookTests.java:126) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:88) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRecursionFromClassLoadingHookIsSupported(ClassLoaderHookTests.java:184) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:88) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testPreventResourceLoadFromClassLoadingHook(ClassLoaderHookTests.java:220) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:88) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRejectTransformationFromClassLoadingHook(ClassLoaderHookTests.java:157) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.BundleFileWrapperFactoryHookTests.initAndStartFramework(BundleFileWrapperFactoryHookTests.java:63) at org.eclipse.osgi.tests.hooks.framework.BundleFileWrapperFactoryHookTests.testGetResourceURL(BundleFileWrapperFactoryHookTests.java:72) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.ContextFinderTests.setUp(ContextFinderTests.java:45) at jdk.internal.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.DevClassPathWithExtensionTests.initAndStartFramework(DevClassPathWithExtensionTests.java:58) at org.eclipse.osgi.tests.hooks.framework.DevClassPathWithExtensionTests.testDevClassPathWithExtension(DevClassPathWithExtensionTests.java:67) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.testEmbeddedURLHandler(EmbeddedEquinoxWithURLInClassLoadTests.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) testing1://test Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.initAndStartFramework(EmbeddedEquinoxWithURLInClassLoadTests.java:52) at org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.testFrameworkClassLoaderWithNewURI(EmbeddedEquinoxWithURLInClassLoadTests.java:57) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.ActivatorOrderTest.testActivatorOrder(ActivatorOrderTest.java:67) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Exception in thread "main" java.util.ServiceConfigurationError: org.osgi.framework.connect.FrameworkUtilHelper: Provider org.eclipse.osgi.tests.hooks.framework.storage.a.TestHelper not found at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:593) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1219) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1228) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393) at java.base/java.lang.Iterable.forEach(Iterable.java:74) at org.osgi.framework.FrameworkUtil.(FrameworkUtil.java:251) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.forceURLStreamHandlerFactory(EquinoxFactoryManager.java:65) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installURLStreamHandlerFactory(EquinoxFactoryManager.java:52) at org.eclipse.osgi.internal.url.EquinoxFactoryManager.installHandlerFactories(EquinoxFactoryManager.java:40) at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:76) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:833) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(AccessController.java:569) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:825) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:775) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1057) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:217) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:103) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:302) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:127) at org.eclipse.osgi.tests.hooks.framework.DevClassPathDuplicateTests.initAndStartFramework(DevClassPathDuplicateTests.java:65) at org.eclipse.osgi.tests.hooks.framework.DevClassPathDuplicateTests.testDevClassPathWithExtension(DevClassPathDuplicateTests.java:74) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Bad value: "_XXX" for NL. Using system default. Bad value: "a" for NL. Using system default. Bad value: "1234" for NL. Using system default. Bad value: "_X" for NL. Using system default. Unable to open trace file: /does/not/exist/trace.out: /does/not/exist/trace.out (No such file or directory) Unable to open trace file: /does/not/exist/trace.out: /does/not/exist/trace.out (No such file or directory) LogListener.logged threw a non-fatal unchecked exception as follows: java.lang.RuntimeException: Expected error for testBadListener. at org.eclipse.equinox.log.test.LogReaderServiceTest$1.logged(LogReaderServiceTest.java:124) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.safeLogged(ExtendedLogReaderServiceFactory.java:108) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory$LogTask.run(ExtendedLogReaderServiceFactory.java:56) at org.eclipse.osgi.internal.log.OrderedExecutor$OrderedTaskQueue$OrderedTask.run(ExtendedLogReaderServiceFactory.java:458) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) LogFilter.isLoggable threw a non-fatal unchecked exception as follows: java.lang.RuntimeException: Expected error for testBadFilter. at org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.lambda$3(ExtendedLogReaderServiceTest.java:120) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.safeIsLoggable(ExtendedLogReaderServiceFactory.java:83) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.isLoggablePrivileged(ExtendedLogReaderServiceFactory.java:185) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.isLoggable(ExtendedLogReaderServiceFactory.java:162) at org.eclipse.osgi.internal.log.ExtendedLogServiceFactory.isLoggable(ExtendedLogServiceFactory.java:101) at org.eclipse.osgi.internal.log.ExtendedLogServiceImpl.isLoggable(ExtendedLogServiceImpl.java:108) at org.eclipse.osgi.internal.log.LoggerImpl.isLoggable(LoggerImpl.java:45) at org.eclipse.osgi.internal.log.ExtendedLogServiceImpl.isLoggable(ExtendedLogServiceImpl.java:103) at org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testBadFilter(ExtendedLogReaderServiceTest.java:123) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Hello World!! Goodbye World!! started simple app stopped simple app async result async result async result started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app started simple app stopped simple app started simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped simple app started simple app started simple app stopped simple app started simple app stopped simple app started simple app stopped simple app !SESSION 2024-03-01 10:02:59.658 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -test org.eclipse.osgi.tests.appadmin.ApplicationAdminTest:testPersistentSchedule05 -testpluginname org.eclipse.osgi.tests -version 3 -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 43981 Command-line arguments: -data /tmp/workspace -os linux -test org.eclipse.osgi.tests.appadmin.ApplicationAdminTest:testPersistentSchedule05 -testpluginname org.eclipse.osgi.tests -version 3 -dev file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 43981 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 2 0 2024-03-01 10:03:30.220 !MESSAGE Failed to launch the scheduled application: {org.osgi.service.application.ScheduledApplication, org.osgi.service.event.EventHandler}={service.id=41, service.bundleid=8, service.scope=singleton, event.topics=[org/osgi/application/timer], event.filter=(minute=*), service.pid=org.eclipse.osgi.tests.simpleApp, schedule.id=schedule.2} !STACK 0 org.osgi.service.application.ApplicationException: Application is locked, can't launch! at org.osgi.service.application.ApplicationDescriptor.launch(ApplicationDescriptor.java:305) at org.eclipse.equinox.internal.app.EclipseScheduledApplication.handleEvent(EclipseScheduledApplication.java:128) at org.eclipse.equinox.internal.app.AppPersistence$AppTimer.run(AppPersistence.java:374) at java.base/java.lang.Thread.run(Thread.java:833) !ENTRY org.eclipse.equinox.app 2 0 2024-03-01 10:04:00.221 !MESSAGE Failed to launch the scheduled application: {org.osgi.service.application.ScheduledApplication, org.osgi.service.event.EventHandler}={service.id=41, service.bundleid=8, service.scope=singleton, event.topics=[org/osgi/application/timer], event.filter=(minute=*), service.pid=org.eclipse.osgi.tests.simpleApp, schedule.id=schedule.2} !STACK 0 org.osgi.service.application.ApplicationException: Application is locked, can't launch! at org.osgi.service.application.ApplicationDescriptor.launch(ApplicationDescriptor.java:305) at org.eclipse.equinox.internal.app.EclipseScheduledApplication.handleEvent(EclipseScheduledApplication.java:128) at org.eclipse.equinox.internal.app.AppPersistence$AppTimer.run(AppPersistence.java:374) at java.base/java.lang.Thread.run(Thread.java:833) started simple app stopped simple app !SESSION 2024-03-01 10:05:04.458 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -test org.eclipse.osgi.tests.appadmin.ApplicationAdminTest:testDestroyBeforeStart01 -testpluginname org.eclipse.osgi.tests -version 3 -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 38401 Command-line arguments: -data /tmp/workspace -os linux -test org.eclipse.osgi.tests.appadmin.ApplicationAdminTest:testDestroyBeforeStart01 -testpluginname org.eclipse.osgi.tests -version 3 -dev file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 38401 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 4 0 2024-03-01 10:05:07.437 !MESSAGE The application instance has been stopped before it could be started: org.eclipse.osgi.tests.simpleApp.0 !STACK 0 org.osgi.service.application.ApplicationException: The application instance has been stopped before it could be started: org.eclipse.osgi.tests.simpleApp.0 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:201) at org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(AnyThreadAppLauncher.java:30) at java.base/java.lang.Thread.run(Thread.java:833) !SESSION 2024-03-01 10:05:17.822 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -test org.eclipse.osgi.tests.appadmin.ApplicationAdminTest:testDestroyBeforeStart02 -testpluginname org.eclipse.osgi.tests -version 3 -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 42503 Command-line arguments: -data /tmp/workspace -os linux -test org.eclipse.osgi.tests.appadmin.ApplicationAdminTest:testDestroyBeforeStart02 -testpluginname org.eclipse.osgi.tests -version 3 -dev file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 42503 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 2 0 2024-03-01 10:05:20.606 !MESSAGE An error occurred while starting the application: org.eclipse.osgi.tests.testMainThreaded01.0 !STACK 0 org.osgi.service.application.ApplicationException: The application instance has been stopped before it could be started: org.eclipse.osgi.tests.testMainThreaded01.0 at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:201) at org.eclipse.equinox.internal.app.DefaultApplicationListener.run(DefaultApplicationListener.java:81) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) at org.eclipse.core.launcher.Main.main(Main.java:44) started simple app stopped simple app Debug options: file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/63/data/testDebugLogOnGetURL.options loaded !SESSION 2024-03-01 10:05:55.412 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi 1 0 2024-03-01 10:05:55.412 !MESSAGE Called Location.getURL() when it has not been set for: "null" !STACK 0 java.lang.RuntimeException: Call stack for Location.getURL() at org.eclipse.osgi.internal.location.BasicLocation.getURL(BasicLocation.java:97) at org.eclipse.osgi.storage.Storage.(Storage.java:247) at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:186) at org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:108) at org.eclipse.osgi.launch.Equinox.(Equinox.java:53) at org.eclipse.osgi.launch.Equinox.(Equinox.java:46) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:550) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) !SESSION 2024-03-01 10:05:55.412 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi 1 0 2024-03-01 10:05:55.412 !MESSAGE Called Location.getURL() when it has not been set for: "null" !STACK 0 java.lang.RuntimeException: Call stack for Location.getURL() at org.eclipse.osgi.internal.location.BasicLocation.getURL(BasicLocation.java:97) at org.eclipse.osgi.storage.Storage.(Storage.java:247) at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:186) at org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:108) at org.eclipse.osgi.launch.Equinox.(Equinox.java:53) at org.eclipse.osgi.launch.Equinox.(Equinox.java:46) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:550) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) !ENTRY org.eclipse.osgi 1 0 2024-03-01 10:05:55.424 !MESSAGE Called Location.getURL() when it has not been set for: "osgi.user.area" !STACK 0 java.lang.RuntimeException: Call stack for Location.getURL() at org.eclipse.osgi.internal.location.BasicLocation.getURL(BasicLocation.java:97) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:560) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.inv !ENTRY org.eclipse.osgi 1 0 2024-03-01 10:05:55.424 !MESSAGE Called Location.getURL() when it has not been set for: "osgi.user.area" !STACK 0 java.lang.RuntimeException: Call stack for Location.getURL() at org.eclipse.osgi.internal.location.BasicLocation.getURL(BasicLocation.java:97) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:560) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)oke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImp at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluatl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) e(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) !ENTRY org.eclipse.osgi 1 0 2024-03-01 10:05:55.425 !MESSAGE Called Location.getURL() when it has not been set for: "osgi.instance.area" !STACK 0 java.lang.RuntimeException: Call stack for Location.getURL() at org.eclipse.osgi.internal.location.BasicLocation.getURL(BasicLocation.java:97) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:561) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.ja !ENTRY org.eclipse.osgi 1 0 2024-03-01 10:05:55.425 !MESSAGE Called Location.getURL() when it has not been set for: "osgi.instance.area" !STACK 0 java.lang.RuntimeException: Call stack for Location.getURL() at org.eclipse.osgi.internal.location.BasicLocation.getURL(BasicLocation.java:97) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:561) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.javava:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.inv:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(Parenoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImptRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefil.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) re.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Equinox state: 4 Bundles: [org.eclipse.osgi_3.19.0.v20240213-1246 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.19.0.v20240213-1246 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.19.0.v20240213-1246 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.19.0.v20240213-1246 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.19.0.v20240213-1246 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.19.0.v20240213-1246 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.19.0.v20240213-1246 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.19.0.v20240213-1246 [0], mrBundle_1.0.0 [2]] WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.tests.bundles.EquinoxBundleAdaptTests (file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/classes/) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.tests.bundles.EquinoxBundleAdaptTests WARNING: System::setSecurityManager will be removed in a future release target/work/configuration/org.eclipse.osgi/63/data/testSystemCapabilitiesBug522125.framework.jar Starting: test.dynamic.privateimport_1.0.0 [1] Starting: test.dynamic.privateimport_1.0.0 [1] WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.tests.bundles.SystemBundleTests (file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/classes/) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.tests.bundles.SystemBundleTests WARNING: System::setSecurityManager will be removed in a future release test.tccl: start test.tccl: stop test.tccl: start test.tccl: stop test.tccl: start test.tccl: stop test.tccl: start test.tccl: stop testMRUBundleFileListOverflow time taken: 1 Framework state is: STOPPING - b7c71903-a964-44a3-8dc1-4513416e1f76 Thread dump ThreadId: 1 ThreadName: main ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: java.management@17.0.2/sun.management.ThreadImpl.dumpThreads0(Native Method) java.management@17.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521) java.management@17.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509) org.eclipse.osgi.framework.util.ThreadInfoReport.getThreadDump(ThreadInfoReport.java:30) org.eclipse.osgi.tests.bundles.AbstractBundleTests.waitForStop(AbstractBundleTests.java:348) org.eclipse.osgi.tests.bundles.AbstractBundleTests.stop(AbstractBundleTests.java:322) org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug412228(SystemBundleTests.java:1397) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@17.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) java.base@17.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@17.0.2/java.lang.reflect.Method.invoke(Method.java:568) app//org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) app//org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) app//org.eclipse.equinox.launcher.Main.run(Main.java:1459) app//org.eclipse.equinox.launcher.Main.main(Main.java:1432) ThreadId: 2 ThreadName: Reference Handler ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.ref.Reference.waitForReferencePendingList(Native Method) java.base@17.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:253) java.base@17.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215) ThreadId: 3 ThreadName: Finalizer ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@2df65bcf LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) java.base@17.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172) ThreadId: 4 ThreadName: Signal Dispatcher ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: ThreadId: 10 ThreadName: Common-Cleaner ThreadState: TIMED_WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@2e9ebb36 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@17.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) java.base@17.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162) ThreadId: 11 ThreadName: Notification Thread ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: ThreadId: 15 ThreadName: Active Thread: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5c6efc72 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672) java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 17 ThreadName: Framework Event Dispatcher: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@43d9fc13 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 18 ThreadName: Start Level: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@18c5a855 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 19 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@2b06200e LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 20 ThreadName: Refresh Thread: Equinox Container: 8ab86d38-2c7a-448d-9b32-7d5ec73adf67 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@a0c470 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 21 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@c959913 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.apache.felix.scr.impl.ComponentActorThread.run(ComponentActorThread.java:83) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 23 ThreadName: EMF Reference Cleaner ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@23bb5ebe LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:80) ThreadId: 24 ThreadName: Worker-JM ThreadState: WAITING Blocked On: java.util.ArrayList@253e8dfd LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) org.eclipse.core.internal.jobs.InternalWorker.run(InternalWorker.java:61) ThreadId: 36 ThreadName: Start Level: org.eclipse.osgi.tests.container.dummys.DummyContainerAdaptor@4bff2185 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@6e3b422a LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 233 ThreadName: Worker-0 ThreadState: TIMED_WAITING Blocked On: org.eclipse.core.internal.jobs.WorkerPool@7efc7167 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:200) org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:242) org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) ThreadId: 249 ThreadName: process reaper ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@6fa7dd1b LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401) java.base@17.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 1323 ThreadName: EventAdmin Async Event Dispatcher Thread ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@791347b LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 1626 ThreadName: Equinox resolver thread - Equinox Container: b7c71903-a964-44a3-8dc1-4513416e1f76 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@338f0cb1 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401) java.base@17.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 1627 ThreadName: Equinox resolver thread - Equinox Container: b7c71903-a964-44a3-8dc1-4513416e1f76 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@338f0cb1 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401) java.base@17.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 1628 ThreadName: Active Thread: Equinox Container: b7c71903-a964-44a3-8dc1-4513416e1f76 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e6534ee LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@17.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672) java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) java.base@17.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 1630 ThreadName: Framework Event Dispatcher: Equinox Container: b7c71903-a964-44a3-8dc1-4513416e1f76 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@7f7b6b3c LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.Object.wait(Object.java:338) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:396) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337) ThreadId: 1631 ThreadName: Framework stop - Equinox Container: b7c71903-a964-44a3-8dc1-4513416e1f76 ThreadState: TIMED_WAITING Blocked On: none Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@3d234baf java.util.concurrent.locks.ReentrantLock$NonfairSync@1925f5bc Monitors Locked: java.lang.Object@71c7aa44 Stack Trace: java.base@17.0.2/java.lang.Thread.sleep(Native Method) test.bug412228.Activator.stop(Activator.java:28) org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:893) org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1) java.base@17.0.2/java.security.AccessController.executePrivileged(AccessController.java:807) java.base@17.0.2/java.security.AccessController.doPrivileged(AccessController.java:569) org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:885) org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1071) org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:392) org.eclipse.osgi.container.Module.doStop(Module.java:695) org.eclipse.osgi.container.Module.stop(Module.java:554) org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:2115) org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1985) org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:281) org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:222) org.eclipse.osgi.container.Module.doStop(Module.java:695) org.eclipse.osgi.container.Module.stop(Module.java:554) org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:212) org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:240) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) Time to create: 303 Installing: bundle-b1.jar Installing: bundle-b0.jar Installing: bundle-b3.jar Installing: bundle-b2.jar Installing: bundle-b4.jar Installing: bundle-b5.jar Installing: bundle-b6.jar Installing: bundle-b7.jar Installing: bundle-b8.jar Installing: bundle-b9.jar Installing: bundle-b10.jar Installing: bundle-b11.jar Installing: bundle-b12.jar Installing: bundle-b13.jar Installing: bundle-b14.jar Installing: bundle-b15.jar Installing: bundle-b16.jar Installing: bundle-b17.jar Installing: bundle-b18.jar Installing: bundle-b19.jar Installing: bundle-b20.jar Installing: bundle-b21.jar Installing: bundle-b22.jar Installing: bundle-b23.jar Installing: bundle-b24.jar Installing: bundle-b25.jar Installing: bundle-b26.jar Installing: bundle-b27.jar Installing: bundle-b28.jar Installing: bundle-b29.jar Installing: bundle-b30.jar Installing: bundle-b31.jar Installing: bundle-b32.jar Installing: bundle-b33.jar Installing: bundle-b34.jar Installing: bundle-b35.jar Installing: bundle-b36.jar Installing: bundle-b37.jar Installing: bundle-b38.jar Installing: bundle-b39.jar Installing: bundle-b40.jar Installing: bundle-b41.jar Installing: bundle-b42.jar Installing: bundle-b43.jar Installing: bundle-b44.jar Installing: bundle-b45.jar Installing: bundle-b46.jar Installing: bundle-b47.jar Installing: bundle-b48.jar Installing: bundle-b49.jar Installing: bundle-b50.jar Installing: bundle-b51.jar Installing: bundle-b53.jar Installing: bundle-b54.jar Installing: bundle-b52.jar Installing: bundle-b55.jar Installing: bundle-b56.jar Installing: bundle-b57.jar Installing: bundle-b58.jar Installing: bundle-b59.jar Installing: bundle-b60.jar Installing: bundle-b61.jar Installing: bundle-b62.jar Installing: bundle-b63.jar Installing: bundle-b64.jar Installing: bundle-b65.jar Installing: bundle-b66.jar Installing: bundle-b67.jar Installing: bundle-b68.jar Installing: bundle-b69.jar Installing: bundle-b70.jar Installing: bundle-b71.jar Installing: bundle-b72.jar Installing: bundle-b73.jar Installing: bundle-b74.jar Installing: bundle-b75.jar Installing: bundle-b76.jar Installing: bundle-b77.jar Installing: bundle-b78.jar Installing: bundle-b79.jar Installing: bundle-b80.jar Installing: bundle-b81.jar Installing: bundle-b82.jar Installing: bundle-b83.jar Installing: bundle-b84.jar Installing: bundle-b85.jar Installing: bundle-b86.jar Installing: bundle-b87.jar Installing: bundle-b88.jar Installing: bundle-b89.jar Installing: bundle-b90.jar Installing: bundle-b91.jar Installing: bundle-b92.jar Installing: bundle-b93.jar Installing: bundle-b94.jar Installing: bundle-b95.jar Installing: bundle-b96.jar Installing: bundle-b97.jar Installing: bundle-b98.jar Installing: bundle-b99.jar Installing: bundle-b100.jar Installing: bundle-b101.jar Installing: bundle-b102.jar Installing: bundle-b103.jar Installing: bundle-b104.jar Installing: bundle-b105.jar Installing: bundle-b106.jar Installing: bundle-b107.jar Installing: bundle-b108.jar Installing: bundle-b109.jar Installing: bundle-b110.jar Installing: bundle-b111.jar Installing: bundle-b112.jar Installing: bundle-b113.jar Installing: bundle-b114.jar Installing: bundle-b115.jar Installing: bundle-b116.jar Installing: bundle-b117.jar Installing: bundle-b118.jar Installing: bundle-b119.jar Installing: bundle-b120.jar Installing: bundle-b121.jar Installing: bundle-b122.jar Installing: bundle-b123.jar Installing: bundle-b124.jar Installing: bundle-b125.jar Installing: bundle-b126.jar Installing: bundle-b127.jar Installing: bundle-b128.jar Installing: bundle-b129.jar Installing: bundle-b130.jar Installing: bundle-b131.jar Installing: bundle-b132.jar Installing: bundle-b133.jar Installing: bundle-b134.jar Installing: bundle-b135.jar Installing: bundle-b136.jar Installing: bundle-b137.jar Installing: bundle-b138.jar Installing: bundle-b139.jar Installing: bundle-b140.jar Installing: bundle-b141.jar Installing: bundle-b142.jar Installing: bundle-b143.jar Installing: bundle-b144.jar Installing: bundle-b145.jar Installing: bundle-b146.jar Installing: bundle-b147.jar Installing: bundle-b148.jar Installing: bundle-b149.jar Installing: bundle-b150.jar Installing: bundle-b151.jar Installing: bundle-b152.jar Installing: bundle-b153.jar Installing: bundle-b154.jar Installing: bundle-b155.jar Installing: bundle-b156.jar Installing: bundle-b157.jar Installing: bundle-b158.jar Installing: bundle-b159.jar Installing: bundle-b160.jar Installing: bundle-b161.jar Installing: bundle-b162.jar Installing: bundle-b163.jar Installing: bundle-b164.jar Installing: bundle-b165.jar Installing: bundle-b166.jar Installing: bundle-b167.jar Installing: bundle-b168.jar Installing: bundle-b169.jar Installing: bundle-b170.jar Installing: bundle-b171.jar Installing: bundle-b172.jar Installing: bundle-b173.jar Installing: bundle-b174.jar Installing: bundle-b175.jar Installing: bundle-b176.jar Installing: bundle-b177.jar Installing: bundle-b178.jar Installing: bundle-b179.jar Installing: bundle-b180.jar Installing: bundle-b181.jar Installing: bundle-b182.jar Installing: bundle-b183.jar Installing: bundle-b184.jar Installing: bundle-b185.jar Installing: bundle-b186.jar Installing: bundle-b187.jar Installing: bundle-b188.jar Installing: bundle-b189.jar Installing: bundle-b190.jar Installing: bundle-b191.jar Installing: bundle-b192.jar Installing: bundle-b193.jar Installing: bundle-b194.jar Installing: bundle-b195.jar Installing: bundle-b196.jar Installing: bundle-b197.jar Installing: bundle-b198.jar Installing: bundle-b199.jar Installing: bundle-b200.jar Installing: bundle-b201.jar Installing: bundle-b202.jar Installing: bundle-b203.jar Installing: bundle-b204.jar Installing: bundle-b205.jar Installing: bundle-b206.jar Installing: bundle-b207.jar Installing: bundle-b208.jar Installing: bundle-b209.jar Installing: bundle-b210.jar Installing: bundle-b211.jar Installing: bundle-b212.jar Installing: bundle-b213.jar Installing: bundle-b214.jar Installing: bundle-b215.jar Installing: bundle-b216.jar Installing: bundle-b217.jar Installing: bundle-b218.jar Installing: bundle-b219.jar Installing: bundle-b220.jar Installing: bundle-b221.jar Installing: bundle-b222.jar Installing: bundle-b223.jar Installing: bundle-b224.jar Installing: bundle-b225.jar Installing: bundle-b226.jar Installing: bundle-b227.jar Installing: bundle-b228.jar Installing: bundle-b229.jar Installing: bundle-b230.jar Installing: bundle-b231.jar Installing: bundle-b232.jar Installing: bundle-b233.jar Installing: bundle-b234.jar Installing: bundle-b235.jar Installing: bundle-b236.jar Installing: bundle-b237.jar Installing: bundle-b238.jar Installing: bundle-b239.jar Installing: bundle-b240.jar Installing: bundle-b241.jar Installing: bundle-b242.jar Installing: bundle-b243.jar Installing: bundle-b244.jar Installing: bundle-b245.jar Installing: bundle-b246.jar Installing: bundle-b247.jar Installing: bundle-b248.jar Installing: bundle-b249.jar Installing: bundle-b250.jar Installing: bundle-b251.jar Installing: bundle-b252.jar Installing: bundle-b253.jar Installing: bundle-b254.jar Installing: bundle-b255.jar Installing: bundle-b256.jar Installing: bundle-b257.jar Installing: bundle-b258.jar Installing: bundle-b259.jar Installing: bundle-b260.jar Installing: bundle-b261.jar Installing: bundle-b262.jar Installing: bundle-b263.jar Installing: bundle-b264.jar Installing: bundle-b265.jar Installing: bundle-b266.jar Installing: bundle-b267.jar Installing: bundle-b268.jar Installing: bundle-b269.jar Installing: bundle-b270.jar Installing: bundle-b271.jar Installing: bundle-b272.jar Installing: bundle-b273.jar Installing: bundle-b274.jar Installing: bundle-b275.jar Installing: bundle-b276.jar Installing: bundle-b277.jar Installing: bundle-b278.jar Installing: bundle-b279.jar Installing: bundle-b280.jar Installing: bundle-b281.jar Installing: bundle-b282.jar Installing: bundle-b283.jar Installing: bundle-b284.jar Installing: bundle-b285.jar Installing: bundle-b286.jar Installing: bundle-b287.jar Installing: bundle-b288.jar Installing: bundle-b289.jar Installing: bundle-b290.jar Installing: bundle-b291.jar Installing: bundle-b292.jar Installing: bundle-b293.jar Installing: bundle-b294.jar Installing: bundle-b295.jar Installing: bundle-b296.jar Installing: bundle-b297.jar Installing: bundle-b298.jar Installing: bundle-b299.jar Installing: bundle-b300.jar Installing: bundle-b301.jar Installing: bundle-b302.jar Installing: bundle-b303.jar Installing: bundle-b304.jar Installing: bundle-b305.jar Installing: bundle-b306.jar Installing: bundle-b307.jar Installing: bundle-b308.jar Installing: bundle-b309.jar Installing: bundle-b310.jar Installing: bundle-b311.jar Installing: bundle-b312.jar Installing: bundle-b313.jar Installing: bundle-b314.jar Installing: bundle-b315.jar Installing: bundle-b316.jar Installing: bundle-b317.jar Installing: bundle-b318.jar Installing: bundle-b319.jar Installing: bundle-b320.jar Installing: bundle-b321.jar Installing: bundle-b322.jar Installing: bundle-b323.jar Installing: bundle-b324.jar Installing: bundle-b325.jar Installing: bundle-b326.jar Installing: bundle-b327.jar Installing: bundle-b328.jar Installing: bundle-b329.jar Installing: bundle-b330.jar Installing: bundle-b331.jar Installing: bundle-b332.jar Installing: bundle-b333.jar Installing: bundle-b334.jar Installing: bundle-b335.jar Installing: bundle-b336.jar Installing: bundle-b337.jar Installing: bundle-b338.jar Installing: bundle-b339.jar Installing: bundle-b340.jar Installing: bundle-b341.jar Installing: bundle-b342.jar Installing: bundle-b343.jar Installing: bundle-b344.jar Installing: bundle-b345.jar Installing: bundle-b346.jar Installing: bundle-b347.jar Installing: bundle-b348.jar Installing: bundle-b349.jar Installing: bundle-b350.jar Installing: bundle-b351.jar Installing: bundle-b352.jar Installing: bundle-b353.jar Installing: bundle-b354.jar Installing: bundle-b355.jar Installing: bundle-b356.jar Installing: bundle-b357.jar Installing: bundle-b358.jar Installing: bundle-b359.jar Installing: bundle-b360.jar Installing: bundle-b361.jar Installing: bundle-b362.jar Installing: bundle-b363.jar Installing: bundle-b364.jar Installing: bundle-b365.jar Installing: bundle-b366.jar Installing: bundle-b367.jar Installing: bundle-b368.jar Installing: bundle-b369.jar Installing: bundle-b370.jar Installing: bundle-b371.jar Installing: bundle-b372.jar Installing: bundle-b373.jar Installing: bundle-b374.jar Installing: bundle-b375.jar Installing: bundle-b376.jar Installing: bundle-b377.jar Installing: bundle-b378.jar Installing: bundle-b379.jar Installing: bundle-b380.jar Installing: bundle-b381.jar Installing: bundle-b382.jar Installing: bundle-b383.jar Installing: bundle-b384.jar Installing: bundle-b385.jar Installing: bundle-b386.jar Installing: bundle-b387.jar Installing: bundle-b388.jar Installing: bundle-b389.jar Installing: bundle-b390.jar Installing: bundle-b391.jar Installing: bundle-b392.jar Installing: bundle-b393.jar Installing: bundle-b394.jar Installing: bundle-b395.jar Installing: bundle-b396.jar Installing: bundle-b397.jar Installing: bundle-b398.jar Installing: bundle-b399.jar Installing: bundle-b400.jar Installing: bundle-b401.jar Installing: bundle-b402.jar Installing: bundle-b403.jar Installing: bundle-b404.jar Installing: bundle-b405.jar Installing: bundle-b406.jar Installing: bundle-b407.jar Installing: bundle-b408.jar Installing: bundle-b409.jar Installing: bundle-b410.jar Installing: bundle-b411.jar Installing: bundle-b412.jar Installing: bundle-b413.jar Installing: bundle-b414.jar Installing: bundle-b415.jar Installing: bundle-b416.jar Installing: bundle-b417.jar Installing: bundle-b418.jar Installing: bundle-b419.jar Installing: bundle-b420.jar Installing: bundle-b421.jar Installing: bundle-b422.jar Installing: bundle-b423.jar Installing: bundle-b424.jar Installing: bundle-b425.jar Installing: bundle-b426.jar Installing: bundle-b427.jar Installing: bundle-b428.jar Installing: bundle-b429.jar Installing: bundle-b430.jar Installing: bundle-b431.jar Installing: bundle-b432.jar Installing: bundle-b433.jar Installing: bundle-b434.jar Installing: bundle-b435.jar Installing: bundle-b436.jar Installing: bundle-b437.jar Installing: bundle-b438.jar Installing: bundle-b439.jar Installing: bundle-b440.jar Installing: bundle-b441.jar Installing: bundle-b442.jar Installing: bundle-b443.jar Installing: bundle-b444.jar Installing: bundle-b445.jar Installing: bundle-b446.jar Installing: bundle-b447.jar Installing: bundle-b448.jar Installing: bundle-b449.jar Installing: bundle-b450.jar Installing: bundle-b451.jar Installing: bundle-b452.jar Installing: bundle-b453.jar Installing: bundle-b454.jar Installing: bundle-b455.jar Installing: bundle-b456.jar Installing: bundle-b457.jar Installing: bundle-b458.jar Installing: bundle-b459.jar Installing: bundle-b460.jar Installing: bundle-b461.jar Installing: bundle-b462.jar Installing: bundle-b463.jar Installing: bundle-b464.jar Installing: bundle-b465.jar Installing: bundle-b466.jar Installing: bundle-b467.jar Installing: bundle-b468.jar Installing: bundle-b469.jar Installing: bundle-b470.jar Installing: bundle-b471.jar Installing: bundle-b472.jar Installing: bundle-b473.jar Installing: bundle-b474.jar Installing: bundle-b475.jar Installing: bundle-b476.jar Installing: bundle-b477.jar Installing: bundle-b478.jar Installing: bundle-b479.jar Installing: bundle-b480.jar Installing: bundle-b481.jar Installing: bundle-b482.jar Installing: bundle-b483.jar Installing: bundle-b484.jar Installing: bundle-b485.jar Installing: bundle-b486.jar Installing: bundle-b487.jar Installing: bundle-b488.jar Installing: bundle-b489.jar Installing: bundle-b490.jar Installing: bundle-b491.jar Installing: bundle-b492.jar Installing: bundle-b493.jar Installing: bundle-b494.jar Installing: bundle-b495.jar Installing: bundle-b496.jar Installing: bundle-b497.jar Installing: bundle-b498.jar Installing: bundle-b499.jar Installing: bundle-b500.jar Installing: bundle-b501.jar Installing: bundle-b502.jar Installing: bundle-b503.jar Installing: bundle-b504.jar Installing: bundle-b505.jar Installing: bundle-b506.jar Installing: bundle-b507.jar Installing: bundle-b508.jar Installing: bundle-b509.jar Installing: bundle-b510.jar Installing: bundle-b511.jar Installing: bundle-b512.jar Installing: bundle-b513.jar Installing: bundle-b514.jar Installing: bundle-b515.jar Installing: bundle-b516.jar Installing: bundle-b517.jar Installing: bundle-b518.jar Installing: bundle-b519.jar Installing: bundle-b520.jar Installing: bundle-b521.jar Installing: bundle-b522.jar Installing: bundle-b523.jar Installing: bundle-b524.jar Installing: bundle-b525.jar Installing: bundle-b526.jar Installing: bundle-b527.jar Installing: bundle-b528.jar Installing: bundle-b529.jar Installing: bundle-b530.jar Installing: bundle-b531.jar Installing: bundle-b532.jar Installing: bundle-b533.jar Installing: bundle-b534.jar Installing: bundle-b535.jar Installing: bundle-b536.jar Installing: bundle-b537.jar Installing: bundle-b538.jar Installing: bundle-b539.jar Installing: bundle-b540.jar Installing: bundle-b541.jar Installing: bundle-b542.jar Installing: bundle-b543.jar Installing: bundle-b544.jar Installing: bundle-b545.jar Installing: bundle-b546.jar Installing: bundle-b547.jar Installing: bundle-b548.jar Installing: bundle-b549.jar Installing: bundle-b550.jar Installing: bundle-b551.jar Installing: bundle-b552.jar Installing: bundle-b553.jar Installing: bundle-b554.jar Installing: bundle-b555.jar Installing: bundle-b556.jar Installing: bundle-b557.jar Installing: bundle-b558.jar Installing: bundle-b559.jar Installing: bundle-b560.jar Installing: bundle-b561.jar Installing: bundle-b562.jar Installing: bundle-b563.jar Installing: bundle-b564.jar Installing: bundle-b565.jar Installing: bundle-b566.jar Installing: bundle-b567.jar Installing: bundle-b568.jar Installing: bundle-b569.jar Installing: bundle-b570.jar Installing: bundle-b571.jar Installing: bundle-b572.jar Installing: bundle-b573.jar Installing: bundle-b574.jar Installing: bundle-b575.jar Installing: bundle-b576.jar Installing: bundle-b577.jar Installing: bundle-b578.jar Installing: bundle-b579.jar Installing: bundle-b580.jar Installing: bundle-b581.jar Installing: bundle-b582.jar Installing: bundle-b583.jar Installing: bundle-b584.jar Installing: bundle-b585.jar Installing: bundle-b586.jar Installing: bundle-b587.jar Installing: bundle-b588.jar Installing: bundle-b589.jar Installing: bundle-b590.jar Installing: bundle-b591.jar Installing: bundle-b592.jar Installing: bundle-b593.jar Installing: bundle-b594.jar Installing: bundle-b595.jar Installing: bundle-b596.jar Installing: bundle-b597.jar Installing: bundle-b598.jar Installing: bundle-b599.jar Installing: bundle-b600.jar Installing: bundle-b601.jar Installing: bundle-b602.jar Installing: bundle-b603.jar Installing: bundle-b604.jar Installing: bundle-b605.jar Installing: bundle-b606.jar Installing: bundle-b607.jar Installing: bundle-b608.jar Installing: bundle-b609.jar Installing: bundle-b610.jar Installing: bundle-b611.jar Installing: bundle-b612.jar Installing: bundle-b613.jar Installing: bundle-b614.jar Installing: bundle-b615.jar Installing: bundle-b616.jar Installing: bundle-b617.jar Installing: bundle-b618.jar Installing: bundle-b619.jar Installing: bundle-b620.jar Installing: bundle-b621.jar Installing: bundle-b622.jar Installing: bundle-b623.jar Installing: bundle-b624.jar Installing: bundle-b625.jar Installing: bundle-b626.jar Installing: bundle-b627.jar Installing: bundle-b628.jar Installing: bundle-b629.jar Installing: bundle-b630.jar Installing: bundle-b631.jar Installing: bundle-b632.jar Installing: bundle-b633.jar Installing: bundle-b634.jar Installing: bundle-b635.jar Installing: bundle-b636.jar Installing: bundle-b637.jar Installing: bundle-b638.jar Installing: bundle-b639.jar Installing: bundle-b640.jar Installing: bundle-b641.jar Installing: bundle-b642.jar Installing: bundle-b643.jar Installing: bundle-b644.jar Installing: bundle-b645.jar Installing: bundle-b646.jar Installing: bundle-b647.jar Installing: bundle-b648.jar Installing: bundle-b649.jar Installing: bundle-b650.jar Installing: bundle-b651.jar Installing: bundle-b652.jar Installing: bundle-b653.jar Installing: bundle-b654.jar Installing: bundle-b655.jar Installing: bundle-b656.jar Installing: bundle-b657.jar Installing: bundle-b658.jar Installing: bundle-b659.jar Installing: bundle-b660.jar Installing: bundle-b661.jar Installing: bundle-b662.jar Installing: bundle-b663.jar Installing: bundle-b664.jar Installing: bundle-b665.jar Installing: bundle-b666.jar Installing: bundle-b667.jar Installing: bundle-b668.jar Installing: bundle-b669.jar Installing: bundle-b670.jar Installing: bundle-b671.jar Installing: bundle-b672.jar Installing: bundle-b673.jar Installing: bundle-b674.jar Installing: bundle-b675.jar Installing: bundle-b676.jar Installing: bundle-b677.jar Installing: bundle-b678.jar Installing: bundle-b679.jar Installing: bundle-b680.jar Installing: bundle-b681.jar Installing: bundle-b682.jar Installing: bundle-b683.jar Installing: bundle-b684.jar Installing: bundle-b685.jar Installing: bundle-b686.jar Installing: bundle-b687.jar Installing: bundle-b688.jar Installing: bundle-b689.jar Installing: bundle-b690.jar Installing: bundle-b691.jar Installing: bundle-b692.jar Installing: bundle-b693.jar Installing: bundle-b694.jar Installing: bundle-b695.jar Installing: bundle-b696.jar Installing: bundle-b697.jar Installing: bundle-b698.jar Installing: bundle-b699.jar Installing: bundle-b700.jar Installing: bundle-b701.jar Installing: bundle-b702.jar Installing: bundle-b703.jar Installing: bundle-b704.jar Installing: bundle-b705.jar Installing: bundle-b706.jar Installing: bundle-b707.jar Installing: bundle-b708.jar Installing: bundle-b709.jar Installing: bundle-b710.jar Installing: bundle-b711.jar Installing: bundle-b712.jar Installing: bundle-b713.jar Installing: bundle-b714.jar Installing: bundle-b715.jar Installing: bundle-b716.jar Installing: bundle-b717.jar Installing: bundle-b718.jar Installing: bundle-b719.jar Installing: bundle-b720.jar Installing: bundle-b721.jar Installing: bundle-b722.jar Installing: bundle-b723.jar Installing: bundle-b724.jar Installing: bundle-b725.jar Installing: bundle-b726.jar Installing: bundle-b727.jar Installing: bundle-b728.jar Installing: bundle-b729.jar Installing: bundle-b730.jar Installing: bundle-b731.jar Installing: bundle-b732.jar Installing: bundle-b733.jar Installing: bundle-b734.jar Installing: bundle-b735.jar Installing: bundle-b736.jar Installing: bundle-b737.jar Installing: bundle-b738.jar Installing: bundle-b739.jar Installing: bundle-b740.jar Installing: bundle-b741.jar Installing: bundle-b742.jar Installing: bundle-b743.jar Installing: bundle-b744.jar Installing: bundle-b745.jar Installing: bundle-b746.jar Installing: bundle-b747.jar Installing: bundle-b748.jar Installing: bundle-b749.jar Installing: bundle-b750.jar Installing: bundle-b751.jar Installing: bundle-b752.jar Installing: bundle-b753.jar Installing: bundle-b754.jar Installing: bundle-b755.jar Installing: bundle-b756.jar Installing: bundle-b757.jar Installing: bundle-b758.jar Installing: bundle-b759.jar Installing: bundle-b760.jar Installing: bundle-b761.jar Installing: bundle-b762.jar Installing: bundle-b763.jar Installing: bundle-b764.jar Installing: bundle-b765.jar Installing: bundle-b766.jar Installing: bundle-b767.jar Installing: bundle-b768.jar Installing: bundle-b769.jar Installing: bundle-b770.jar Installing: bundle-b771.jar Installing: bundle-b772.jar Installing: bundle-b773.jar Installing: bundle-b774.jar Installing: bundle-b775.jar Installing: bundle-b776.jar Installing: bundle-b777.jar Installing: bundle-b778.jar Installing: bundle-b779.jar Installing: bundle-b780.jar Installing: bundle-b781.jar Installing: bundle-b782.jar Installing: bundle-b783.jar Installing: bundle-b784.jar Installing: bundle-b785.jar Installing: bundle-b786.jar Installing: bundle-b787.jar Installing: bundle-b788.jar Installing: bundle-b789.jar Installing: bundle-b790.jar Installing: bundle-b791.jar Installing: bundle-b792.jar Installing: bundle-b793.jar Installing: bundle-b794.jar Installing: bundle-b795.jar Installing: bundle-b796.jar Installing: bundle-b797.jar Installing: bundle-b798.jar Installing: bundle-b799.jar Installing: bundle-b800.jar Installing: bundle-b801.jar Installing: bundle-b802.jar Installing: bundle-b803.jar Installing: bundle-b804.jar Installing: bundle-b805.jar Installing: bundle-b806.jar Installing: bundle-b807.jar Installing: bundle-b808.jar Installing: bundle-b809.jar Installing: bundle-b810.jar Installing: bundle-b811.jar Installing: bundle-b812.jar Installing: bundle-b813.jar Installing: bundle-b814.jar Installing: bundle-b815.jar Installing: bundle-b816.jar Installing: bundle-b817.jar Installing: bundle-b818.jar Installing: bundle-b819.jar Installing: bundle-b820.jar Installing: bundle-b821.jar Installing: bundle-b822.jar Installing: bundle-b823.jar Installing: bundle-b824.jar Installing: bundle-b825.jar Installing: bundle-b826.jar Installing: bundle-b827.jar Installing: bundle-b828.jar Installing: bundle-b829.jar Installing: bundle-b830.jar Installing: bundle-b831.jar Installing: bundle-b832.jar Installing: bundle-b833.jar Installing: bundle-b834.jar Installing: bundle-b835.jar Installing: bundle-b836.jar Installing: bundle-b837.jar Installing: bundle-b838.jar Installing: bundle-b839.jar Installing: bundle-b840.jar Installing: bundle-b841.jar Installing: bundle-b842.jar Installing: bundle-b843.jar Installing: bundle-b844.jar Installing: bundle-b845.jar Installing: bundle-b846.jar Installing: bundle-b847.jar Installing: bundle-b848.jar Installing: bundle-b849.jar Installing: bundle-b850.jar Installing: bundle-b851.jar Installing: bundle-b852.jar Installing: bundle-b853.jar Installing: bundle-b854.jar Installing: bundle-b855.jar Installing: bundle-b856.jar Installing: bundle-b857.jar Installing: bundle-b858.jar Installing: bundle-b859.jar Installing: bundle-b860.jar Installing: bundle-b861.jar Installing: bundle-b862.jar Installing: bundle-b863.jar Installing: bundle-b864.jar Installing: bundle-b865.jar Installing: bundle-b866.jar Installing: bundle-b867.jar Installing: bundle-b868.jar Installing: bundle-b869.jar Installing: bundle-b870.jar Installing: bundle-b871.jar Installing: bundle-b872.jar Installing: bundle-b873.jar Installing: bundle-b874.jar Installing: bundle-b875.jar Installing: bundle-b876.jar Installing: bundle-b877.jar Installing: bundle-b878.jar Installing: bundle-b879.jar Installing: bundle-b880.jar Installing: bundle-b881.jar Installing: bundle-b882.jar Installing: bundle-b883.jar Installing: bundle-b884.jar Installing: bundle-b885.jar Installing: bundle-b886.jar Installing: bundle-b887.jar Installing: bundle-b888.jar Installing: bundle-b889.jar Installing: bundle-b890.jar Installing: bundle-b891.jar Installing: bundle-b892.jar Installing: bundle-b893.jar Installing: bundle-b894.jar Installing: bundle-b895.jar Installing: bundle-b896.jar Installing: bundle-b897.jar Installing: bundle-b898.jar Installing: bundle-b899.jar Installing: bundle-b900.jar Installing: bundle-b901.jar Installing: bundle-b902.jar Installing: bundle-b903.jar Installing: bundle-b904.jar Installing: bundle-b905.jar Installing: bundle-b906.jar Installing: bundle-b907.jar Installing: bundle-b908.jar Installing: bundle-b909.jar Installing: bundle-b910.jar Installing: bundle-b911.jar Installing: bundle-b912.jar Installing: bundle-b913.jar Installing: bundle-b914.jar Installing: bundle-b915.jar Installing: bundle-b916.jar Installing: bundle-b917.jar Installing: bundle-b918.jar Installing: bundle-b919.jar Installing: bundle-b920.jar Installing: bundle-b921.jar Installing: bundle-b922.jar Installing: bundle-b923.jar Installing: bundle-b924.jar Installing: bundle-b925.jar Installing: bundle-b926.jar Installing: bundle-b927.jar Installing: bundle-b928.jar Installing: bundle-b929.jar Installing: bundle-b930.jar Installing: bundle-b931.jar Installing: bundle-b932.jar Installing: bundle-b933.jar Installing: bundle-b934.jar Installing: bundle-b935.jar Installing: bundle-b936.jar Installing: bundle-b937.jar Installing: bundle-b938.jar Installing: bundle-b939.jar Installing: bundle-b940.jar Installing: bundle-b941.jar Installing: bundle-b942.jar Installing: bundle-b943.jar Installing: bundle-b944.jar Installing: bundle-b945.jar Installing: bundle-b946.jar Installing: bundle-b947.jar Installing: bundle-b948.jar Installing: bundle-b949.jar Installing: bundle-b950.jar Installing: bundle-b951.jar Installing: bundle-b952.jar Installing: bundle-b953.jar Installing: bundle-b954.jar Installing: bundle-b955.jar Installing: bundle-b956.jar Installing: bundle-b957.jar Installing: bundle-b958.jar Installing: bundle-b959.jar Installing: bundle-b960.jar Installing: bundle-b961.jar Installing: bundle-b962.jar Installing: bundle-b963.jar Installing: bundle-b964.jar Installing: bundle-b965.jar Installing: bundle-b966.jar Installing: bundle-b967.jar Installing: bundle-b968.jar Installing: bundle-b969.jar Installing: bundle-b970.jar Installing: bundle-b971.jar Installing: bundle-b972.jar Installing: bundle-b973.jar Installing: bundle-b974.jar Installing: bundle-b975.jar Installing: bundle-b976.jar Installing: bundle-b977.jar Installing: bundle-b978.jar Installing: bundle-b979.jar Installing: bundle-b980.jar Installing: bundle-b981.jar Installing: bundle-b982.jar Installing: bundle-b983.jar Installing: bundle-b984.jar Installing: bundle-b985.jar Installing: bundle-b986.jar Installing: bundle-b987.jar Installing: bundle-b988.jar Installing: bundle-b989.jar Installing: bundle-b990.jar Installing: bundle-b991.jar Installing: bundle-b992.jar Installing: bundle-b993.jar Installing: bundle-b994.jar Installing: bundle-b995.jar Installing: bundle-b996.jar Installing: bundle-b997.jar Installing: bundle-b998.jar Installing: bundle-b999.jar Installing: bundle-b1000.jar Installing: bundle-b1001.jar Installing: bundle-b1002.jar Installing: bundle-b1003.jar Installing: bundle-b1004.jar Installing: bundle-b1005.jar Installing: bundle-b1006.jar Installing: bundle-b1007.jar Installing: bundle-b1008.jar Installing: bundle-b1009.jar Installing: bundle-b1010.jar Installing: bundle-b1011.jar Installing: bundle-b1012.jar Installing: bundle-b1013.jar Installing: bundle-b1014.jar Installing: bundle-b1015.jar Installing: bundle-b1016.jar Installing: bundle-b1017.jar Installing: bundle-b1018.jar Installing: bundle-b1019.jar Installing: bundle-b1020.jar Installing: bundle-b1021.jar Installing: bundle-b1022.jar Installing: bundle-b1023.jar Installing: bundle-b1024.jar Installing: bundle-b1025.jar Installing: bundle-b1026.jar Installing: bundle-b1027.jar Installing: bundle-b1028.jar Installing: bundle-b1029.jar Installing: bundle-b1030.jar Installing: bundle-b1031.jar Installing: bundle-b1032.jar Installing: bundle-b1033.jar Installing: bundle-b1034.jar Installing: bundle-b1035.jar Installing: bundle-b1036.jar Installing: bundle-b1037.jar Installing: bundle-b1038.jar Installing: bundle-b1039.jar Installing: bundle-b1040.jar Installing: bundle-b1041.jar Installing: bundle-b1042.jar Installing: bundle-b1043.jar Installing: bundle-b1044.jar Installing: bundle-b1045.jar Installing: bundle-b1046.jar Installing: bundle-b1047.jar Installing: bundle-b1048.jar Installing: bundle-b1049.jar Installing: bundle-b1050.jar Installing: bundle-b1051.jar Installing: bundle-b1052.jar Installing: bundle-b1053.jar Installing: bundle-b1054.jar Installing: bundle-b1055.jar Installing: bundle-b1056.jar Installing: bundle-b1057.jar Installing: bundle-b1058.jar Installing: bundle-b1059.jar Installing: bundle-b1060.jar Installing: bundle-b1061.jar Installing: bundle-b1062.jar Installing: bundle-b1063.jar Installing: bundle-b1064.jar Installing: bundle-b1065.jar Installing: bundle-b1066.jar Installing: bundle-b1067.jar Installing: bundle-b1068.jar Installing: bundle-b1069.jar Installing: bundle-b1070.jar Installing: bundle-b1071.jar Installing: bundle-b1072.jar Installing: bundle-b1073.jar Installing: bundle-b1074.jar Installing: bundle-b1075.jar Installing: bundle-b1076.jar Installing: bundle-b1077.jar Installing: bundle-b1078.jar Installing: bundle-b1079.jar Installing: bundle-b1080.jar Installing: bundle-b1081.jar Installing: bundle-b1082.jar Installing: bundle-b1083.jar Installing: bundle-b1084.jar Installing: bundle-b1085.jar Installing: bundle-b1086.jar Installing: bundle-b1087.jar Installing: bundle-b1088.jar Installing: bundle-b1089.jar Installing: bundle-b1090.jar Installing: bundle-b1091.jar Installing: bundle-b1092.jar Installing: bundle-b1093.jar Installing: bundle-b1094.jar Installing: bundle-b1095.jar Installing: bundle-b1096.jar Installing: bundle-b1097.jar Installing: bundle-b1098.jar Installing: bundle-b1099.jar Installing: bundle-b1100.jar Installing: bundle-b1101.jar Installing: bundle-b1102.jar Installing: bundle-b1103.jar Installing: bundle-b1104.jar Installing: bundle-b1105.jar Installing: bundle-b1106.jar Installing: bundle-b1107.jar Installing: bundle-b1108.jar Installing: bundle-b1109.jar Installing: bundle-b1110.jar Installing: bundle-b1111.jar Installing: bundle-b1112.jar Installing: bundle-b1113.jar Installing: bundle-b1114.jar Installing: bundle-b1115.jar Installing: bundle-b1116.jar Installing: bundle-b1117.jar Installing: bundle-b1118.jar Installing: bundle-b1119.jar Installing: bundle-b1120.jar Installing: bundle-b1121.jar Installing: bundle-b1122.jar Installing: bundle-b1123.jar Installing: bundle-b1124.jar Installing: bundle-b1125.jar Installing: bundle-b1126.jar Installing: bundle-b1127.jar Installing: bundle-b1128.jar Installing: bundle-b1129.jar Installing: bundle-b1130.jar Installing: bundle-b1131.jar Installing: bundle-b1132.jar Installing: bundle-b1133.jar Installing: bundle-b1134.jar Installing: bundle-b1135.jar Installing: bundle-b1136.jar Installing: bundle-b1137.jar Installing: bundle-b1138.jar Installing: bundle-b1139.jar Installing: bundle-b1140.jar Installing: bundle-b1141.jar Installing: bundle-b1142.jar Installing: bundle-b1143.jar Installing: bundle-b1144.jar Installing: bundle-b1145.jar Installing: bundle-b1146.jar Installing: bundle-b1147.jar Installing: bundle-b1148.jar Installing: bundle-b1149.jar Installing: bundle-b1150.jar Installing: bundle-b1151.jar Installing: bundle-b1152.jar Installing: bundle-b1153.jar Installing: bundle-b1154.jar Installing: bundle-b1155.jar Installing: bundle-b1156.jar Installing: bundle-b1157.jar Installing: bundle-b1158.jar Installing: bundle-b1159.jar Installing: bundle-b1160.jar Installing: bundle-b1161.jar Installing: bundle-b1162.jar Installing: bundle-b1163.jar Installing: bundle-b1164.jar Installing: bundle-b1165.jar Installing: bundle-b1166.jar Installing: bundle-b1167.jar Installing: bundle-b1168.jar Installing: bundle-b1169.jar Installing: bundle-b1170.jar Installing: bundle-b1171.jar Installing: bundle-b1172.jar Installing: bundle-b1173.jar Installing: bundle-b1174.jar Installing: bundle-b1175.jar Installing: bundle-b1176.jar Installing: bundle-b1177.jar Installing: bundle-b1178.jar Installing: bundle-b1179.jar Installing: bundle-b1180.jar Installing: bundle-b1181.jar Installing: bundle-b1182.jar Installing: bundle-b1183.jar Installing: bundle-b1184.jar Installing: bundle-b1185.jar Installing: bundle-b1186.jar Installing: bundle-b1187.jar Installing: bundle-b1188.jar Installing: bundle-b1189.jar Installing: bundle-b1190.jar Installing: bundle-b1191.jar Installing: bundle-b1192.jar Installing: bundle-b1193.jar Installing: bundle-b1194.jar Installing: bundle-b1195.jar Installing: bundle-b1196.jar Installing: bundle-b1197.jar Installing: bundle-b1198.jar Installing: bundle-b1199.jar Installing: bundle-b1200.jar Installing: bundle-b1201.jar Installing: bundle-b1202.jar Installing: bundle-b1203.jar Installing: bundle-b1204.jar Installing: bundle-b1205.jar Installing: bundle-b1206.jar Installing: bundle-b1207.jar Installing: bundle-b1208.jar Installing: bundle-b1209.jar Installing: bundle-b1210.jar Installing: bundle-b1211.jar Installing: bundle-b1212.jar Installing: bundle-b1213.jar Installing: bundle-b1214.jar Installing: bundle-b1215.jar Installing: bundle-b1216.jar Installing: bundle-b1217.jar Installing: bundle-b1218.jar Installing: bundle-b1219.jar Installing: bundle-b1220.jar Installing: bundle-b1221.jar Installing: bundle-b1222.jar Installing: bundle-b1223.jar Installing: bundle-b1224.jar Installing: bundle-b1225.jar Installing: bundle-b1226.jar Installing: bundle-b1227.jar Installing: bundle-b1228.jar Installing: bundle-b1229.jar Installing: bundle-b1230.jar Installing: bundle-b1231.jar Installing: bundle-b1232.jar Installing: bundle-b1233.jar Installing: bundle-b1234.jar Installing: bundle-b1235.jar Installing: bundle-b1236.jar Installing: bundle-b1237.jar Installing: bundle-b1238.jar Installing: bundle-b1239.jar Installing: bundle-b1240.jar Installing: bundle-b1241.jar Installing: bundle-b1242.jar Installing: bundle-b1243.jar Installing: bundle-b1244.jar Installing: bundle-b1245.jar Installing: bundle-b1246.jar Installing: bundle-b1247.jar Installing: bundle-b1248.jar Installing: bundle-b1249.jar Installing: bundle-b1250.jar Installing: bundle-b1251.jar Installing: bundle-b1252.jar Installing: bundle-b1253.jar Installing: bundle-b1254.jar Installing: bundle-b1255.jar Installing: bundle-b1256.jar Installing: bundle-b1257.jar Installing: bundle-b1258.jar Installing: bundle-b1259.jar Installing: bundle-b1260.jar Installing: bundle-b1261.jar Installing: bundle-b1262.jar Installing: bundle-b1263.jar Installing: bundle-b1264.jar Installing: bundle-b1265.jar Installing: bundle-b1266.jar Installing: bundle-b1267.jar Installing: bundle-b1268.jar Installing: bundle-b1269.jar Installing: bundle-b1270.jar Installing: bundle-b1271.jar Installing: bundle-b1272.jar Installing: bundle-b1273.jar Installing: bundle-b1274.jar Installing: bundle-b1275.jar Installing: bundle-b1276.jar Installing: bundle-b1277.jar Installing: bundle-b1278.jar Installing: bundle-b1279.jar Installing: bundle-b1280.jar Installing: bundle-b1281.jar Installing: bundle-b1282.jar Installing: bundle-b1283.jar Installing: bundle-b1284.jar Installing: bundle-b1285.jar Installing: bundle-b1286.jar Installing: bundle-b1287.jar Installing: bundle-b1288.jar Installing: bundle-b1289.jar Installing: bundle-b1290.jar Installing: bundle-b1291.jar Installing: bundle-b1292.jar Installing: bundle-b1293.jar Installing: bundle-b1294.jar Installing: bundle-b1295.jar Installing: bundle-b1296.jar Installing: bundle-b1297.jar Installing: bundle-b1298.jar Installing: bundle-b1299.jar Installing: bundle-b1300.jar Installing: bundle-b1301.jar Installing: bundle-b1302.jar Installing: bundle-b1303.jar Installing: bundle-b1304.jar Installing: bundle-b1305.jar Installing: bundle-b1306.jar Installing: bundle-b1307.jar Installing: bundle-b1308.jar Installing: bundle-b1309.jar Installing: bundle-b1310.jar Installing: bundle-b1311.jar Installing: bundle-b1312.jar Installing: bundle-b1313.jar Installing: bundle-b1314.jar Installing: bundle-b1315.jar Installing: bundle-b1316.jar Installing: bundle-b1317.jar Installing: bundle-b1318.jar Installing: bundle-b1319.jar Installing: bundle-b1320.jar Installing: bundle-b1321.jar Installing: bundle-b1322.jar Installing: bundle-b1323.jar Installing: bundle-b1324.jar Installing: bundle-b1325.jar Installing: bundle-b1326.jar Installing: bundle-b1327.jar Installing: bundle-b1328.jar Installing: bundle-b1329.jar Installing: bundle-b1330.jar Installing: bundle-b1331.jar Installing: bundle-b1332.jar Installing: bundle-b1333.jar Installing: bundle-b1334.jar Installing: bundle-b1335.jar Installing: bundle-b1336.jar Installing: bundle-b1337.jar Installing: bundle-b1338.jar Installing: bundle-b1339.jar Installing: bundle-b1340.jar Installing: bundle-b1341.jar Installing: bundle-b1342.jar Installing: bundle-b1343.jar Installing: bundle-b1344.jar Installing: bundle-b1345.jar Installing: bundle-b1346.jar Installing: bundle-b1347.jar Installing: bundle-b1348.jar Installing: bundle-b1349.jar Installing: bundle-b1350.jar Installing: bundle-b1351.jar Installing: bundle-b1352.jar Installing: bundle-b1353.jar Installing: bundle-b1354.jar Installing: bundle-b1355.jar Installing: bundle-b1356.jar Installing: bundle-b1357.jar Installing: bundle-b1358.jar Installing: bundle-b1359.jar Installing: bundle-b1360.jar Installing: bundle-b1361.jar Installing: bundle-b1362.jar Installing: bundle-b1363.jar Installing: bundle-b1364.jar Installing: bundle-b1365.jar Installing: bundle-b1366.jar Installing: bundle-b1367.jar Installing: bundle-b1368.jar Installing: bundle-b1369.jar Installing: bundle-b1370.jar Installing: bundle-b1371.jar Installing: bundle-b1372.jar Installing: bundle-b1373.jar Installing: bundle-b1374.jar Installing: bundle-b1375.jar Installing: bundle-b1376.jar Installing: bundle-b1377.jar Installing: bundle-b1378.jar Installing: bundle-b1379.jar Installing: bundle-b1380.jar Installing: bundle-b1381.jar Installing: bundle-b1382.jar Installing: bundle-b1383.jar Installing: bundle-b1384.jar Installing: bundle-b1385.jar Installing: bundle-b1386.jar Installing: bundle-b1387.jar Installing: bundle-b1388.jar Installing: bundle-b1389.jar Installing: bundle-b1390.jar Installing: bundle-b1391.jar Installing: bundle-b1392.jar Installing: bundle-b1393.jar Installing: bundle-b1394.jar Installing: bundle-b1395.jar Installing: bundle-b1396.jar Installing: bundle-b1397.jar Installing: bundle-b1398.jar Installing: bundle-b1399.jar Installing: bundle-b1400.jar Installing: bundle-b1401.jar Installing: bundle-b1402.jar Installing: bundle-b1403.jar Installing: bundle-b1404.jar Installing: bundle-b1405.jar Installing: bundle-b1406.jar Installing: bundle-b1407.jar Installing: bundle-b1408.jar Installing: bundle-b1409.jar Installing: bundle-b1410.jar Installing: bundle-b1411.jar Installing: bundle-b1412.jar Installing: bundle-b1413.jar Installing: bundle-b1414.jar Installing: bundle-b1415.jar Installing: bundle-b1416.jar Installing: bundle-b1417.jar Installing: bundle-b1418.jar Installing: bundle-b1419.jar Installing: bundle-b1420.jar Installing: bundle-b1421.jar Installing: bundle-b1422.jar Installing: bundle-b1423.jar Installing: bundle-b1424.jar Installing: bundle-b1425.jar Installing: bundle-b1426.jar Installing: bundle-b1427.jar Installing: bundle-b1428.jar Installing: bundle-b1429.jar Installing: bundle-b1430.jar Installing: bundle-b1431.jar Installing: bundle-b1432.jar Installing: bundle-b1433.jar Installing: bundle-b1434.jar Installing: bundle-b1435.jar Installing: bundle-b1436.jar Installing: bundle-b1437.jar Installing: bundle-b1438.jar Installing: bundle-b1439.jar Installing: bundle-b1440.jar Installing: bundle-b1441.jar Installing: bundle-b1442.jar Installing: bundle-b1443.jar Installing: bundle-b1444.jar Installing: bundle-b1445.jar Installing: bundle-b1446.jar Installing: bundle-b1447.jar Installing: bundle-b1448.jar Installing: bundle-b1449.jar Installing: bundle-b1450.jar Installing: bundle-b1451.jar Installing: bundle-b1452.jar Installing: bundle-b1453.jar Installing: bundle-b1454.jar Installing: bundle-b1455.jar Installing: bundle-b1456.jar Installing: bundle-b1457.jar Installing: bundle-b1458.jar Installing: bundle-b1459.jar Installing: bundle-b1460.jar Installing: bundle-b1461.jar Installing: bundle-b1462.jar Installing: bundle-b1463.jar Installing: bundle-b1464.jar Installing: bundle-b1465.jar Installing: bundle-b1466.jar Installing: bundle-b1467.jar Installing: bundle-b1468.jar Installing: bundle-b1469.jar Installing: bundle-b1470.jar Installing: bundle-b1471.jar Installing: bundle-b1472.jar Installing: bundle-b1473.jar Installing: bundle-b1474.jar Installing: bundle-b1475.jar Installing: bundle-b1476.jar Installing: bundle-b1477.jar Installing: bundle-b1478.jar Installing: bundle-b1479.jar Installing: bundle-b1480.jar Installing: bundle-b1481.jar Installing: bundle-b1482.jar Installing: bundle-b1483.jar Installing: bundle-b1484.jar Installing: bundle-b1485.jar Installing: bundle-b1486.jar Installing: bundle-b1487.jar Installing: bundle-b1488.jar Installing: bundle-b1489.jar Installing: bundle-b1490.jar Installing: bundle-b1491.jar Installing: bundle-b1492.jar Installing: bundle-b1493.jar Installing: bundle-b1494.jar Installing: bundle-b1495.jar Installing: bundle-b1496.jar Installing: bundle-b1497.jar Installing: bundle-b1498.jar Installing: bundle-b1499.jar Installing: bundle-b1500.jar Installing: bundle-b1501.jar Installing: bundle-b1502.jar Installing: bundle-b1503.jar Installing: bundle-b1504.jar Installing: bundle-b1505.jar Installing: bundle-b1506.jar Installing: bundle-b1507.jar Installing: bundle-b1508.jar Installing: bundle-b1509.jar Installing: bundle-b1510.jar Installing: bundle-b1511.jar Installing: bundle-b1512.jar Installing: bundle-b1513.jar Installing: bundle-b1514.jar Installing: bundle-b1515.jar Installing: bundle-b1516.jar Installing: bundle-b1517.jar Installing: bundle-b1518.jar Installing: bundle-b1519.jar Installing: bundle-b1520.jar Installing: bundle-b1521.jar Installing: bundle-b1522.jar Installing: bundle-b1523.jar Installing: bundle-b1524.jar Installing: bundle-b1525.jar Installing: bundle-b1526.jar Installing: bundle-b1527.jar Installing: bundle-b1528.jar Installing: bundle-b1529.jar Installing: bundle-b1530.jar Installing: bundle-b1531.jar Installing: bundle-b1532.jar Installing: bundle-b1533.jar Installing: bundle-b1534.jar Installing: bundle-b1535.jar Installing: bundle-b1536.jar Installing: bundle-b1537.jar Installing: bundle-b1538.jar Installing: bundle-b1539.jar Installing: bundle-b1540.jar Installing: bundle-b1541.jar Installing: bundle-b1542.jar Installing: bundle-b1543.jar Installing: bundle-b1544.jar Installing: bundle-b1545.jar Installing: bundle-b1546.jar Installing: bundle-b1547.jar Installing: bundle-b1548.jar Installing: bundle-b1549.jar Installing: bundle-b1550.jar Installing: bundle-b1551.jar Installing: bundle-b1552.jar Installing: bundle-b1553.jar Installing: bundle-b1554.jar Installing: bundle-b1555.jar Installing: bundle-b1556.jar Installing: bundle-b1557.jar Installing: bundle-b1558.jar Installing: bundle-b1559.jar Installing: bundle-b1560.jar Installing: bundle-b1561.jar Installing: bundle-b1562.jar Installing: bundle-b1563.jar Installing: bundle-b1564.jar Installing: bundle-b1565.jar Installing: bundle-b1566.jar Installing: bundle-b1567.jar Installing: bundle-b1568.jar Installing: bundle-b1569.jar Installing: bundle-b1570.jar Installing: bundle-b1571.jar Installing: bundle-b1572.jar Installing: bundle-b1573.jar Installing: bundle-b1574.jar Installing: bundle-b1575.jar Installing: bundle-b1576.jar Installing: bundle-b1577.jar Installing: bundle-b1578.jar Installing: bundle-b1579.jar Installing: bundle-b1580.jar Installing: bundle-b1581.jar Installing: bundle-b1582.jar Installing: bundle-b1583.jar Installing: bundle-b1584.jar Installing: bundle-b1585.jar Installing: bundle-b1586.jar Installing: bundle-b1587.jar Installing: bundle-b1588.jar Installing: bundle-b1589.jar Installing: bundle-b1590.jar Installing: bundle-b1591.jar Installing: bundle-b1592.jar Installing: bundle-b1593.jar Installing: bundle-b1594.jar Installing: bundle-b1595.jar Installing: bundle-b1596.jar Installing: bundle-b1597.jar Installing: bundle-b1598.jar Installing: bundle-b1599.jar Installing: bundle-b1600.jar Installing: bundle-b1601.jar Installing: bundle-b1602.jar Installing: bundle-b1603.jar Installing: bundle-b1604.jar Installing: bundle-b1605.jar Installing: bundle-b1606.jar Installing: bundle-b1607.jar Installing: bundle-b1608.jar Installing: bundle-b1609.jar Installing: bundle-b1610.jar Installing: bundle-b1611.jar Installing: bundle-b1612.jar Installing: bundle-b1613.jar Installing: bundle-b1614.jar Installing: bundle-b1615.jar Installing: bundle-b1616.jar Installing: bundle-b1617.jar Installing: bundle-b1618.jar Installing: bundle-b1619.jar Installing: bundle-b1620.jar Installing: bundle-b1621.jar Installing: bundle-b1622.jar Installing: bundle-b1623.jar Installing: bundle-b1624.jar Installing: bundle-b1625.jar Installing: bundle-b1626.jar Installing: bundle-b1627.jar Installing: bundle-b1628.jar Installing: bundle-b1629.jar Installing: bundle-b1630.jar Installing: bundle-b1631.jar Installing: bundle-b1632.jar Installing: bundle-b1633.jar Installing: bundle-b1634.jar Installing: bundle-b1635.jar Installing: bundle-b1636.jar Installing: bundle-b1637.jar Installing: bundle-b1638.jar Installing: bundle-b1639.jar Installing: bundle-b1640.jar Installing: bundle-b1641.jar Installing: bundle-b1642.jar Installing: bundle-b1643.jar Installing: bundle-b1644.jar Installing: bundle-b1645.jar Installing: bundle-b1646.jar Installing: bundle-b1647.jar Installing: bundle-b1648.jar Installing: bundle-b1649.jar Installing: bundle-b1650.jar Installing: bundle-b1651.jar Installing: bundle-b1652.jar Installing: bundle-b1653.jar Installing: bundle-b1654.jar Installing: bundle-b1655.jar Installing: bundle-b1656.jar Installing: bundle-b1657.jar Installing: bundle-b1658.jar Installing: bundle-b1659.jar Installing: bundle-b1660.jar Installing: bundle-b1661.jar Installing: bundle-b1662.jar Installing: bundle-b1663.jar Installing: bundle-b1664.jar Installing: bundle-b1665.jar Installing: bundle-b1666.jar Installing: bundle-b1667.jar Installing: bundle-b1668.jar Installing: bundle-b1669.jar Installing: bundle-b1670.jar Installing: bundle-b1671.jar Installing: bundle-b1672.jar Installing: bundle-b1673.jar Installing: bundle-b1674.jar Installing: bundle-b1675.jar Installing: bundle-b1676.jar Installing: bundle-b1677.jar Installing: bundle-b1678.jar Installing: bundle-b1679.jar Installing: bundle-b1680.jar Installing: bundle-b1681.jar Installing: bundle-b1682.jar Installing: bundle-b1683.jar Installing: bundle-b1684.jar Installing: bundle-b1685.jar Installing: bundle-b1686.jar Installing: bundle-b1687.jar Installing: bundle-b1688.jar Installing: bundle-b1689.jar Installing: bundle-b1690.jar Installing: bundle-b1691.jar Installing: bundle-b1692.jar Installing: bundle-b1693.jar Installing: bundle-b1694.jar Installing: bundle-b1695.jar Installing: bundle-b1696.jar Installing: bundle-b1697.jar Installing: bundle-b1698.jar Installing: bundle-b1699.jar Installing: bundle-b1700.jar Installing: bundle-b1701.jar Installing: bundle-b1702.jar Installing: bundle-b1703.jar Installing: bundle-b1704.jar Installing: bundle-b1705.jar Installing: bundle-b1706.jar Installing: bundle-b1707.jar Installing: bundle-b1708.jar Installing: bundle-b1709.jar Installing: bundle-b1710.jar Installing: bundle-b1711.jar Installing: bundle-b1712.jar Installing: bundle-b1713.jar Installing: bundle-b1714.jar Installing: bundle-b1715.jar Installing: bundle-b1716.jar Installing: bundle-b1717.jar Installing: bundle-b1718.jar Installing: bundle-b1719.jar Installing: bundle-b1720.jar Installing: bundle-b1721.jar Installing: bundle-b1722.jar Installing: bundle-b1723.jar Installing: bundle-b1724.jar Installing: bundle-b1725.jar Installing: bundle-b1726.jar Installing: bundle-b1727.jar Installing: bundle-b1728.jar Installing: bundle-b1729.jar Installing: bundle-b1730.jar Installing: bundle-b1731.jar Installing: bundle-b1732.jar Installing: bundle-b1733.jar Installing: bundle-b1734.jar Installing: bundle-b1735.jar Installing: bundle-b1736.jar Installing: bundle-b1737.jar Installing: bundle-b1738.jar Installing: bundle-b1739.jar Installing: bundle-b1740.jar Installing: bundle-b1741.jar Installing: bundle-b1742.jar Installing: bundle-b1743.jar Installing: bundle-b1744.jar Installing: bundle-b1745.jar Installing: bundle-b1746.jar Installing: bundle-b1747.jar Installing: bundle-b1748.jar Installing: bundle-b1749.jar Installing: bundle-b1750.jar Installing: bundle-b1751.jar Installing: bundle-b1752.jar Installing: bundle-b1753.jar Installing: bundle-b1754.jar Installing: bundle-b1755.jar Installing: bundle-b1756.jar Installing: bundle-b1757.jar Installing: bundle-b1758.jar Installing: bundle-b1759.jar Installing: bundle-b1760.jar Installing: bundle-b1761.jar Installing: bundle-b1762.jar Installing: bundle-b1763.jar Installing: bundle-b1764.jar Installing: bundle-b1765.jar Installing: bundle-b1766.jar Installing: bundle-b1767.jar Installing: bundle-b1768.jar Installing: bundle-b1769.jar Installing: bundle-b1770.jar Installing: bundle-b1771.jar Installing: bundle-b1772.jar Installing: bundle-b1773.jar Installing: bundle-b1774.jar Installing: bundle-b1775.jar Installing: bundle-b1776.jar Installing: bundle-b1777.jar Installing: bundle-b1778.jar Installing: bundle-b1779.jar Installing: bundle-b1780.jar Installing: bundle-b1781.jar Installing: bundle-b1782.jar Installing: bundle-b1783.jar Installing: bundle-b1784.jar Installing: bundle-b1785.jar Installing: bundle-b1786.jar Installing: bundle-b1787.jar Installing: bundle-b1788.jar Installing: bundle-b1789.jar Installing: bundle-b1790.jar Installing: bundle-b1791.jar Installing: bundle-b1792.jar Installing: bundle-b1793.jar Installing: bundle-b1794.jar Installing: bundle-b1795.jar Installing: bundle-b1796.jar Installing: bundle-b1797.jar Installing: bundle-b1798.jar Installing: bundle-b1799.jar Installing: bundle-b1800.jar Installing: bundle-b1801.jar Installing: bundle-b1802.jar Installing: bundle-b1803.jar Installing: bundle-b1804.jar Installing: bundle-b1805.jar Installing: bundle-b1806.jar Installing: bundle-b1807.jar Installing: bundle-b1808.jar Installing: bundle-b1809.jar Installing: bundle-b1810.jar Installing: bundle-b1811.jar Installing: bundle-b1812.jar Installing: bundle-b1813.jar Installing: bundle-b1814.jar Installing: bundle-b1815.jar Installing: bundle-b1816.jar Installing: bundle-b1817.jar Installing: bundle-b1818.jar Installing: bundle-b1819.jar Installing: bundle-b1820.jar Installing: bundle-b1821.jar Installing: bundle-b1822.jar Installing: bundle-b1823.jar Installing: bundle-b1824.jar Installing: bundle-b1825.jar Installing: bundle-b1826.jar Installing: bundle-b1827.jar Installing: bundle-b1828.jar Installing: bundle-b1829.jar Installing: bundle-b1830.jar Installing: bundle-b1831.jar Installing: bundle-b1832.jar Installing: bundle-b1833.jar Installing: bundle-b1834.jar Installing: bundle-b1835.jar Installing: bundle-b1836.jar Installing: bundle-b1837.jar Installing: bundle-b1838.jar Installing: bundle-b1839.jar Installing: bundle-b1840.jar Installing: bundle-b1841.jar Installing: bundle-b1842.jar Installing: bundle-b1843.jar Installing: bundle-b1844.jar Installing: bundle-b1845.jar Installing: bundle-b1846.jar Installing: bundle-b1847.jar Installing: bundle-b1848.jar Installing: bundle-b1849.jar Installing: bundle-b1850.jar Installing: bundle-b1851.jar Installing: bundle-b1852.jar Installing: bundle-b1853.jar Installing: bundle-b1854.jar Installing: bundle-b1855.jar Installing: bundle-b1856.jar Installing: bundle-b1857.jar Installing: bundle-b1858.jar Installing: bundle-b1859.jar Installing: bundle-b1860.jar Installing: bundle-b1861.jar Installing: bundle-b1862.jar Installing: bundle-b1863.jar Installing: bundle-b1864.jar Installing: bundle-b1865.jar Installing: bundle-b1866.jar Installing: bundle-b1867.jar Installing: bundle-b1868.jar Installing: bundle-b1869.jar Installing: bundle-b1870.jar Installing: bundle-b1871.jar Installing: bundle-b1872.jar Installing: bundle-b1873.jar Installing: bundle-b1874.jar Installing: bundle-b1875.jar Installing: bundle-b1876.jar Installing: bundle-b1877.jar Installing: bundle-b1878.jar Installing: bundle-b1879.jar Installing: bundle-b1880.jar Installing: bundle-b1881.jar Installing: bundle-b1882.jar Installing: bundle-b1883.jar Installing: bundle-b1884.jar Installing: bundle-b1885.jar Installing: bundle-b1886.jar Installing: bundle-b1887.jar Installing: bundle-b1888.jar Installing: bundle-b1889.jar Installing: bundle-b1890.jar Installing: bundle-b1891.jar Installing: bundle-b1892.jar Installing: bundle-b1893.jar Installing: bundle-b1894.jar Installing: bundle-b1895.jar Installing: bundle-b1896.jar Installing: bundle-b1897.jar Installing: bundle-b1898.jar Installing: bundle-b1899.jar Installing: bundle-b1900.jar Installing: bundle-b1901.jar Installing: bundle-b1902.jar Installing: bundle-b1903.jar Installing: bundle-b1904.jar Installing: bundle-b1905.jar Installing: bundle-b1906.jar Installing: bundle-b1907.jar Installing: bundle-b1908.jar Installing: bundle-b1909.jar Installing: bundle-b1910.jar Installing: bundle-b1911.jar Installing: bundle-b1912.jar Installing: bundle-b1913.jar Installing: bundle-b1914.jar Installing: bundle-b1915.jar Installing: bundle-b1916.jar Installing: bundle-b1917.jar Installing: bundle-b1918.jar Installing: bundle-b1919.jar Installing: bundle-b1920.jar Installing: bundle-b1921.jar Installing: bundle-b1922.jar Installing: bundle-b1923.jar Installing: bundle-b1924.jar Installing: bundle-b1925.jar Installing: bundle-b1926.jar Installing: bundle-b1927.jar Installing: bundle-b1928.jar Installing: bundle-b1929.jar Installing: bundle-b1930.jar Installing: bundle-b1931.jar Installing: bundle-b1932.jar Installing: bundle-b1933.jar Installing: bundle-b1934.jar Installing: bundle-b1935.jar Installing: bundle-b1936.jar Installing: bundle-b1937.jar Installing: bundle-b1938.jar Installing: bundle-b1939.jar Installing: bundle-b1940.jar Installing: bundle-b1941.jar Installing: bundle-b1942.jar Installing: bundle-b1943.jar Installing: bundle-b1944.jar Installing: bundle-b1945.jar Installing: bundle-b1946.jar Installing: bundle-b1947.jar Installing: bundle-b1948.jar Installing: bundle-b1949.jar Installing: bundle-b1950.jar Installing: bundle-b1951.jar Installing: bundle-b1952.jar Installing: bundle-b1953.jar Installing: bundle-b1954.jar Installing: bundle-b1955.jar Installing: bundle-b1956.jar Installing: bundle-b1957.jar Installing: bundle-b1958.jar Installing: bundle-b1959.jar Installing: bundle-b1960.jar Installing: bundle-b1961.jar Installing: bundle-b1962.jar Installing: bundle-b1963.jar Installing: bundle-b1964.jar Installing: bundle-b1965.jar Installing: bundle-b1966.jar Installing: bundle-b1967.jar Installing: bundle-b1968.jar Installing: bundle-b1969.jar Installing: bundle-b1970.jar Installing: bundle-b1971.jar Installing: bundle-b1972.jar Installing: bundle-b1973.jar Installing: bundle-b1974.jar Installing: bundle-b1975.jar Installing: bundle-b1976.jar Installing: bundle-b1977.jar Installing: bundle-b1978.jar Installing: bundle-b1979.jar Installing: bundle-b1980.jar Installing: bundle-b1981.jar Installing: bundle-b1982.jar Installing: bundle-b1983.jar Installing: bundle-b1984.jar Installing: bundle-b1985.jar Installing: bundle-b1986.jar Installing: bundle-b1987.jar Installing: bundle-b1988.jar Installing: bundle-b1989.jar Installing: bundle-b1990.jar Installing: bundle-b1991.jar Installing: bundle-b1992.jar Installing: bundle-b1993.jar Installing: bundle-b1994.jar Installing: bundle-b1995.jar Installing: bundle-b1996.jar Installing: bundle-b1997.jar Installing: bundle-b1998.jar Installing: bundle-b1999.jar Time to resolve: 16934 SchemaFactory with TCCL: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory !SESSION 2024-03-01 10:07:46.494 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi 2 0 2024-03-01 10:07:46.494 !MESSAGE The property 'osgi.configuration.area' with the value '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/63/data/testOverrideEquinoxConfigAreaProp-override' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/63/data/testOverrideEquinoxConfigAreaProp'. !STACK 0 java.lang.IllegalArgumentException: The property 'osgi.configuration.area' with the value '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/63/data/testOverrideEquinoxConfigAreaProp-override' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/63/data/testOverrideEquinoxConfigAreaProp'. at org.eclipse.osgi.internal.location.EquinoxLocations.(EquinoxLocations.java:91) at org.eclipse.osgi.internal.framework.EquinoxConfiguration.(EquinoxConfiguration.java:585) at org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:99) at org.eclipse.osgi.launch.Equinox.(Equinox.java:53) at org.eclipse.osgi.launch.Equinox.(Equinox.java:46) at org.eclipse.osgi.tests.bundles.SystemBundleTests.testOverrideEquinoxConfigAreaProp(SystemBundleTests.java:2344) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Start time: 113 Stop time: 13 about to start thread about to join the thread about to load Class1 loaded Class1 30069 after joining thread osgi.lazystart.d.DTest@3a679a9f chain.test.b.BMultiChain1 testBug490902: Initial load test. testBug490902: Delaying now ... testBug490902: Second load test. testBug490902: About to interrupt:Second load test thread. testBug490902: Done delaying. Doing 0 Doing 1 Doing 2 Doing 3 Doing 4 Doing 5 Doing 6 Doing 7 Doing 8 Doing 9 Doing 10 Doing 11 Doing 12 Doing 13 Doing 14 Doing 15 Doing 16 Doing 17 Doing 18 Doing 19 Doing 20 Doing 21 Doing 22 Doing 23 Doing 24 Doing 25 Doing 26 Doing 27 Doing 28 Doing 29 Doing 30 Doing 31 Doing 32 Doing 33 Doing 34 Doing 35 Doing 36 Doing 37 Doing 38 Doing 39 Doing 40 Doing 41 Doing 42 Doing 43 Doing 44 Doing 45 Doing 46 Doing 47 Doing 48 Doing 49 Doing 50 Doing 51 Doing 52 Doing 53 Doing 54 Doing 55 Doing 56 Doing 57 Doing 58 Doing 59 Doing 60 Doing 61 Doing 62 Doing 63 Doing 64 Doing 65 Doing 66 Doing 67 Doing 68 Doing 69 Doing 70 Doing 71 Doing 72 Doing 73 Doing 74 Doing 75 Doing 76 Doing 77 Doing 78 Doing 79 Doing 80 Doing 81 Doing 82 Doing 83 Doing 84 Doing 85 Doing 86 Doing 87 Doing 88 Doing 89 Doing 90 Doing 91 Doing 92 Doing 93 Doing 94 Doing 95 Doing 96 Doing 97 Doing 98 Doing 99 Doing 100 Doing 101 Doing 102 Doing 103 Doing 104 Doing 105 Doing 106 Doing 107 Doing 108 Doing 109 Doing 110 Doing 111 Doing 112 Doing 113 Doing 114 Doing 115 Doing 116 Doing 117 Doing 118 Doing 119 Doing 120 Doing 121 Doing 122 Doing 123 Doing 124 Doing 125 Doing 126 Doing 127 Doing 128 Doing 129 Doing 130 Doing 131 Doing 132 Doing 133 Doing 134 Doing 135 Doing 136 Doing 137 Doing 138 Doing 139 Doing 140 Doing 141 Doing 142 Doing 143 Doing 144 Doing 145 Doing 146 Doing 147 Doing 148 Doing 149 Doing 150 Doing 151 Doing 152 Doing 153 Doing 154 Doing 155 Doing 156 Doing 157 Doing 158 Doing 159 Doing 160 Doing 161 Doing 162 Doing 163 Doing 164 Doing 165 Doing 166 Doing 167 Doing 168 Doing 169 Doing 170 Doing 171 Doing 172 Doing 173 Doing 174 Doing 175 Doing 176 Doing 177 Doing 178 Doing 179 Doing 180 Doing 181 Doing 182 Doing 183 Doing 184 Doing 185 Doing 186 Doing 187 Doing 188 Doing 189 Doing 190 Doing 191 Doing 192 Doing 193 Doing 194 Doing 195 Doing 196 Doing 197 Doing 198 Doing 199 Doing 200 Doing 201 Doing 202 Doing 203 Doing 204 Doing 205 Doing 206 Doing 207 Doing 208 Doing 209 Doing 210 Doing 211 Doing 212 Doing 213 Doing 214 Doing 215 Doing 216 Doing 217 Doing 218 Doing 219 Doing 220 Doing 221 Doing 222 Doing 223 Doing 224 Doing 225 Doing 226 Doing 227 Doing 228 Doing 229 Doing 230 Doing 231 Doing 232 Doing 233 Doing 234 Doing 235 Doing 236 Doing 237 Doing 238 Doing 239 Doing 240 Doing 241 Doing 242 Doing 243 Doing 244 Doing 245 Doing 246 Doing 247 Doing 248 Doing 249 Doing 250 Doing 251 Doing 252 Doing 253 Doing 254 Doing 255 Doing 256 Doing 257 Doing 258 Doing 259 Doing 260 Doing 261 Doing 262 Doing 263 Doing 264 Doing 265 Doing 266 Doing 267 Doing 268 Doing 269 Doing 270 Doing 271 Doing 272 Doing 273 Doing 274 Doing 275 Doing 276 Doing 277 Doing 278 Doing 279 Doing 280 Doing 281 Doing 282 Doing 283 Doing 284 Doing 285 Doing 286 Doing 287 Doing 288 Doing 289 Doing 290 Doing 291 Doing 292 Doing 293 Doing 294 Doing 295 Doing 296 Doing 297 Doing 298 Doing 299 Doing 300 Doing 301 Doing 302 Doing 303 Doing 304 Doing 305 Doing 306 Doing 307 Doing 308 Doing 309 Doing 310 Doing 311 Doing 312 Doing 313 Doing 314 Doing 315 Doing 316 Doing 317 Doing 318 Doing 319 Doing 320 Doing 321 Doing 322 Doing 323 Doing 324 Doing 325 Doing 326 Doing 327 Doing 328 Doing 329 Doing 330 Doing 331 Doing 332 Doing 333 Doing 334 Doing 335 Doing 336 Doing 337 Doing 338 Doing 339 Doing 340 Doing 341 Doing 342 Doing 343 Doing 344 Doing 345 Doing 346 Doing 347 Doing 348 Doing 349 Doing 350 Doing 351 Doing 352 Doing 353 Doing 354 Doing 355 Doing 356 Doing 357 Doing 358 Doing 359 Doing 360 Doing 361 Doing 362 Doing 363 Doing 364 Doing 365 Doing 366 Doing 367 Doing 368 Doing 369 Doing 370 Doing 371 Doing 372 Doing 373 Doing 374 Doing 375 Doing 376 Doing 377 Doing 378 Doing 379 Doing 380 Doing 381 Doing 382 Doing 383 Doing 384 Doing 385 Doing 386 Doing 387 Doing 388 Doing 389 Doing 390 Doing 391 Doing 392 Doing 393 Doing 394 Doing 395 Doing 396 Doing 397 Doing 398 Doing 399 Doing 400 Doing 401 Doing 402 Doing 403 Doing 404 Doing 405 Doing 406 Doing 407 Doing 408 Doing 409 Doing 410 Doing 411 Doing 412 Doing 413 Doing 414 Doing 415 Doing 416 Doing 417 Doing 418 Doing 419 Doing 420 Doing 421 Doing 422 Doing 423 Doing 424 Doing 425 Doing 426 Doing 427 Doing 428 Doing 429 Doing 430 Doing 431 Doing 432 Doing 433 Doing 434 Doing 435 Doing 436 Doing 437 Doing 438 Doing 439 Doing 440 Doing 441 Doing 442 Doing 443 Doing 444 Doing 445 Doing 446 Doing 447 Doing 448 Doing 449 Doing 450 Doing 451 Doing 452 Doing 453 Doing 454 Doing 455 Doing 456 Doing 457 Doing 458 Doing 459 Doing 460 Doing 461 Doing 462 Doing 463 Doing 464 Doing 465 Doing 466 Doing 467 Doing 468 Doing 469 Doing 470 Doing 471 Doing 472 Doing 473 Doing 474 Doing 475 Doing 476 Doing 477 Doing 478 Doing 479 Doing 480 Doing 481 Doing 482 Doing 483 Doing 484 Doing 485 Doing 486 Doing 487 Doing 488 Doing 489 Doing 490 Doing 491 Doing 492 Doing 493 Doing 494 Doing 495 Doing 496 Doing 497 Doing 498 Doing 499 Doing 500 Doing 501 Doing 502 Doing 503 Doing 504 Doing 505 Doing 506 Doing 507 Doing 508 Doing 509 Doing 510 Doing 511 Doing 512 Doing 513 Doing 514 Doing 515 Doing 516 Doing 517 Doing 518 Doing 519 Doing 520 Doing 521 Doing 522 Doing 523 Doing 524 Doing 525 Doing 526 Doing 527 Doing 528 Doing 529 Doing 530 Doing 531 Doing 532 Doing 533 Doing 534 Doing 535 Doing 536 Doing 537 Doing 538 Doing 539 Doing 540 Doing 541 Doing 542 Doing 543 Doing 544 Doing 545 Doing 546 Doing 547 Doing 548 Doing 549 Doing 550 Doing 551 Doing 552 Doing 553 Doing 554 Doing 555 Doing 556 Doing 557 Doing 558 Doing 559 Doing 560 Doing 561 Doing 562 Doing 563 Doing 564 Doing 565 Doing 566 Doing 567 Doing 568 Doing 569 Doing 570 Doing 571 Doing 572 Doing 573 Doing 574 Doing 575 Doing 576 Doing 577 Doing 578 Doing 579 Doing 580 Doing 581 Doing 582 Doing 583 Doing 584 Doing 585 Doing 586 Doing 587 Doing 588 Doing 589 Doing 590 Doing 591 Doing 592 Doing 593 Doing 594 Doing 595 Doing 596 Doing 597 Doing 598 Doing 599 Doing 600 Doing 601 Doing 602 Doing 603 Doing 604 Doing 605 Doing 606 Doing 607 Doing 608 Doing 609 Doing 610 Doing 611 Doing 612 Doing 613 Doing 614 Doing 615 Doing 616 Doing 617 Doing 618 Doing 619 Doing 620 Doing 621 Doing 622 Doing 623 Doing 624 Doing 625 Doing 626 Doing 627 Doing 628 Doing 629 Doing 630 Doing 631 Doing 632 Doing 633 Doing 634 Doing 635 Doing 636 Doing 637 Doing 638 Doing 639 Doing 640 Doing 641 Doing 642 Doing 643 Doing 644 Doing 645 Doing 646 Doing 647 Doing 648 Doing 649 Doing 650 Doing 651 Doing 652 Doing 653 Doing 654 Doing 655 Doing 656 Doing 657 Doing 658 Doing 659 Doing 660 Doing 661 Doing 662 Doing 663 Doing 664 Doing 665 Doing 666 Doing 667 Doing 668 Doing 669 Doing 670 Doing 671 Doing 672 Doing 673 Doing 674 Doing 675 Doing 676 Doing 677 Doing 678 Doing 679 Doing 680 Doing 681 Doing 682 Doing 683 Doing 684 Doing 685 Doing 686 Doing 687 Doing 688 Doing 689 Doing 690 Doing 691 Doing 692 Doing 693 Doing 694 Doing 695 Doing 696 Doing 697 Doing 698 Doing 699 Doing 700 Doing 701 Doing 702 Doing 703 Doing 704 Doing 705 Doing 706 Doing 707 Doing 708 Doing 709 Doing 710 Doing 711 Doing 712 Doing 713 Doing 714 Doing 715 Doing 716 Doing 717 Doing 718 Doing 719 Doing 720 Doing 721 Doing 722 Doing 723 Doing 724 Doing 725 Doing 726 Doing 727 Doing 728 Doing 729 Doing 730 Doing 731 Doing 732 Doing 733 Doing 734 Doing 735 Doing 736 Doing 737 Doing 738 Doing 739 Doing 740 Doing 741 Doing 742 Doing 743 Doing 744 Doing 745 Doing 746 Doing 747 Doing 748 Doing 749 Doing 750 Doing 751 Doing 752 Doing 753 Doing 754 Doing 755 Doing 756 Doing 757 Doing 758 Doing 759 Doing 760 Doing 761 Doing 762 Doing 763 Doing 764 Doing 765 Doing 766 Doing 767 Doing 768 Doing 769 Doing 770 Doing 771 Doing 772 Doing 773 Doing 774 Doing 775 Doing 776 Doing 777 Doing 778 Doing 779 Doing 780 Doing 781 Doing 782 Doing 783 Doing 784 Doing 785 Doing 786 Doing 787 Doing 788 Doing 789 Doing 790 Doing 791 Doing 792 Doing 793 Doing 794 Doing 795 Doing 796 Doing 797 Doing 798 Doing 799 Doing 800 Doing 801 Doing 802 Doing 803 Doing 804 Doing 805 Doing 806 Doing 807 Doing 808 Doing 809 Doing 810 Doing 811 Doing 812 Doing 813 Doing 814 Doing 815 Doing 816 Doing 817 Doing 818 Doing 819 Doing 820 Doing 821 Doing 822 Doing 823 Doing 824 Doing 825 Doing 826 Doing 827 Doing 828 Doing 829 Doing 830 Doing 831 Doing 832 Doing 833 Doing 834 Doing 835 Doing 836 Doing 837 Doing 838 Doing 839 Doing 840 Doing 841 Doing 842 Doing 843 Doing 844 Doing 845 Doing 846 Doing 847 Doing 848 Doing 849 Doing 850 Doing 851 Doing 852 Doing 853 Doing 854 Doing 855 Doing 856 Doing 857 Doing 858 Doing 859 Doing 860 Doing 861 Doing 862 Doing 863 Doing 864 Doing 865 Doing 866 Doing 867 Doing 868 Doing 869 Doing 870 Doing 871 Doing 872 Doing 873 Doing 874 Doing 875 Doing 876 Doing 877 Doing 878 Doing 879 Doing 880 Doing 881 Doing 882 Doing 883 Doing 884 Doing 885 Doing 886 Doing 887 Doing 888 Doing 889 Doing 890 Doing 891 Doing 892 Doing 893 Doing 894 Doing 895 Doing 896 Doing 897 Doing 898 Doing 899 Doing 900 Doing 901 Doing 902 Doing 903 Doing 904 Doing 905 Doing 906 Doing 907 Doing 908 Doing 909 Doing 910 Doing 911 Doing 912 Doing 913 Doing 914 Doing 915 Doing 916 Doing 917 Doing 918 Doing 919 Doing 920 Doing 921 Doing 922 Doing 923 Doing 924 Doing 925 Doing 926 Doing 927 Doing 928 Doing 929 Doing 930 Doing 931 Doing 932 Doing 933 Doing 934 Doing 935 Doing 936 Doing 937 Doing 938 Doing 939 Doing 940 Doing 941 Doing 942 Doing 943 Doing 944 Doing 945 Doing 946 Doing 947 Doing 948 Doing 949 Doing 950 Doing 951 Doing 952 Doing 953 Doing 954 Doing 955 Doing 956 Doing 957 Doing 958 Doing 959 Doing 960 Doing 961 Doing 962 Doing 963 Doing 964 Doing 965 Doing 966 Doing 967 Doing 968 Doing 969 Doing 970 Doing 971 Doing 972 Doing 973 Doing 974 Doing 975 Doing 976 Doing 977 Doing 978 Doing 979 Doing 980 Doing 981 Doing 982 Doing 983 Doing 984 Doing 985 Doing 986 Doing 987 Doing 988 Doing 989 Doing 990 Doing 991 Doing 992 Doing 993 Doing 994 Doing 995 Doing 996 Doing 997 Doing 998 Doing 999 WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.internal.framework.SystemBundleActivator (file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.19.0-SNAPSHOT.jar) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.framework.SystemBundleActivator WARNING: System::setSecurityManager will be removed in a future release WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests (file:/home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/classes/) WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests WARNING: System::setSecurityManager will be removed in a future release Tests run: 1183, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 523.0 s -- in org.eclipse.osgi.tests.AutomatedTests org.eclipse.osgi.tests.container.TestModuleContainer.testOptionalSubstituted -- Time elapsed: 0.007 s org.eclipse.osgi.tests.container.TestModuleContainer.testPersistence -- Time elapsed: 0.008 s org.eclipse.osgi.tests.container.TestModuleContainer.testUpdateCollision01 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testUpdateCollision02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testUpdateCollision03 -- Time elapsed: 0 s org.eclipse.osgi.tests.container.TestModuleContainer.testModuleWiringLookup -- Time elapsed: 0.023 s org.eclipse.osgi.tests.container.TestModuleContainer.testDisableStartOnResolve -- Time elapsed: 0.006 s org.eclipse.osgi.tests.container.TestModuleContainer.testStartDeadLock -- Time elapsed: 2.030 s org.eclipse.osgi.tests.container.TestModuleContainer.testResolveDeadlock -- Time elapsed: 6.004 s org.eclipse.osgi.tests.container.TestModuleContainer.testCompatProvidePackage -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testCompatOptional -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicImportMiss01 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutionWithMoreThan2Providers -- Time elapsed: 0.048 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsStartRefresh -- Time elapsed: 0.004 s org.eclipse.osgi.tests.container.TestModuleContainer.testUnresolvedHostWithFragmentCycle -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleFragmentsWithNonEffectiveCapsReqs -- Time elapsed: 0.004 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses1 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses2 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses3 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses4 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.container.TestModuleContainer.testExecutionEnvironment -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleOnDemandFragments -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testModuleIDSetting -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testBadPackageVersion -- Time elapsed: 0 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutableExportBatch -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testNativeWithFilterChars -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testModuleContainerCreate -- Time elapsed: 0 s org.eclipse.osgi.tests.container.TestModuleContainer.testCompatSingleton -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testR3 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleFragmentsPackageImport -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testMultipleSystemBundleFragmentsWithSameName -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testStartLevelDeadlock -- Time elapsed: 6.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testSettings01 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleFragmentDisableResolution -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testMultiHostFragmentWithOverlapImport -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsStartLevelBeginningAt100 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.container.TestModuleContainer.testMultiHost -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testUsesTimeout -- Time elapsed: 6.679 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleFragmentsNonPayloadRequirements -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testUsesWithRequireReexport -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutableExport -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicWithExport -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testInvalidAttributes -- Time elapsed: 0 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses5Importer -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testTimestampSeeding -- Time elapsed: 0.206 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsResolved -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses5Requirer -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSimpleUnResolveable -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testBadNativeCode -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testModuleWiringToString -- Time elapsed: 0 s org.eclipse.osgi.tests.container.TestModuleContainer.testBug457118 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleFragmentRequiresOtherFragmentFailResolution -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testBug483849 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testRemovalPending -- Time elapsed: 0.007 s org.eclipse.osgi.tests.container.TestModuleContainer.testRequireBundleUses -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicImport01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicImport02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicImport03 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicImport04 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicImport05 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicImport06 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicImport07 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicImport08 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testCompatReprovide -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsStart -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutableExports01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutableExports02 -- Time elapsed: 0.013 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutableExports03 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutableExports04 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsStartLevelBeginningAt1 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.container.TestModuleContainer.testMultiCardinalityUses -- Time elapsed: 0.008 s org.eclipse.osgi.tests.container.TestModuleContainer.testSplitPackageUses01 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.container.TestModuleContainer.testInstallCollision01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testInstallCollision02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testStoreInvalidAttributes -- Time elapsed: 0.004 s org.eclipse.osgi.tests.container.TestModuleContainer.testFragments01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testFragments02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testStaticSubstituted -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testMissingHost -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleFragmentRequiresOtherFragment -- Time elapsed: 0 s org.eclipse.osgi.tests.container.TestModuleContainer.testSimpleResolve -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleFragmentsWithPayloadRequirements -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testStartOnResolve -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testUTF8LineContinuation -- Time elapsed: 0.257 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsRefresh -- Time elapsed: 0.006 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses6FragConflicts -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testCycleBug570984 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testAliasBundleNameReport -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses5ReqCap -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicWithOptionalImport -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testLazy01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses1Dynamic -- Time elapsed: 0.004 s org.eclipse.osgi.tests.container.TestModuleContainer.testPlatformFilter01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testPlatformFilter02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testRecurseResolutionPermits -- Time elapsed: 0.005 s org.eclipse.osgi.tests.container.TestModuleContainer.testSingleton01 -- Time elapsed: 0 s org.eclipse.osgi.tests.container.TestModuleContainer.testSingleton02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testSingleton03 -- Time elapsed: 0 s org.eclipse.osgi.tests.container.TestModuleContainer.testSingleton04 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsInstall -- Time elapsed: 0 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportListenerModule -- Time elapsed: 0 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportEntrySingletonSelectionLowestVersionResolved -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportEntrySingletonSelectionNoneResolved -- Time elapsed: 0 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportEntryFilteredByResolverHook -- Time elapsed: 0 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportListenerService -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportEntryMissingCapability -- Time elapsed: 0.004 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportEntrySingletonSelectionHighestVersionResolved -- Time elapsed: 0 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportEntryUnresolvedProvider01 -- Time elapsed: 0 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportEntryUnresolvedProvider02 -- Time elapsed: 0 s org.eclipse.osgi.tests.container.ModuleContainerUsageTest.testMultipleExecutionEnvironments -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.NamespaceListTest.testOutOfOrderNamespace -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.NamespaceListTest.testGetList -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListTest.testCreateBuilder -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListTest.testCreateEmptyList -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListTest.testIsEmpty -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveNamespaceIf_NamespaceMatches -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveAll_multipleElementsInMultipleNamsespacesAndSomeNotPresent -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAllFilteredAfterLastMatch_matchUpUntilTheMiddle -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testIteratorRemove_RemoveAllElements -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testIteratorRemove_removeOneElement -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAllFilteredAfterLastMatch_emptyNamespaceList -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveAll_listOfAllElementsInBuilder -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testTransformIntoCopy_emptyBuilder -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveIf_multipleMatches -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testBuild_subsequentModificationOfBuilder -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveIf_noMatches -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAllFilteredAfterLastMatch_noMatch -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemove_elementNotContainedInNamespaceList -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAllFiltered_notEmptyBuilder -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testClear -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testIteratorsElementSequence_empty -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testTransformIntoCopy_notEmptyBuilder -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAdd_multipleElements -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveNamespaceIf_NamespaceMatchesExpunging -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testIteratorRemove_NextNotCalled_IllegalStateException -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAll_namespaceList -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveElementsOfNamespaceIf_noMatch -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testIteratorsElementSequence_oneNamespace -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testBuild_notEmptyBuilder -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveElementsOfNamespaceIf_allElementsOfNamespaceMatch -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testBuild_emptyBuilder -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveElementsOfNamespaceIf_multipleMatches -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveNamespaceIf_NoNamespaceMatches -- Time elapsed: 0.018 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemove_emptyBuilder -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAll_emptyNamespaceList -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testIteratorsElementSequence_iterationBeyoundEndOfEmptyBuilder_NoSuchElementException -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAll_namespaceSortedList -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemove_argumentOfOtherClass -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveAll_emptyBuilder -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testGetNamespaceElements_notContainedNamespace -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemove_elementWithNotPresentNamespace -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAllFilteredAfterLastMatch_allElementsMatches -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAllFiltered_emptyBuilder -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemove_onlyElementOfNamspace -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAdd_singleElement -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAll_builderArgument -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testIteratorsElementSequence_multipleNamespace -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveElementsOfNamespaceIf_allElementsMatch -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testGetNamespaceElements_contaiendNamespace -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAllFiltered_allElementsOfNewNamespaceFiltered -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testIteratorRemove_RemoveTwice_IllegalStateException -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveIf_allMatches -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testCreate -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveAll_multipleElementsInMultipleNamsespaces -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemove_elementIsOneOfMultipleOfNamespace -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testGetNamespaceElements_nullNamespace -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveAll_emptyList -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testIteratorsElementSequence_iterationBeyoundEnd_NoSuchElementException -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveAll_argumentListOfOtherClass -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveElementsOfNamespaceIf_namespaceNotPresent -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAll_randomlySortedList -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAddAll_emptyList -- Time elapsed: 0 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetProvidedResourceWires_isModifiable -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetModuleCapabilities_isUnmodifiable -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetRequirements_isModifiable -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetResourceCapabilities_isModifiable -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetProvidedModuleWires_isUnmodifiable -- Time elapsed: 0 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetModuleRequirements_isUnmodifiable -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetRequiredWires_isModifiable -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetRequiredResourceWires_isModifiable -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetRequiredModuleWires_isUnmodifiable -- Time elapsed: 0 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetResourceRequirements_isModifiable -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetProvidedWires_isModifiable -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetCapabilities_isModifiable -- Time elapsed: 0.001 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testBundleNotDiscardedWhenClasspathStorageHookValidates -- Time elapsed: 0.310 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testAdaptModuleRevisionBuilder -- Time elapsed: 0.216 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testDeletingGenerationCalledUpdate -- Time elapsed: 0.235 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testHandleContent -- Time elapsed: 0.189 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testWrongStorageHookFactoryClassOnFrameworkRestart -- Time elapsed: 0.178 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testBundleDiscardedWhenClasspathStorageHookInvalidates -- Time elapsed: 0.226 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testFrameworkUtilHelper -- Time elapsed: 0.174 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testNullStorageHook -- Time elapsed: 0.203 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testDeletingGenerationCalledOnDiscard -- Time elapsed: 0.215 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testCleanOnFailLoad -- Time elapsed: 0.207 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testWrongStorageHookFactoryClassOnBundleInstall -- Time elapsed: 0.191 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testDeletingGenerationCalledUninstall -- Time elapsed: 0.173 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testWrongStorageHookFactoryClassOnBundleUpdate -- Time elapsed: 0.241 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRecursionFromClassLoadingHookNotSupported -- Time elapsed: 0.184 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testFilterClassPaths -- Time elapsed: 0.192 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRejectTransformationFromWeavingHook -- Time elapsed: 0.201 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRecursionFromClassLoadingHookIsSupported -- Time elapsed: 0.251 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testPreventResourceLoadFromClassLoadingHook -- Time elapsed: 0.196 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRejectTransformationFromClassLoadingHook -- Time elapsed: 0.219 s org.eclipse.osgi.tests.hooks.framework.BundleFileWrapperFactoryHookTests.testGetResourceURL -- Time elapsed: 0.186 s org.eclipse.osgi.tests.hooks.framework.ContextFinderTests.testContextClassLoaderNullLocal -- Time elapsed: 0.205 s org.eclipse.osgi.tests.hooks.framework.DevClassPathWithExtensionTests.testDevClassPathWithExtension -- Time elapsed: 0.308 s org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.testEmbeddedURLHandler -- Time elapsed: 0.238 s org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.testFrameworkClassLoaderWithNewURI -- Time elapsed: 0.220 s org.eclipse.osgi.tests.hooks.framework.ActivatorOrderTest.testActivatorOrder -- Time elapsed: 0.178 s org.eclipse.osgi.tests.hooks.framework.DevClassPathDuplicateTests.testDevClassPathWithExtension -- Time elapsed: 0.185 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstall2SingletonBundles -- Time elapsed: 0.033 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallLocationWithUnderscores -- Time elapsed: 0.023 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallBundleWithExtensionOnly -- Time elapsed: 0.002 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testStartError01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testStartError02 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallBundleWithExtensionAndExtensionPoint -- Time elapsed: 0.003 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallLocationWithSpaces -- Time elapsed: 0.003 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testUnsupportedOperation01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstall2NonSingletonBundles -- Time elapsed: 0.005 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallNoVersionManifest01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallBundleWithExtensionPointOnly -- Time elapsed: 0.002 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallInvalidManifest02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallInvalidManifest03 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallInvalidManifest04 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallInvalidManifest05 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.eclipseadaptor.EnvironmentInfoTest.testAIX -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.EnvironmentInfoTest.testQNX -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.EnvironmentInfoTest.testZSeries -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.EnvironmentInfoTest.testLinux -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.EnvironmentInfoTest.testHPUX -- Time elapsed: 0.001 s org.eclipse.osgi.tests.eclipseadaptor.EnvironmentInfoTest.testISeries -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.EnvironmentInfoTest.testWindows -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.EnvironmentInfoTest.testMacOSX -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.EnvironmentInfoTest.testSolaris -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.FilePathTest.testColonOnPath -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testThreeLetterValidLanguage -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testInvalidThreeLetterCountry -- Time elapsed: 0.001 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testValidCountryVariant -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testValidLanguage -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testValidLanguageVariant -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testValidVariant -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testValidNumericAreaCode -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testValidLanguageCountry -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testInvalidOneLetterLanguage -- Time elapsed: 0.001 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testValidCountry -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testInvalidLanguage -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testValidLanguageCountryVariant -- Time elapsed: 0 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testInvalidOneLetterCountry -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports001 -- Time elapsed: 0.030 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports002 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports003 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports004 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports005 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports006 -- Time elapsed: 0.023 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports007 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports008 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports009 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports010 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports011 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports012 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports013 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports014 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports015 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports016 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports017 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports018 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports019 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports020 -- Time elapsed: 0.045 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports021 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports022 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports023 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports024 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports025 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.DisabledInfoTest.testDisabledInfo01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.DisabledInfoTest.testDisabledInfo02 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.DisabledInfoTest.testDisabledInfo03 -- Time elapsed: 0.024 s org.eclipse.osgi.tests.services.resolver.DisabledInfoTest.testDisabledInfo04 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.DisabledInfoTest.testBug251427 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testCache -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testClone -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testGenericsBasics -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testBug184127 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testBug205270 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testBug241128_01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testBug241128_02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testBug241128_03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testBug241128_04 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSelectionPolicy -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentsBug188199 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPlatformProperties01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPlatformProperties02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPlatformProperties03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPlatformProperties04 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testLinkageChange -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletonsSelection1 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletonsSelection2 -- Time elapsed: 0.037 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletonsSelection3 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletonsSelection4 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletonsSelection5 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletonsSelection6 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletonsSelection7 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testReinstall -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPlatformPropertiesBug207500a -- Time elapsed: 0.004 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPlatformPropertiesBug207500b -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testNativeCodeResolution01 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testNativeCodeResolution02 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testNativeCodeResolution03 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testNativeCodeResolution04 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testNativeCodeResolution05 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testNativeCodeResolution06 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPlatformPropertiesBug246640a -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPlatformPropertiesBug246640b -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testEECapabilityRequirement1 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testEEBug377510 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testNonSingletonsSameVersion -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRequirements -- Time elapsed: 0.004 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentsMultipleVersion -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testCapabilities -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testReresolveBundle -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBasicResolution -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRemoveAndAdd -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug266935_01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug266935_02 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug266935_03 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug266935_04 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug187616 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug217150 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug320124 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug324618 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug369880 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug376322 -- Time elapsed: 0.015 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testMultiStateAdd01 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testMultiStateAdd02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testMultiStateAdd03 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletons -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPlatformPropertiesBug188075 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRemovalPending -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRequireBundleUses -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testComplexResolution -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testCyclicTransitiveUses -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRemoval -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testEECapabilityRequirement -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletonsSameVersion -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentConstraints01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentConstraints02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentConstraints03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentConstraints04 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentConstraints05 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentConstraints06 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentConstraints07 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testAdd3Resolve1 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentTransitiveUses -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testTransitiveUses -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testMultipleExportsUses01 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testDependentBundles -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testCycleBug570984 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testCyclicUsesExportDrop -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testIssue156 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testResolveFragmentEE01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testResolveFragmentEE02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRanges -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testUpdate -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentUses01 -- Time elapsed: 0.029 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentUses02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPrerequisiteBundle -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRemovalResolve -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testImportJavaPackages -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateCycleTest.test185285 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateCycleTest.testCycle1 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateCycleTest.testCycle2 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateCycleTest.testCycle3 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateCycleTest.testCycle4 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateComparisonTest.testAddition -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateComparisonTest.testRemoval -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateComparisonTest.testUpdate -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.VersionRangeTests.testLowerThan -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.VersionRangeTests.testGreaterThan -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.VersionRangeTests.testInvertedRange -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.VersionRangeTests.testNullMax -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.VersionRangeTests.testNullMin -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.VersionRangeTests.testSingleVersionRange -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestAttributes_001.testTest_001 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestBSN_001.testTest_001 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestCycle_001.testTest_001 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestCycle_002.testTest_002 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestCycle_003.testTest_003 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestCycle_004.testTest_001 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestCycle_005.testTest_002 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestCycle_006.testTest_003 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestDynamic_001.testTest_001 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestDynamic_002.testTest_002 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestDynamic_003.testTest_003 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestDynamic_004.testTest_003 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestDynamic_005.testTest_005 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestDynamic_006.testTest_005 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestGenerated_001.testTest_001 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestGrouping_001.testTest_001 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestGrouping_002.testTest_002 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestGrouping_003.testTest_003 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestGrouping_006.testTest_001 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestGrouping_008.testTest_008 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestOptional_001.testTest_002 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestOptional_002.testTest_002 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestPropagation_001.testTest_001 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestPropagation_003.testTest_001 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestRFC79_001.testTest_001 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestRFC79_002.testTest_002 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestRFC79_003.testTest_003 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestRFC79_004.testTest_004 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestRFC79_005.testTest_005 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestRFC79_006.testTest_006 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestRFC79_007.testTest_007 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestVersion_001.testTest_001 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestVersion_002.testTest_002 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestVersion_003.testTest_003 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.XFriendsInternalResolverTest.testXFriends -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.XFriendsInternalResolverTest.testVisiblePackages001 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.XFriendsInternalResolverTest.testVisiblePackages002 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.XFriendsInternalResolverTest.testVisiblePackages003 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.GenericCapabilityTest.testGenericsFrags -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.GenericCapabilityTest.testGenericsBasics -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.GenericCapabilityTest.testGenericsCycles -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.GenericCapabilityTest.testGenericsIntraFrags -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.GenericCapabilityTest.testGenericsOptionalMultiple -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.GenericCapabilityTest.testGenericsUpdate -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.GenericCapabilityTest.testGenericsRefresh -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.GenericCapabilityTest.testGenericsAliases -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsEquinoxEquinox -- Time elapsed: 0.004 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsOSGiNameOSGi -- Time elapsed: 0.004 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsEquinoxOSGi -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testDeclaringIdentityCapability -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsOSGiNameEquinox -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsOSGiEquinox -- Time elapsed: 0.004 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsOSGiNameEquinoxName -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericFragments01 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericFragments02 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testOSGiCardinality -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericUses -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testOSGiCardinalityUses -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsOSGiOSGi -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.DevModeTest.testDevModeFragment01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.DevModeTest.testDevModeGenericCapability -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.DevModeTest.testDevModeDomino01 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.DevModeTest.testDevModeDomino02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.DevModeTest.testDevModeSingleton01 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.DevModeTest.testDevModeSingleton02 -- Time elapsed: 0 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testRegistration01 -- Time elapsed: 0.033 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile01 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile02 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile03 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile04 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile05 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile06 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile07 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile08 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile09 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceSystemOut -- Time elapsed: 0.002 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testBooleanValues -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testBatchSetOptionsWhenDisabled -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testEntryExitWithBracesInArgs -- Time elapsed: 0.002 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testVerboseDebugging -- Time elapsed: 0.004 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testIntegerValues -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testSetNullOptions -- Time elapsed: 0 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testStringValues -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testDyanmicEnablement01 -- Time elapsed: 0 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testDyanmicEnablement02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testDyanmicEnablement03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testDyanmicEnablement04 -- Time elapsed: 0 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testSetOptionsWhenDisabled -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testBatchSetOptionsWhenEnabled -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTracingEntry01 -- Time elapsed: 0 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTracingEntry02 -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogNullMessage -- Time elapsed: 0.003 s org.eclipse.equinox.log.test.LogServiceTest.testLogThrowable -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogServiceReference -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogMessage -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testNullLogServiceReference -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogWarning -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogDebug -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogError -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogFull1 -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogFull2 -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogFull3 -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogFull4 -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogNull1 -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogNull2 -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogNull3 -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogNull4 -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogNegativeLevel -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogInfo -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogNullThrowable -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testServiceEventLog -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogServiceReferenceWithNullThrowable -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogReaderServiceTest.testaddListener -- Time elapsed: 0.003 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogEntry -- Time elapsed: 0.002 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLoggerContextSetLogLevelsWithBundleInstalledAndNoLogger -- Time elapsed: 0.009 s org.eclipse.equinox.log.test.LogReaderServiceTest.testBadListener -- Time elapsed: 0.026 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogServiceEventInfo -- Time elapsed: 0.002 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLoggerContextSetLogLevelsWithoutBundleAndLogger -- Time elapsed: 0.009 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogBundleEventInfo -- Time elapsed: 0.005 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogBundleEventSynchronous -- Time elapsed: 0.009 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogHistory1 -- Time elapsed: 0.013 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogHistory2 -- Time elapsed: 0.010 s org.eclipse.equinox.log.test.LogReaderServiceTest.testaddNullListener -- Time elapsed: 0.002 s org.eclipse.equinox.log.test.LogReaderServiceTest.testaddListenerTwice -- Time elapsed: 0.002 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogFrameworkEventType -- Time elapsed: 0.003 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogServiceEventDebug -- Time elapsed: 0.002 s org.eclipse.equinox.log.test.LogReaderServiceTest.testBundleEventsLogged -- Time elapsed: 0.044 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLoggerContextSetLogLevelsWithBundleInstalledAndLogger -- Time elapsed: 0.007 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogFrameworkEvent -- Time elapsed: 0.004 s org.eclipse.equinox.log.test.LogPermissionCollectionTest.testImplies -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testLogContextWithNullThrowable -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testLogContext -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testIsLoggableTrue -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testNotIsLoggableWithNoListener -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testLoggerIsLoggableTrue -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testNamedLoggerLogFull -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testNamedLoggerLogNull -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testNullLoggerLogNull -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testNullLogContext -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testNotIsLoggableWithListener -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testLoggerNotIsLoggableWithListener -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testNamedLoggerLogFullWithBundle -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testNamedLoggerLogFullWithNullBundle -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testExtendedLogEntry -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testaddNullListener -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testaddFilteredListenerTwice -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testSynchronousLogListener -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testaddNullFilterr -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testaddFilteredListener -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testBadFilter -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.BundleToJarInputStreamTest.testSignedContentCorruption -- Time elapsed: 0.181 s org.eclipse.osgi.tests.security.BundleToJarInputStreamTest.testInputStreamEquality -- Time elapsed: 0.108 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$1.findTrustAnchor positive test: self signed trusted -- Time elapsed: 0.002 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$2.findTrustAnchor positive test: chain with root trusted -- Time elapsed: 0.002 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$3.findTrustAnchor positive test: chain with intermediate trusted -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$4.findTrustAnchor positive test: chain with leaf trusted -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$5.findTrustAnchor negative test: untrusted self signed -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$6.findTrustAnchor negative test: untrusted chain -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$7.findTrustAnchor negative test: invalid chain -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$8.findTrustAnchor negative test: incomplete-able chain -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$9.findTrustAnchor negative test: null chain -- Time elapsed: 0 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$10.addTrustAnchor positive test: add with alias -- Time elapsed: 0.002 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$11.addTrustAnchor negative test: null cert specified -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$12.addTrustAnchor negative test: existing cert specified -- Time elapsed: 0.002 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$13.addTrustAnchor negative test: existing alias specified -- Time elapsed: 0 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$14.removeTrustAnchor positive test: remove by alias -- Time elapsed: 0.022 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$15.removeTrustAnchor positive test: remove by cert -- Time elapsed: 0.016 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$16.removeTrustAnchor negative test: cert not found -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$17.removeTrustAnchor negative test: by alias not found -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$18.removeTrustAnchor negative test: remove by null alias -- Time elapsed: 0 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$19.removeTrustAnchor negative test: remove by null certificate -- Time elapsed: 0 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$20.getTrustAnchor positive test: get by alias -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$21.getTrustAnchor negative test: get by null alias -- Time elapsed: 0 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$22.getTrustAnchor negative test: does not exist -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$23.getAliases positive test: get the alias list -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testBug236329_01 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testBug228427_01 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testBug228427_02 -- Time elapsed: 0.039 s org.eclipse.osgi.tests.security.SignedBundleTest.testBug228427_03 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testBug228427_04 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContentJava16 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent01 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent02 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent03 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent04 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent05 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent06 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent07 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent08 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent09 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent10 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent11 -- Time elapsed: 0.042 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent12 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent13 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent14 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent15 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent16 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testBug252098 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testBug378155 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent07a -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testBug434711 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testBug225090_01 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testBug225090_02 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.test489686 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission01 -- Time elapsed: 0.041 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission02 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission03 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission04 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission05 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission06 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission07 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission08 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission09 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission10 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission11 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition01 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition02 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition03 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition04 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition05 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition06 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition07 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition08 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition09 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition10 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition11 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition12 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testSimpleApp -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testInvalidArgs -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testAsyncValue01 -- Time elapsed: 4.925 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testAsyncValue02 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testAsyncValue03 -- Time elapsed: 4.920 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testAsyncValue04 -- Time elapsed: 0.901 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testAsyncValue05 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testAsyncValue06 -- Time elapsed: 4.928 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue01 -- Time elapsed: 4.918 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue02 -- Time elapsed: 4.910 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue03 -- Time elapsed: 4.948 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue04 -- Time elapsed: 0.901 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue05 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue06 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue07 -- Time elapsed: 4.932 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue08 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue09 -- Time elapsed: 4.943 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue10 -- Time elapsed: 4.911 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testGlobalSingleton -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testCardinality01 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testCardinality02 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testMainThreaded01 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testMainThreaded02 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testHandleEvents01 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testDescriptorEvents01 -- Time elapsed: 0.073 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentLock01 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentLock02 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentLock03 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentSchedule01 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentSchedule02 -- Time elapsed: 29.87 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentSchedule03 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentSchedule04 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentSchedule05 -- Time elapsed: 120.9 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentSchedule06 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentSchedule07 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentSchedule08 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testFailedApplication01 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testDestroyBeforeStart01 -- Time elapsed: 1.952 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testDestroyBeforeStart02 -- Time elapsed: 1.951 s org.eclipse.osgi.tests.appadmin.ApplicationRelaunchTest.testRelaunch -- Time elapsed: 0 s org.eclipse.osgi.tests.listeners.ExceptionHandlerTests.testFatalException -- Time elapsed: 0.003 s org.eclipse.osgi.tests.listeners.ExceptionHandlerTests.testNonFatalException -- Time elapsed: 0.003 s org.eclipse.osgi.tests.configuration.EclipseStarterConfigIniTest.testFalseCompatBootDelegation -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.EclipseStarterConfigIniTest.testDefaultCompatBootDelegation -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.EclipseStarterConfigurationAreaTest.testInitializeExtension -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.EclipseStarterConfigurationAreaTest.testRemoveExtension -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.ReadOnlyConfigurationAreaTest.test0thSession -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.ReadOnlyConfigurationAreaTest.test1stSession -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.ReadOnlyConfigurationAreaTest.test1stSessionFollowUp -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.ReadOnlyConfigurationAreaTest.test2ndSession -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.ReadOnlyConfigurationAreaTest.test2ndSessionFollowUp -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.ReadOnlyConfigurationAreaTest.test3rdSession -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.ReadOnlyConfigurationAreaTest.test3rdSessionFollowUp -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.MovableConfigurationAreaTest.testInitialization -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.MovableConfigurationAreaTest$1.testMove -- Time elapsed: 0.001 s org.eclipse.osgi.tests.configuration.MovableConfigurationAreaTest$2.testTakeSnapshot -- Time elapsed: 0.002 s org.eclipse.osgi.tests.configuration.MovableConfigurationAreaTest.testAfterMoving -- Time elapsed: 0 s org.eclipse.osgi.tests.configuration.MovableConfigurationAreaTest.testVerifySnapshot -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.LocationAreaSessionTest$1.testLockJavaNIO -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.LocationAreaSessionTest.testSessionFailLockJavaNIO -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.LocationAreaSessionTest$2.testReleaseJavaNIO -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.LocationAreaSessionTest.testSessionSuccessLockJavaNIO -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.LocationAreaSessionTest$3.testLockJavaIO -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.LocationAreaSessionTest.testSessionFailLockJavaIO -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.LocationAreaSessionTest$4.testReleaseJavaIO -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.LocationAreaSessionTest.testSessionSuccessLockJavaIO -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testCreateLocation01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testCreateLocation02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testCreateLocation03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testCreateLocation04 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testCreateLocation05 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testNoDefault -- Time elapsed: 0.009 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests skipped org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testNone -- Time elapsed: 0.008 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSetLocationWithRelLockFile -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testUserDir -- Time elapsed: 0.007 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testLocationDataArea01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL -- Time elapsed: 0.016 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testUserHome -- Time elapsed: 0.006 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSetLocationWithAbsLockFile -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSchemes -- Time elapsed: 0.007 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSetLocationWithEmptyLockFile -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSetUrl -- Time elapsed: 0.006 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSlashes -- Time elapsed: 0.025 s org.eclipse.osgi.tests.services.datalocation.SimpleTests.testAddRemove -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testMultipleFileManagers -- Time elapsed: 0.008 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testReadOnly -- Time elapsed: 0.006 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testCleanupOnOpen -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testCleanupOnSave -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testJavaIOLocking -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testExistingVersion -- Time elapsed: 0.004 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testNotOpen -- Time elapsed: 0.006 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testRemoveThenAdd -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.datalocation.StreamManagerTests.testReliableFile -- Time elapsed: 5.005 s org.eclipse.osgi.tests.services.datalocation.StreamManagerTests.testAbort -- Time elapsed: 0.083 s org.eclipse.osgi.tests.services.datalocation.StreamManagerTests.testMigration -- Time elapsed: 0.014 s org.eclipse.osgi.tests.services.datalocation.StreamManagerTests.testGetOutputStreamSet -- Time elapsed: 0.032 s org.eclipse.osgi.tests.services.datalocation.StreamManagerTests.testAbortStreamSet -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.datalocation.StreamManagerTests.testBigReliableFile -- Time elapsed: 0.011 s org.eclipse.osgi.tests.util.TestCaseinsensitiveMap.testOtherKeys -- Time elapsed: 0.001 s org.eclipse.osgi.tests.util.TestCaseinsensitiveMap.testCommonKeys -- Time elapsed: 0 s org.eclipse.osgi.tests.util.ObjectPoolTestCase.testObjectPool01 -- Time elapsed: 0.326 s org.eclipse.osgi.tests.util.ObjectPoolTestCase.testObjectPool02 -- Time elapsed: 0.319 s org.eclipse.osgi.tests.util.ManifestElementTestCase.testManifestWithCR -- Time elapsed: 0 s org.eclipse.osgi.tests.util.ManifestElementTestCase.testManifestWithLF -- Time elapsed: 0 s org.eclipse.osgi.tests.util.ManifestElementTestCase.testSpacesInValues -- Time elapsed: 0 s org.eclipse.osgi.tests.util.ManifestElementTestCase.testBug238675_01 -- Time elapsed: 0 s org.eclipse.osgi.tests.util.ManifestElementTestCase.testBug238675_02 -- Time elapsed: 0 s org.eclipse.osgi.tests.util.ManifestElementTestCase.testManifestWithCRLF -- Time elapsed: 0 s org.eclipse.osgi.tests.util.NLSTestCase.testEmptyMessageBug200296 -- Time elapsed: 0 s org.eclipse.osgi.tests.util.StorageUtilTestCase.testRegularWindowsFileName -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testAdditionalStrings -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testAdditionalStringsDeprocess -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testBidiPaths -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testBidiPathsDeprocess -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testBidiPathsWithNullDelimiter -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testBidiStringWithNoDelimiters -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testDoubleProcessOtherStrings -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testDoubleProcessPaths -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testEmptyStringParams -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testEmptyStringParamsDeprocess -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testNullParams -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testNullParamsDeprocess -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testOtherStrings -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testOtherStringsDeprocess -- Time elapsed: 0 s org.eclipse.osgi.tests.util.BidiTextProcessorTestCase.testOtherStringsWithNullDelimiter -- Time elapsed: 0 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testEmptyStringParams -- Time elapsed: 0 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testEmptyStringParamsDeprocess -- Time elapsed: 0 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testLatinOtherStrings -- Time elapsed: 0.001 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testLatinOtherStringsDeprocess -- Time elapsed: 0 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testLatinOtherStringsWithNoDelimiter -- Time elapsed: 0 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testLatinPaths -- Time elapsed: 0 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testLatinPathsDeprocess -- Time elapsed: 0 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testLatinPathsWithNullDelimiter -- Time elapsed: 0 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testNullParams -- Time elapsed: 0 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testNullParamsDeprocess -- Time elapsed: 0 s org.eclipse.osgi.tests.misc.MiscTests.testBug251427 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ConnectTests.testSystemBundleContent -- Time elapsed: 0.045 s org.eclipse.osgi.tests.bundles.ConnectTests.testOpenCloseUpdateConnectContent -- Time elapsed: 0.020 s org.eclipse.osgi.tests.bundles.ConnectTests.testTrueCondition -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentActivatorsWithFrameworkLoaders -- Time elapsed: 0.054 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentManifest -- Time elapsed: 0.036 s org.eclipse.osgi.tests.bundles.ConnectTests.testGetConnectHeaders -- Time elapsed: 0.020 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectFactoryNoModules -- Time elapsed: 0.033 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentHeaders -- Time elapsed: 0.037 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectBundleHeaders -- Time elapsed: 0.068 s org.eclipse.osgi.tests.bundles.ConnectTests.testInstallUpdateWithInputStream -- Time elapsed: 0.111 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentActivatorsWithProvidedLoaders -- Time elapsed: 0.020 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectInit -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectActivator -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentEntriesWithFrameworkLoaders -- Time elapsed: 0.045 s org.eclipse.osgi.tests.bundles.ConnectTests.testJavaExportsConnect -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentEntriesWithProvidedLoaders -- Time elapsed: 0.021 s org.eclipse.osgi.tests.bundles.ExceptionMessageTest.testUnregisterTwiceError -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.ExceptionMessageTest.testUnregisterSetPropsError -- Time elapsed: 0.031 s org.eclipse.osgi.tests.bundles.ExceptionMessageTest.testUninstallModuleError -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.ExceptionMessageTest.testLoadActivatorError -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ExceptionMessageTest.testUninstallContextError -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.ExceptionMessageTest.testStartFragmentError -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ExceptionMessageTest.testTrasientStartLevelError -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.ImportJavaSEPackagesTests.testSystemPackages -- Time elapsed: 0.036 s org.eclipse.osgi.tests.bundles.ImportJavaSEPackagesTests.testImportPackageCanContainJavaPackages -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.ImportJavaSEPackagesTests.testExportPackageCannotContainJavaPackages -- Time elapsed: 0.030 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease11ListResources -- Time elapsed: 0.077 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease11ClassLoad -- Time elapsed: 0.090 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease10GetResource -- Time elapsed: 0.023 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleDeletedRestart -- Time elapsed: 0.033 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease10ListResources -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease11GetResource -- Time elapsed: 0.018 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease10ClassLoad -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease9ListResources -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease9ClassLoad -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease8ListResources -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease8ClassLoad -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleManifest8 -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleManifest9 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleasePreventMetaInfVersionListing -- Time elapsed: 0.034 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleasePreventMetaInfServiceVersions -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease8GetResource -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleasePreventMetaInfResourceURLs -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease9GetResource -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleManifestChangeRuntime -- Time elapsed: 0.204 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleManifest10 -- Time elapsed: 0.041 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleManifest11 -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease11GetResources -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease9GetResources -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease10GetResources -- Time elapsed: 0.018 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease8GetResources -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.URLHandlerTests.testImageProducer -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.URLHandlerTests.testURLHandlerUnregister -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.PersistedBundleTests.testPeriodicPersistence -- Time elapsed: 6.026 s org.eclipse.osgi.tests.bundles.PersistedBundleTests.testNoPersistence -- Time elapsed: 4.055 s org.eclipse.osgi.tests.bundles.PersistedBundleTests.testImmediatePersistence -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.CascadeConfigTests.testCascadeConfigBundleInstall -- Time elapsed: 0.032 s org.eclipse.osgi.tests.bundles.CascadeConfigTests.testCascadeConfigDataArea -- Time elapsed: 0.030 s org.eclipse.osgi.tests.bundles.CascadeConfigTests.testCascadeConfigIni -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testLimitResolutionAfterDiscard -- Time elapsed: 0.032 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testDiscardDeletedBundleFile -- Time elapsed: 0.051 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testNoDiscardOsgiCheckConfigurationFalseOsgiDevSpecified -- Time elapsed: 0.053 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testNoDiscardOsgiCheckConfigurationUnspecifiedOsgiDevUnspecified -- Time elapsed: 0.049 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testNoDiscardOsgiCheckConfigurationFalseOsgiDevUnspecified -- Time elapsed: 0.054 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testDiscardOsgiCheckConfigurationUnspecifiedOsgiDevSpecified -- Time elapsed: 0.055 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testDiscardOsgiCheckConfigurationTrueOsgiDevUnspecified -- Time elapsed: 0.082 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testDiscardOsgiCheckConfigurationTrueOsgiDevSpecified -- Time elapsed: 0.081 s org.eclipse.osgi.tests.bundles.EquinoxBundleAdaptTests.testAdapt_ProtectionDomain -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.EquinoxBundleAdaptTests.testAdapt_File -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.EquinoxBundleAdaptTests.testAdapt_Module -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.EquinoxBundleAdaptTests.testAdapt_SignedContent -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.LoggingTests.testFrameworkLog -- Time elapsed: 5.008 s org.eclipse.osgi.tests.bundles.LoggingTests.testRuntimeLog -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.LoggingTests.testPluginILog -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.LoggingTests.testLogService -- Time elapsed: 5.008 s org.eclipse.osgi.tests.bundles.LoggingTests.testEventAdminAdapter1 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.LoggingTests.testEventAdminAdapter2 -- Time elapsed: 5.003 s org.eclipse.osgi.tests.bundles.LoggingTests.testBug347183 -- Time elapsed: 0.026 s org.eclipse.osgi.tests.bundles.BundleResourceTests.testBug320546_01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleResourceTests.testBug320546_02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleResourceTests.testBreakOutDirBundle -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.BundleResourceTests.testBug328795 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.BundleResourceTests.testBug338081 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleResourceTests.testBug395274 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testSpaceCharBundleEntry -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testSpaceLocation -- Time elapsed: 0.025 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testCollisionHook -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testInstallWithStream03 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testPercentLocation -- Time elapsed: 0.018 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testBug290193 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testQuestionMarkLocation -- Time elapsed: 0.031 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testPlusCharBundleEntry -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testPlusLocation -- Time elapsed: 0.019 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateNoStream01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateNoStream02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testOctothorpLocation -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testInstallWithLocation01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testInstallWithLocation02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testEscapeZipRoot -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testPercentCharBundleEntry -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateWithStream01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateWithStream02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testInstallWithInterruption -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testURLMultiplexing01 -- Time elapsed: 0.043 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testURLExternalFormat01 -- Time elapsed: 0.035 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemCapabilitiesBug522125 -- Time elapsed: 0.217 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testConfigPlusChar -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testOSGiDevSetsCheckConfiguration -- Time elapsed: 0.026 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testZipBundleFileOpenLock -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundleListener -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemNLFragment -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testNullConfigurationValue -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testExtraSystemBundleHeaders -- Time elapsed: 0.027 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testCaptureLogEntryLocation -- Time elapsed: 0.040 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testContextFinderGetResource -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testDynamicImportPrivatePackage -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testDeleteBundleFile -- Time elapsed: 0.023 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testConfigPercentChar -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testUUID -- Time elapsed: 0.045 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug258209_1 -- Time elapsed: 1.230 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testConfigSpaceChar -- Time elapsed: 0.028 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug351519RefreshDisabled -- Time elapsed: 0.056 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testMRUBundleFileListOverflow -- Time elapsed: 6.472 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelRestrictMultiThreadExplicit4 -- Time elapsed: 3.862 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundleLoader -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug351519RefreshDefault -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testNullStorageArea -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testInitialBundleUpdate -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testWeavingPersistence -- Time elapsed: 0.025 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testDaemonActiveThread -- Time elapsed: 0.023 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testMRUBundleFileList -- Time elapsed: 1.556 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug304213 -- Time elapsed: 0.033 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug352275 -- Time elapsed: 0.047 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug375784 -- Time elapsed: 0.050 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug405919 -- Time elapsed: 0.029 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug412228 -- Time elapsed: 0.585 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug413879 -- Time elapsed: 1.533 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug414070 -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug432632 -- Time elapsed: 0.021 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle01 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle02 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle03 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle04 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle06 -- Time elapsed: 0.018 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle07 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle08 -- Time elapsed: 0.019 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle09 -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle10 -- Time elapsed: 1.225 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle11 -- Time elapsed: 0.018 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle12 -- Time elapsed: 1.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle13 -- Time elapsed: 0.029 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle14 -- Time elapsed: 0.019 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle16 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle17 -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle18 -- Time elapsed: 0.019 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle19 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testNullConfiguration -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testJavaProfile -- Time elapsed: 0.097 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testMassiveParallelInstallStart -- Time elapsed: 17.34 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testProvideOSGiEEandNative -- Time elapsed: 0.023 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testCorruptedStorage -- Time elapsed: 0.019 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelSingleThread -- Time elapsed: 1.049 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug351083DevClassPath -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBootDelegationConfigIni -- Time elapsed: 0.019 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testLocalConfigReplaceSystemProperties -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testLogOrderMultipleListeners -- Time elapsed: 3.532 s org.eclipse.osgi.tests.bundles.SystemBundleTests skipped org.eclipse.osgi.tests.bundles.SystemBundleTests.testGetBundleAfterShutdown -- Time elapsed: 0.083 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testWindowsAlias -- Time elapsed: 0.073 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testDynamicImportFromSystemBundle -- Time elapsed: 0.067 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testNullConfigurationValueSystemProperties -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testCorruptStageInstallUpdate -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testContextBootDelegation -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle05_1 -- Time elapsed: 0.030 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle05_2 -- Time elapsed: 0.075 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBundleIDLock -- Time elapsed: 6.504 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testLazyTriggerOnLoadError -- Time elapsed: 0.020 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testNullConfigurationValueRequiredProperty -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testDynamicSecurityManager -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelMultiThreadExplicit1 -- Time elapsed: 6.050 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelMultiThreadExplicit4 -- Time elapsed: 1.647 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testParallelActivationPersistence -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBackedBySystemReplaceSystemProperties -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testOverrideEquinoxConfigAreaProp -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelMultiThreadAvailableProcessors -- Time elapsed: 3.068 s org.eclipse.osgi.tests.bundles.SystemBundleTests skipped org.eclipse.osgi.tests.bundles.SystemBundleTests.testAllNullConfigurationValues -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelSorting -- Time elapsed: 0.171 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testChangeEE -- Time elapsed: 0.062 s org.eclipse.osgi.tests.bundles.BundleExceptionTests.testDuplicateError01 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleExceptionTests.testDuplicateError02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleExceptionTests.testUninstallSystemBundle -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.BundleExceptionTests.testInvalidBundleActivator01 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.BundleExceptionTests.testInvalidBundleActivator02 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleExceptionTests.testInvalidBundleActivator03 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports01x -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports01y -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports02 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports03 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports04 -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports05 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports06 -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports07 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports08 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports09 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports10 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports11 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports12 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports13 -- Time elapsed: 0.033 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports14 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testUninstallWhileResolving -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBug259903 -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBug287636 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBug289719 -- Time elapsed: 1.039 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBug415447 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBundleEvents01 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBundleEvents02 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.ExtensionBundleTests.testExtensionBundleWithRequireCapabilityOsgiEeInstalls -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ExtensionBundleTests.testActivatorOrder -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.ExtensionBundleTests.testFrameworkExtension01 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ExtensionBundleTests.testFrameworkExtension02 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ExtensionBundleTests.testExtClasspathExtension01 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testURLExternalFormat01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testURLExternalFormat02 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testURLExternalFormat03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testURLExternalFormat04 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultiChainDepedencies01 -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultiChainDepedencies02 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLoadClassUnresolved -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testThreadLock -- Time elapsed: 30.08 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingGlobalNotFound -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug370258_beginException -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug370258_endException -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testURI -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependent1 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependent2 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependent3 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testGetResourceDir01 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testRecursiveWeavingHookFactory -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStartTransientByLoadClass -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testImporterExporter01 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testImporterExporter02 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBundleClassLoaderEmptyGetResources -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLoadTriggerClass -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testDefaultLocalUninstall -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testFragmentExportPackage -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassloadingBug438904 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleGetResources01a -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testListResources -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug300692_01 -- Time elapsed: 0.078 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug300692_02 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStartTransient -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testGetEntryDir01 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_01 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_02 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_03 -- Time elapsed: 0.035 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_04 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLoaderUninstalledBundle -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testFragmentPackageAccess -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependentListResources -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testOSGiLazyStartDelay -- Time elapsed: 4.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testManifestPackageSpec -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testResolveURLRelativeBundleResourceWithPort -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug207847 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug213791 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug235958 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug299921 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug306181 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug348805 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug348806 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug408629 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug490902 -- Time elapsed: 15.01 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testArrayTypeLoad -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug565522FragmentClasspath -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests skipped org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testClassCircularityError -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingRegistered1 -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingRegistered2 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingRegistered3 -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStaleLoaderNPE -- Time elapsed: 1.014 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testURLsBug164077 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStopTransient -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testResourceURLEqualsHashCode -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBootGetResources01 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBootGetResources02 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testOSGiLazyStart -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testUninstallInUse01 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testSystemBundleGetResources01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testSystemBundleGetResources02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingRegisteredListResources -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLegacyLazyStart -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBundleReference01 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBundleReference02 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testChainDepedencies -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLegacyLoadActivation -- Time elapsed: 0.026 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleGetResources01 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleGetResources02 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleGetResources03 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingInvalid -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testSimple -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testFragmentMultiHost -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingGlobalFound -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleExportFragments01 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleExportFragments02 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleExportFragments03 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testEntryURLEqualsHashCode -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testUnitTestForcompoundEnumerations -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStartResolve -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode01 -- Time elapsed: 0.038 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode02 -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode03 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode04 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode05 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode06 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode07 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode08 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode09 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testInstallUninstallBundle -- Time elapsed: 0.078 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testTimestamp -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testNativeCodeFilterWithSpecialChars -- Time elapsed: 5.026 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testR3Bundle -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testResolveRefresh -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests skipped org.eclipse.osgi.tests.bundles.ListenerTests.testFrameworkListenersOrder -- Time elapsed: 0.054 s org.eclipse.osgi.tests.bundles.ListenerTests.testBundleListenersOrder -- Time elapsed: 1.188 s org.eclipse.osgi.tests.bundles.ListenerTests.testServiceListenersOrder -- Time elapsed: 0.096 s org.eclipse.osgi.tests.bundles.AddDynamicImportTests.testAddDynamicImportMultipleTimes -- Time elapsed: 0.689 s org.eclipse.osgi.tests.bundles.AddDynamicImportTests.testAddDynamicImportWhileDynamicWiring -- Time elapsed: 1.812 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testMultipleBundleNativeHostWithFragmentsMultipleMatch -- Time elapsed: 0.086 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testSingleBundleNativeHostWithFragmentsMultipleMatch -- Time elapsed: 0.024 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testSingleBundleNativeHostOneMatch -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testMultipleBundleNativeHostWithFragmentsOneMatch -- Time elapsed: 0.072 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testSingleBundleNativeHostWithFragmentsOneMatch -- Time elapsed: 0.023 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testMultipleBundleNativeHostOnlyOneMatch -- Time elapsed: 0.030 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testModifiedRanking -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testServiceReferenceCompare01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testInvalidRanking -- Time elapsed: 0.006 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testServiceOrdering01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testServiceListener01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testServiceListener02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testServiceListener03 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testDuplicateObjectClass -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testFilterObjectClassOptimization -- Time elapsed: 0.003 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testWrongServiceFactoryObject -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testNullValue -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testNullKey -- Time elapsed: 0 s org.eclipse.osgi.tests.serviceregistry.ServiceExceptionTests.testServiceException01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceExceptionTests.testServiceException02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceExceptionTests.testServiceException03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceExceptionTests.testServiceException04 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceHookTests.testFindHook01 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.serviceregistry.ServiceHookTests.testEventHook01 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.serviceregistry.ServiceHookTests.testListenerHook01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceHookTests.testListenerHook02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceTrackerTests.testServiceTracker01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceTrackerTests.testServiceTracker02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceTrackerTests.testServiceTracker03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.eventmgr.EventManagerTests.testCopyOnWriteIdentityMap -- Time elapsed: 0.002 s org.eclipse.osgi.tests.filter.FilterTests.testComparable[BundleContextFilter] -- Time elapsed: 0.001 s org.eclipse.osgi.tests.filter.FilterTests.testNullValueMatch[BundleContextFilter] -- Time elapsed: 0.001 s org.eclipse.osgi.tests.filter.FilterTests.testScalarSubstring[BundleContextFilter] -- Time elapsed: 0.001 s org.eclipse.osgi.tests.filter.FilterTests.testNormalization[BundleContextFilter] -- Time elapsed: 0 s org.eclipse.osgi.tests.filter.FilterTests.testInvalidValues[BundleContextFilter] -- Time elapsed: 0.002 s org.eclipse.osgi.tests.filter.FilterTests.testFilter[BundleContextFilter] -- Time elapsed: 0.003 s org.eclipse.osgi.tests.filter.FilterTests.testFrameworkUtilCreateFilter[BundleContextFilter] -- Time elapsed: 0 s org.eclipse.osgi.tests.filter.FilterTests.testNullKeyMatch[BundleContextFilter] -- Time elapsed: 0 s org.eclipse.osgi.tests.filter.FilterTests.testIllegal[BundleContextFilter] -- Time elapsed: 0.001 s org.eclipse.osgi.tests.filter.FilterTests.testObject[BundleContextFilter] -- Time elapsed: 0 s org.eclipse.osgi.tests.filter.FilterTests.testComparable[FrameworkUtilFilter] -- Time elapsed: 0.001 s org.eclipse.osgi.tests.filter.FilterTests.testNullValueMatch[FrameworkUtilFilter] -- Time elapsed: 0 s org.eclipse.osgi.tests.filter.FilterTests.testScalarSubstring[FrameworkUtilFilter] -- Time elapsed: 0 s org.eclipse.osgi.tests.filter.FilterTests.testNormalization[FrameworkUtilFilter] -- Time elapsed: 0 s org.eclipse.osgi.tests.filter.FilterTests.testInvalidValues[FrameworkUtilFilter] -- Time elapsed: 0.002 s org.eclipse.osgi.tests.filter.FilterTests.testFilter[FrameworkUtilFilter] -- Time elapsed: 0.003 s org.eclipse.osgi.tests.filter.FilterTests.testFrameworkUtilCreateFilter[FrameworkUtilFilter] -- Time elapsed: 0 s org.eclipse.osgi.tests.filter.FilterTests.testNullKeyMatch[FrameworkUtilFilter] -- Time elapsed: 0 s org.eclipse.osgi.tests.filter.FilterTests.testIllegal[FrameworkUtilFilter] -- Time elapsed: 0.001 s org.eclipse.osgi.tests.filter.FilterTests.testObject[FrameworkUtilFilter] -- Time elapsed: 0 s org.eclipse.osgi.tests.permissions.AdminPermissionTests.testAdminPermission -- Time elapsed: 0.008 s org.eclipse.osgi.tests.permissions.ServicePermissionTests.testServicePermission -- Time elapsed: 0.004 s org.eclipse.osgi.tests.permissions.PackagePermissionTests.testPackagePermission -- Time elapsed: 0.005 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testMultipleLocationConditions01 -- Time elapsed: 0.055 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testMultipleLocationConditions02 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext01 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext02 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext03 -- Time elapsed: 0.057 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext04 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext05 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext06 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext07 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testEncodingInfos01 -- Time elapsed: 0.059 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testEncodingInfos02 -- Time elapsed: 0.013 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testMutableConditions -- Time elapsed: 0.020 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testLocationPermission01 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testLocationPermission02 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testLocationPermission03 -- Time elapsed: 0.039 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPermissionCheckCache -- Time elapsed: 7.801 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext01a -- Time elapsed: 0.010 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testNotLocationCondition01 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testNotLocationCondition02 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testBug286307 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testRelativeFilePermission -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions01 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions02 -- Time elapsed: 0.038 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions03 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions04 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions05 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testSecurityManager01 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testDefaultPermissions01 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testDefaultPermissions02 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testUpdate01 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testUpdate02 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testUpdate03 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testUpdate04 -- Time elapsed: 0.028 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testCreateDomain -- Time elapsed: 0.007 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager01 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager02 -- Time elapsed: 0.016 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager03 -- Time elapsed: 0.015 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager04 -- Time elapsed: 2.016 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager05 -- Time elapsed: 0.018 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testJava12SecurityManagerAllow -- Time elapsed: 0.010 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testJava12SecurityManagerEmpty -- Time elapsed: 0.011 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testDynamicImportWithSecurity -- Time elapsed: 0.017 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testJava12SecurityManagerDisallow -- Time elapsed: 0.010 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testBug254600 -- Time elapsed: 0.083 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testBug287750 -- Time elapsed: 1.018 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testLocalization01 -- Time elapsed: 0.016 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testBug367614 -- Time elapsed: 0.021 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testJava12SecurityManagerDefault -- Time elapsed: 0.010 s org.eclipse.osgi.tests.resource.BasicTest.testRequirementMatches -- Time elapsed: 0.003 s org.eclipse.osgi.tests.resource.BasicTest.testIdentity -- Time elapsed: 0.009 s org.eclipse.osgi.tests.resource.ResolverHookTests.testSingletonIdentity -- Time elapsed: 0.038 s org.eclipse.osgi.tests.url.BundleURLConnectionTest.testBundleReference_classLoaderURLConnection -- Time elapsed: 0.002 s org.eclipse.osgi.tests.url.BundleURLConnectionTest.testBundleReference_bundleResourcesURLConnection -- Time elapsed: 0.002 s org.eclipse.osgi.tests.url.BundleURLConnectionTest.testBundleReference_bundleEntryURLConnection -- Time elapsed: 0 s org.eclipse.osgi.tests.url.BundleURLConnectionTest.testBundleReference_bundleResourceURLConnection -- Time elapsed: 0 s org.eclipse.osgi.tests.url.BundleURLConnectionTest.testBundleReference_otherClassLoaderURLConnection -- Time elapsed: 0 s org.eclipse.osgi.tests.url.BundleURLConnectionTest.testBundleReference_bundleEntriesURLConnection -- Time elapsed: 0.001 s Results: Tests run: 1183, Failures: 0, Errors: 0, Skipped: 5 [INFO] [INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-apitools:4.0.6:verify (verify) @ org.eclipse.osgi.tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] parent 4.31.0-SNAPSHOT ............................. SUCCESS [ 6.507 s] [INFO] [aggregator] features 4.31.0-SNAPSHOT .............. SUCCESS [ 0.020 s] [INFO] org.eclipse.osgi 3.19.0-SNAPSHOT ................... SUCCESS [01:04 min] [INFO] [bundle] Common Eclipse Runtime 3.19.0-SNAPSHOT .... SUCCESS [ 21.621 s] [INFO] [bundle] Extension Registry Support 3.12.0-SNAPSHOT SUCCESS [ 17.947 s] [INFO] [bundle] Eclipse Preferences Mechanism 3.11.0-SNAPSHOT SUCCESS [ 15.605 s] [INFO] [bundle] Equinox Application Container 1.7.0-SNAPSHOT SUCCESS [ 15.205 s] [INFO] [bundle] Configuration Admin 1.6.0-SNAPSHOT ........ SUCCESS [ 15.971 s] [INFO] [bundle] Device Access Service 1.2.0-SNAPSHOT ...... SUCCESS [ 15.307 s] [INFO] [bundle] Coordinator 1.5.300-SNAPSHOT .............. SUCCESS [ 14.012 s] [INFO] [bundle] Event Admin 1.7.0-SNAPSHOT ................ SUCCESS [ 13.329 s] [INFO] [bundle] Meta Type 1.6.500-SNAPSHOT ................ SUCCESS [ 14.465 s] [INFO] [bundle] User Admin Service 1.3.0-SNAPSHOT ......... SUCCESS [ 14.381 s] [INFO] [feature] Equinox Compendium SDK 3.23.0-SNAPSHOT ... SUCCESS [ 0.905 s] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment 1.2.1000-SNAPSHOT SUCCESS [ 6.005 s] [INFO] [bundle] Console plug-in 1.4.700-SNAPSHOT .......... SUCCESS [ 18.396 s] [INFO] [bundle] OSGi service http APIs 1.2.2-SNAPSHOT ..... SUCCESS [ 3.834 s] [INFO] [bundle] OSGi Release 4.2.0 Services 3.12.0-SNAPSHOT SUCCESS [ 14.161 s] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes 3.7.300-SNAPSHOT SUCCESS [ 0.413 s] [INFO] [feature] Equinox Core Function 1.15.0-SNAPSHOT .... SUCCESS [ 0.632 s] [INFO] [bundle] Region Digraph 1.5.500-SNAPSHOT ........... SUCCESS [ 5.229 s] [INFO] org.eclipse.equinox.security 1.4.200-SNAPSHOT ...... SUCCESS [ 15.610 s] [INFO] [bundle] Equinox Security Default UI 1.4.200-SNAPSHOT SUCCESS [ 22.852 s] [INFO] org.eclipse.equinox.security.macosx 1.102.200-SNAPSHOT SUCCESS [ 10.358 s] [INFO] [bundle] Bidirectional Text Support 1.5.0-SNAPSHOT . SUCCESS [ 15.451 s] [INFO] [bundle] Aspect Weaving Hooks Plug-in 1.4.0-SNAPSHOT SUCCESS [ 17.179 s] [INFO] [bundle] Standard Caching Service for Equinox Aspects 1.3.0-SNAPSHOT SUCCESS [ 13.589 s] [INFO] [bundle] Log Stream Provider 1.2.0-SNAPSHOT ........ SUCCESS [ 4.154 s] [INFO] [bundle] Transformer Hook Framework Extension 1.4.0-SNAPSHOT SUCCESS [ 13.464 s] [INFO] [bundle] XSLT Transform Provider 1.3.0-SNAPSHOT .... SUCCESS [ 12.805 s] [INFO] [bundle] Console ssh support plug-in 1.3.0-SNAPSHOT SUCCESS [ 4.541 s] [INFO] [bundle] Supplemental Equinox Functionality 1.10.800-SNAPSHOT SUCCESS [ 17.934 s] [INFO] [bundle] Equinox Launcher 1.6.700-SNAPSHOT ......... SUCCESS [ 15.539 s] [INFO] [bundle] J9 CachingService Plug-in 1.3.0-SNAPSHOT .. SUCCESS [ 15.078 s] [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200-SNAPSHOT SUCCESS [ 11.290 s] [INFO] org.eclipse.equinox.security.linux 1.1.200-SNAPSHOT SUCCESS [ 20.408 s] [INFO] [bundle] Equinox Concurrent API 1.3.0-SNAPSHOT ..... SUCCESS [ 14.828 s] [INFO] [bundle] SSHD Fragment 1.2.0-SNAPSHOT .............. SUCCESS [ 0.361 s] [INFO] [feature] Equinox Core SDK 3.25.0-SNAPSHOT ......... SUCCESS [ 1.099 s] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.900-SNAPSHOT SUCCESS [ 7.848 s] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.900-SNAPSHOT SUCCESS [ 7.186 s] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.900-SNAPSHOT SUCCESS [ 7.154 s] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.900-SNAPSHOT SUCCESS [ 7.497 s] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.900-SNAPSHOT SUCCESS [ 7.359 s] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.900-SNAPSHOT SUCCESS [ 0.179 s] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.900-SNAPSHOT SUCCESS [ 0.270 s] [INFO] org.eclipse.equinox.executable 3.8.2400-SNAPSHOT ... SUCCESS [ 1.656 s] [INFO] [bundle] Servletbridge 1.7.0-SNAPSHOT .............. SUCCESS [ 13.894 s] [INFO] [bundle] Jasper Jsp Support Bundle 1.2.0-SNAPSHOT .. SUCCESS [ 15.984 s] [INFO] [bundle] Http Services Servlet 1.8.100-SNAPSHOT .... SUCCESS [ 18.705 s] [INFO] [bundle] Servletbridge Http Service 1.3.0-SNAPSHOT . SUCCESS [ 13.996 s] [INFO] [bundle] Jasper Jsp Registry Support Plug-in 1.3.0-SNAPSHOT SUCCESS [ 15.601 s] [INFO] [bundle] Jetty Http Service 3.9.100-SNAPSHOT ....... SUCCESS [ 15.493 s] [INFO] [feature] Jetty Http Server Feature 1.11.400-SNAPSHOT SUCCESS [ 0.425 s] [INFO] [bundle] Http Service Registry Extensions 1.4.0-SNAPSHOT SUCCESS [ 13.847 s] [INFO] [feature] Core Server Feature 1.16.0-SNAPSHOT ...... SUCCESS [ 0.500 s] [INFO] [feature] Equinox Target Components 3.23.1100-SNAPSHOT SUCCESS [ 1.222 s] [INFO] [test-bundle] BiDi tests 1.4.0-SNAPSHOT ............ SUCCESS [ 9.778 s] [INFO] [test-bundle] Test Plug-in 1.2.0-SNAPSHOT .......... SUCCESS [ 10.846 s] [INFO] [test-bundle] Common Eclipse Runtime Tests 3.17.100-SNAPSHOT SUCCESS [ 12.674 s] [INFO] [test-bundle] Declarative Services Tests 1.7.0-SNAPSHOT SUCCESS [03:00 min] [INFO] [test-bundle] Preferences Tests 3.10.0-SNAPSHOT .... SUCCESS [ 7.590 s] [INFO] [test-bundle] Equinox security tests 1.3.200-SNAPSHOT SUCCESS [ 7.808 s] [INFO] [test-bundle] Ssh Tests 1.3.100-SNAPSHOT ........... SUCCESS [ 4.951 s] [INFO] [test-bundle] Console tests 1.3.100-SNAPSHOT ....... SUCCESS [ 5.396 s] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests 1.9.100-SNAPSHOT SUCCESS [01:05 min] [INFO] org.eclipse.osgi.tests 3.19.0-SNAPSHOT ............. SUCCESS [09:17 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25:46 min [INFO] Finished at: 2024-03-01T10:09:03Z [INFO] ------------------------------------------------------------------------ Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText ... 2 more Post stage [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [GitHub Checks] GitHub check (name: Tests / Build, status: completed) has been published. [Pipeline] discoverGitReferenceBuild [ReferenceFinder] Configured reference job: 'equinox/master' [ReferenceFinder] -> detected 200 commits in current branch (last one: '0f17d84') [ReferenceFinder] -> adding 1 commits from build '#351' of reference job (last one: '0f17d84') [ReferenceFinder] -> found a matching commit in current branch and target branch: '0f17d84' [ReferenceFinder] -> found build '#351' in reference job with matching commits [ReferenceFinder] Found reference build '#351' for target branch [Pipeline] recordIssues [Compiler and API Tools] Searching for all files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' that match the pattern '**/target/compilelogs/*.xml' [Compiler and API Tools] Traversing of symbolic links: enabled [Compiler and API Tools] -> found 178 files [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 268 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.app/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.bidi.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.bidi/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.cm.test/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 19 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.cm/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 6 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.common.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 17 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.common/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.concurrent/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.console.ssh.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.console.ssh/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 5 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.console.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 7 issues (skipped 2 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.console/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.coordinator/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 97 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.device/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 1 issue (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb10.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb10.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb11.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb11.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb12.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb12.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb13.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb13.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb14.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb14.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb15.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb15.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb16.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb16.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb17.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb17.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb1a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb1a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb20.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb20.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb21.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb21.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb21a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb21a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb22.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb22.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb23.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb23.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb24.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb24.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb25.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb25.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb26.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb26.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb27.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb27.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb3.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb3.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb4.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb4.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb5.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb5.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb6.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb6.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb7.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb7.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb8.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb8.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb9.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb9.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 7 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.event/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 3 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.jetty/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 15 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.registry/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.service.api/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/bundles_bin_tb1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/bundles_bin_tb1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/bundles_bin_tb2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/bundles_bin_tb2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 29 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.servlet/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.servletbridge/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 13 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.jsp.jasper.registry/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 29 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.jsp.jasper/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 9 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.launcher/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.log.stream/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.metatype/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.preferences.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 12 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.preferences/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.region/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 22 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.registry/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security.linux/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security.macosx/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security.ui/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security.win32.x86_64/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 4 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 15 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.servletbridge/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.transforms.hook/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 5 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.transforms.xslt/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 36 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.useradmin/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.weaving.caching.j9/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 1 issue (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.weaving.caching/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 24 issues (skipped 1 duplicate) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.weaving.hook/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 23 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.compatibility.state/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.services/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 13 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error3.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error3.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.hooks.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.hooks.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.dependent.a.test1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.dependent.a.test1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.dependent.a.test2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.dependent.a.test2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.registered.a.test1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.registered.a.test1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.registered.a.test2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.registered.a.test2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.c.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.c.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.d.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.d.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_circularity.test.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_circularity.test.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_circularity.test.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_circularity.test.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_classloader.hooks.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_classloader.hooks.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_client1.multiple.exports.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_client1.multiple.exports.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_client2.multiple.exports.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_client2.multiple.exports.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer3.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer3.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.extclasspath.a.importer.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.extclasspath.a.importer.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.extclasspath.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.extclasspath.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.importer.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.importer.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.requires.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.requires.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_frag.multiple.exports.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_frag.multiple.exports.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.frag.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.frag.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.frag.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.frag.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.host.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.host.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.host.a.v2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.host.a.v2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_geturl.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_geturl.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_host.multiple.exports.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_host.multiple.exports.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.c.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.c.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_mrBundleInputBase.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_mrBundleInputBase.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.a1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.a1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.a2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.a2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.b1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.b1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.b2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.b2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.c.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.c.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.d.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.d.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.e.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.e.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.c.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.c.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.d.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.d.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.e.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.e.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_security.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_security.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_security.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_security.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_storage.hooks.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_storage.hooks.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.a.frag.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.a.frag.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.b.frag.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.b.frag.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.e.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.e.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.f.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.f.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.i.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.i.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.j.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.j.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.k.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.k.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.l.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.l.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.m.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.m.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.n.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.n.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug235958.x.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug235958.x.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug235958.y.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug235958.y.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.c.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.c.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug287750.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug287750.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug306181a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug306181a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug306181b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug306181b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug375784.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug375784.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug412228.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug412228.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug438904.frag.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug438904.frag.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug438904.host.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug438904.host.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug471551.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug471551.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug490902.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug490902.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug490902.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug490902.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.dynamic.privateimport.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.dynamic.privateimport.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.dynamicimport.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.dynamicimport.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.filter.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.filter.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.link.a.client.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.link.a.client.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.link.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.link.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.logging.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.logging.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.manifestpackage.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.manifestpackage.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.protocol.handler.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.protocol.handler.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.protocol.handler.user.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.protocol.handler.user.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.tccl.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.tccl.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.uninstall.start1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.uninstall.start1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.uninstall.start2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.uninstall.start2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_thread.locktest.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_thread.locktest.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_wrapper.hooks.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_wrapper.hooks.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test3.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test3.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 2 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi/supplement/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 458 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi/target/compilelogs/@dot.xml' The recommended git tool is: git using credential github-app-equinox The recommended git tool is: git using credential github-app-equinox > git rev-parse HEAD^{commit} # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 [Compiler and API Tools] Post processing issues on 'centos-8-29rbx' with source code encoding 'UTF-8' [Compiler and API Tools] Creating SCM blamer to obtain author and commit information for affected files [Compiler and API Tools] -> Git blamer successfully created in working tree '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [Compiler and API Tools] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [Compiler and API Tools] -> resolved paths in source directory (542 found, 0 not found) [Compiler and API Tools] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Compiler and API Tools] -> resolved module names for 1140 issues [Compiler and API Tools] Resolving package names (or namespaces) by parsing the affected files [Compiler and API Tools] -> resolved package names of 542 affected files [Compiler and API Tools] No filter has been set, publishing all 1140 issues [Compiler and API Tools] Creating fingerprints for all affected code blocks to track issues over different builds [Compiler and API Tools] -> created fingerprints for 1140 issues (skipped 0 issues) [Compiler and API Tools] Invoking Git blamer to create author and commit information for 542 affected files [Compiler and API Tools] -> GIT_COMMIT env = 'HEAD' [Compiler and API Tools] -> Git commit ID = '0f17d84b6ad9b25fa72a8ecc7897b79c899ce48b' [Compiler and API Tools] -> Git working tree = '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [Compiler and API Tools] -> blamed authors of issues in 542 files [Compiler and API Tools] Blaming of authors took 90 seconds [Compiler and API Tools] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/equinox/branches/R4-31-maintenance.pbb4g2/builds/1/files-with-issues' [Compiler and API Tools] -> 542 copied, 0 not in workspace, 0 not-found, 0 with I/O error [Compiler and API Tools] Repository miner is not configured, skipping repository mining [Compiler and API Tools] Searching for all files in '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' that match the pattern '**/target/compilelogs/*.xml' [Compiler and API Tools] Traversing of symbolic links: enabled [Compiler and API Tools] -> found 178 files [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.app/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 268 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.app/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.bidi.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.bidi/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.bidi/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm.test/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.cm.test/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.cm/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 19 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.cm/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 6 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.common.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.common/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 17 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.common/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.concurrent/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.concurrent/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.console.ssh.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.ssh/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.console.ssh/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 5 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.console.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.console/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 7 issues (skipped 2 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.console/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.coordinator/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.coordinator/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.device/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 97 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.device/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 1 issue (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb10.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb10.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb11.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb11.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb12.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb12.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb13.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb13.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb14.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb14.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb15.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb15.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb16.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb16.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb17.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb17.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb1a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb1a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb20.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb20.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb21.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb21.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb21a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb21a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb22.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb22.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb23.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb23.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb24.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb24.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb25.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb25.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb26.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb26.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb27.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb27.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb3.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb3.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb4.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb4.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb5.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb5.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb6.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb6.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb7.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb7.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb8.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb8.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb9.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.ds.tests/target/compilelogs/scr_test_tb9.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.event/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 7 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.event/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.jetty/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 3 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.jetty/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.registry/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 15 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.registry/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.service.api/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.service.api/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/bundles_bin_tb1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/bundles_bin_tb1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/bundles_bin_tb2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.servlet.tests/target/compilelogs/bundles_bin_tb2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servlet/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 29 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.servlet/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.http.servletbridge/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 13 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.jsp.jasper.registry/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 29 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.jsp.jasper/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.launcher/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 9 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.launcher/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.log.stream/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.log.stream/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.metatype/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.metatype/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.preferences.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.preferences/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 12 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.preferences/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.region/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.region/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.registry/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 22 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.registry/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.linux/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security.linux/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.macosx/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security.macosx/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.ui/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security.ui/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security.win32.x86_64/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.security/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 4 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.security/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.servletbridge/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 15 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.servletbridge/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.transforms.hook/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 5 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.transforms.xslt/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.useradmin/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 36 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.useradmin/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.weaving.caching.j9/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 1 issue (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.weaving.caching/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 24 issues (skipped 1 duplicate) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.equinox.weaving.hook/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 23 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.compatibility.state/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.services/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.services/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 13 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error3.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.error3.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.hooks.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_activator.hooks.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.dependent.a.test1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.dependent.a.test1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.dependent.a.test2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.dependent.a.test2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.registered.a.test1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.registered.a.test1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.registered.a.test2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_buddy.registered.a.test2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.c.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.c.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.d.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.d.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_chain.test.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_circularity.test.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_circularity.test.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_circularity.test.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_circularity.test.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_classloader.hooks.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_classloader.hooks.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_client1.multiple.exports.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_client1.multiple.exports.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_client2.multiple.exports.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_client2.multiple.exports.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer3.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_exporter.importer3.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.extclasspath.a.importer.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.extclasspath.a.importer.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.extclasspath.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.extclasspath.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.importer.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.importer.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.requires.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.a.requires.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_ext.framework.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_frag.multiple.exports.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_frag.multiple.exports.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.frag.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.frag.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.frag.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.frag.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.host.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.host.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.host.a.v2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_fragment.test.attach.host.a.v2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_geturl.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_geturl.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_host.multiple.exports.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_host.multiple.exports.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.c.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.c.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_legacy.lazystart.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_mrBundleInputBase.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_mrBundleInputBase.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.a1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.a1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.a2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.a2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.b1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.b1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.b2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.b2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.c.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.c.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.d.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.d.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.e.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_nativetest.e.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.c.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.c.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.d.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.d.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.e.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.e.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_osgi.lazystart.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_security.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_security.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_security.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_security.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_storage.hooks.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_storage.hooks.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.a.frag.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.a.frag.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.b.frag.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.b.frag.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.e.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.e.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.f.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.f.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.i.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.i.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.j.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.j.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.k.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.k.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.l.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.l.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.m.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.m.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.n.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_substitutes.n.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug235958.x.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug235958.x.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug235958.y.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug235958.y.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.c.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug259903.c.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug287750.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug287750.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug306181a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug306181a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug306181b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug306181b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug375784.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug375784.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug412228.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug412228.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug438904.frag.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug438904.frag.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug438904.host.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug438904.host.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug471551.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug471551.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug490902.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug490902.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug490902.b.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.bug490902.b.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.dynamic.privateimport.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.dynamic.privateimport.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.dynamicimport.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.dynamicimport.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.filter.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.filter.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.link.a.client.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.link.a.client.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.link.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.link.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.logging.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.logging.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.manifestpackage.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.manifestpackage.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.protocol.handler.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.protocol.handler.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.protocol.handler.user.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.protocol.handler.user.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.tccl.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.tccl.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.uninstall.start1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.uninstall.start1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.uninstall.start2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_test.uninstall.start2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_thread.locktest.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_thread.locktest.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_wrapper.hooks.a.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_wrapper.hooks.a.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test1.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test1.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test2.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test2.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test3.jar.xml [Compiler and API Tools] -> found 0 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi.tests/target/compilelogs/bundle_tests_xfriends.test3.jar.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/supplement/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 2 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi/supplement/target/compilelogs/@dot.xml' [Compiler and API Tools] Successfully parsed file /home/jenkins/agent/workspace/equinox_R4_31_maintenance/bundles/org.eclipse.osgi/target/compilelogs/@dot.xml [Compiler and API Tools] -> found 458 issues (skipped 0 duplicates) [Compiler and API Tools] Successfully processed file 'bundles/org.eclipse.osgi/target/compilelogs/@dot.xml' [Compiler and API Tools] Post processing issues on 'centos-8-29rbx' with source code encoding 'UTF-8' [Compiler and API Tools] Creating SCM blamer to obtain author and commit information for affected files [Compiler and API Tools] -> Git blamer successfully created in working tree '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [Compiler and API Tools] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [Compiler and API Tools] -> resolved paths in source directory (542 found, 0 not found) [Compiler and API Tools] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Compiler and API Tools] -> resolved module names for 1140 issues [Compiler and API Tools] Resolving package names (or namespaces) by parsing the affected files [Compiler and API Tools] -> resolved package names of 542 affected files [Compiler and API Tools] No filter has been set, publishing all 1140 issues [Compiler and API Tools] Creating fingerprints for all affected code blocks to track issues over different builds [Compiler and API Tools] -> created fingerprints for 1140 issues (skipped 0 issues) [Compiler and API Tools] Invoking Git blamer to create author and commit information for 542 affected files [Compiler and API Tools] -> GIT_COMMIT env = 'HEAD' [Compiler and API Tools] -> Git commit ID = '0f17d84b6ad9b25fa72a8ecc7897b79c899ce48b' [Compiler and API Tools] -> Git working tree = '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [Compiler and API Tools] -> blamed authors of issues in 542 files [Compiler and API Tools] Blaming of authors took 90 seconds [Compiler and API Tools] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/equinox/branches/R4-31-maintenance.pbb4g2/builds/1/files-with-issues' [Compiler and API Tools] -> 542 copied, 0 not in workspace, 0 not-found, 0 with I/O error [Compiler and API Tools] Repository miner is not configured, skipping repository mining [Compiler and API Tools] Obtaining reference build from reference recorder [Compiler and API Tools] -> Found 'equinox » master #351' [Compiler and API Tools] Using reference build 'equinox/master #351' to compute new, fixed, and outstanding issues [Compiler and API Tools] Issues delta (vs. reference build): outstanding: 1140, new: 0, fixed: 0 [Compiler and API Tools] No quality gates have been set - skipping [Compiler and API Tools] Health report is disabled - skipping [Compiler and API Tools] Created analysis result for 1140 issues (found 0 new issues, fixed 0 issues) [Compiler and API Tools] Attaching ResultAction with ID 'eclipse' to build 'equinox/R4_31_maintenance #1'. [GitHub Checks] GitHub check (name: Compiler and API Tools, status: completed) has been published. [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_31_maintenance') [Maven] -> found 29 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_31_maintenance') [Maven] -> found 29 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 29 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_31_maintenance') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 29 issues [Maven] Repository miner is not configured, skipping repository mining [Maven] Successfully parsed console log [Maven] -> found 29 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 29 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 29 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 29 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_31_maintenance') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 29 issues [Maven] Repository miner is not configured, skipping repository mining [Maven] Obtaining reference build from reference recorder [Maven] -> Found 'equinox » master #351' [Maven] Using reference build 'equinox/master #351' to compute new, fixed, and outstanding issues [Maven] Issues delta (vs. reference build): outstanding: 29, new: 0, fixed: 0 [Maven] No quality gates have been set - skipping [Maven] Health report is disabled - skipping [Maven] Created analysis result for 29 issues (found 0 new issues, fixed 0 issues) [Maven] Attaching ResultAction with ID 'maven-warnings' to build 'equinox/R4_31_maintenance #1'. [GitHub Checks] GitHub check (name: Maven, status: completed) has been published. [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_31_maintenance') [JavaDoc] -> found 21 issues (skipped 11 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_31_maintenance') The recommended git tool is: git using credential github-app-equinox The recommended git tool is: git using credential github-app-equinox > git rev-parse HEAD^{commit} # timeout=10 [JavaDoc] -> found 21 issues (skipped 11 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 21 issues (skipped 11 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_31_maintenance') [JavaDoc] Post processing issues on 'centos-8-29rbx' with source code encoding 'UTF-8' [JavaDoc] Creating SCM blamer to obtain author and commit information for affected files [JavaDoc] -> Git blamer successfully created in working tree '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [JavaDoc] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [JavaDoc] -> resolved paths in source directory (8 found, 0 not found) [JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [JavaDoc] -> resolved module names for 21 issues [JavaDoc] Resolving package names (or namespaces) by parsing the affected files [JavaDoc] -> resolved package names of 8 affected files [JavaDoc] No filter has been set, publishing all 21 issues [JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds [JavaDoc] -> created fingerprints for 21 issues (skipped 0 issues) [JavaDoc] Invoking Git blamer to create author and commit information for 8 affected files [JavaDoc] -> GIT_COMMIT env = 'HEAD' [JavaDoc] -> Git commit ID = '0f17d84b6ad9b25fa72a8ecc7897b79c899ce48b' [JavaDoc] -> Git working tree = '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [JavaDoc] -> blamed authors of issues in 8 files [JavaDoc] Blaming of authors took 1 seconds [JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/equinox/branches/R4-31-maintenance.pbb4g2/builds/1/files-with-issues' [JavaDoc] -> 4 copied, 0 not in workspace, 0 not-found, 0 with I/O error [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Successfully parsed console log [JavaDoc] -> found 21 issues (skipped 11 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 21 issues (skipped 11 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 21 issues (skipped 11 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 21 issues (skipped 11 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_31_maintenance') [JavaDoc] Post processing issues on 'centos-8-29rbx' with source code encoding 'UTF-8' [JavaDoc] Creating SCM blamer to obtain author and commit information for affected files [JavaDoc] -> Git blamer successfully created in working tree '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [JavaDoc] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [JavaDoc] -> resolved paths in source directory (8 found, 0 not found) [JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [JavaDoc] -> resolved module names for 21 issues [JavaDoc] Resolving package names (or namespaces) by parsing the affected files [JavaDoc] -> resolved package names of 8 affected files [JavaDoc] No filter has been set, publishing all 21 issues [JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds [JavaDoc] -> created fingerprints for 21 issues (skipped 0 issues) [JavaDoc] Invoking Git blamer to create author and commit information for 8 affected files [JavaDoc] -> GIT_COMMIT env = 'HEAD' [JavaDoc] -> Git commit ID = '0f17d84b6ad9b25fa72a8ecc7897b79c899ce48b' [JavaDoc] -> Git working tree = '/home/jenkins/agent/workspace/equinox_R4_31_maintenance' [JavaDoc] -> blamed authors of issues in 8 files [JavaDoc] Blaming of authors took 1 seconds [JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/equinox/branches/R4-31-maintenance.pbb4g2/builds/1/files-with-issues' [JavaDoc] -> 4 copied, 0 not in workspace, 0 not-found, 0 with I/O error [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Obtaining reference build from reference recorder [JavaDoc] -> Found 'equinox » master #351' [JavaDoc] Using reference build 'equinox/master #351' to compute new, fixed, and outstanding issues [JavaDoc] Issues delta (vs. reference build): outstanding: 21, new: 0, fixed: 0 [JavaDoc] No quality gates have been set - skipping [JavaDoc] Health report is disabled - skipping [JavaDoc] Created analysis result for 21 issues (found 0 new issues, fixed 0 issues) [JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'equinox/R4_31_maintenance #1'. > git rev-parse HEAD^{commit} # timeout=10 [GitHub Checks] GitHub check (name: JavaDoc, status: completed) has been published. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline [GitHub Checks] GitHub check (name: Code Analysis, status: completed) has been published. GitHub has been notified of this commit’s build result Finished: SUCCESS