Push event to branch R4_30_maintenance Connecting to https://api.github.com using github-app-equinox Obtained Jenkinsfile from 814024bf4d175788635cb11c031aa9b9c3379f12 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-gflsj 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-gflsj" 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-gflsj" - 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-gflsj" - 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-3131.vf2b_b_798b_ce99" 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-gflsj in /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance # timeout=10 Fetching upstream changes from https://github.com/eclipse-equinox/equinox.git > git --version # timeout=10 > git --version # 'git version 2.39.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/eclipse-equinox/equinox.git +refs/heads/R4_30_maintenance:refs/remotes/origin/R4_30_maintenance # timeout=10 > git config remote.origin.url https://github.com/eclipse-equinox/equinox.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/R4_30_maintenance:refs/remotes/origin/R4_30_maintenance # timeout=10 Avoid second fetch Checking out Revision 814024bf4d175788635cb11c031aa9b9c3379f12 (R4_30_maintenance) Commit message: "Remove ident ID value" First time build. Skipping changelog. > git config core.sparsecheckout # timeout=10 > git checkout -f 814024bf4d175788635cb11c031aa9b9c3379f12 # timeout=10 [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 '814024b' as starting point [GitCheckoutListener] -> Recorded 200 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@e56b400a' 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_30_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_30_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.39.1' > 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 e186a1b573faabb9ad5ec5d9a2b4762b8074cc05 (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 e186a1b573faabb9ad5ec5d9a2b4762b8074cc05 # 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 'e186a1b' as starting point [GitCheckoutListener] -> Recorded 200 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@559e2ede' 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_30_maintenance/.m2/repository -Pbree-libs -Papi-check -Pjavadoc -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 -Drt.equinox.binaries.loc=/home/jenkins/agent/workspace/equinox_R4_30_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: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f) [INFO] Tycho Mode: extension [INFO] Tycho Builder: maven [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] parent [pom] [INFO] [aggregator] features [pom] [INFO] org.eclipse.osgi [eclipse-plugin] [INFO] [bundle] OSGi Release 4.2.0 Services [eclipse-plugin] [INFO] [bundle] Supplemental Equinox Functionality [eclipse-plugin] [INFO] [bundle] Common Eclipse Runtime [eclipse-plugin] [INFO] [bundle] Extension Registry Support [eclipse-plugin] [INFO] [bundle] Equinox Application Container [eclipse-plugin] [INFO] [bundle] User Admin Service [eclipse-plugin] [INFO] [bundle] Event Admin [eclipse-plugin] [INFO] [bundle] Meta Type [eclipse-plugin] [INFO] [bundle] Eclipse Preferences Mechanism [eclipse-plugin] [INFO] [bundle] Configuration Admin [eclipse-plugin] [INFO] [bundle] Device Access Service [eclipse-plugin] [INFO] [bundle] Coordinator [eclipse-plugin] [INFO] [feature] Equinox Compendium SDK [eclipse-feature] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes [eclipse-plugin] [INFO] [bundle] Console plug-in [eclipse-plugin] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment [eclipse-plugin] [INFO] [feature] Equinox Core Function [eclipse-feature] [INFO] org.eclipse.equinox.security [eclipse-plugin] [INFO] org.eclipse.equinox.security.linux [eclipse-plugin] [INFO] [bundle] Region Digraph [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] Console ssh support plug-in [eclipse-plugin] [INFO] [bundle] Equinox Security Default UI [eclipse-plugin] [INFO] org.eclipse.equinox.security.macosx [eclipse-plugin] [INFO] [bundle] Transformer Hook Framework Extension [eclipse-plugin] [INFO] [bundle] XSLT Transform Provider [eclipse-plugin] [INFO] [bundle] Bidirectional Text Support [eclipse-plugin] [INFO] [bundle] Equinox Concurrent API [eclipse-plugin] [INFO] org.eclipse.equinox.security.win32.x86_64 [eclipse-plugin] [INFO] [bundle] Equinox Launcher [eclipse-plugin] [INFO] [bundle] J9 CachingService Plug-in [eclipse-plugin] [INFO] [bundle] SSHD Fragment [eclipse-plugin] [INFO] [feature] Equinox Core SDK [eclipse-feature] [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] [bundle] Equinox Launcher Linux AARCH64 Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment [eclipse-plugin] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment [eclipse-plugin] [INFO] org.eclipse.equinox.executable [eclipse-feature] [INFO] [bundle] Http Services Servlet [eclipse-plugin] [INFO] [bundle] Jetty Http Service [eclipse-plugin] [INFO] [feature] Jetty Http Server Feature [eclipse-feature] [INFO] [bundle] Jasper Jsp Support Bundle [eclipse-plugin] [INFO] [bundle] Http Service Registry Extensions [eclipse-plugin] [INFO] [feature] Core Server Feature [eclipse-feature] [INFO] [bundle] Jasper Jsp Registry Support Plug-in [eclipse-plugin] [INFO] [bundle] Servletbridge [eclipse-plugin] [INFO] [bundle] Servletbridge Http Service [eclipse-plugin] [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] [bundle] slf4j Stub [eclipse-plugin] [INFO] org.eclipse.osgi.tests [eclipse-test-plugin] [INFO] [INFO] ---------------------< org.eclipse.equinox:parent >--------------------- [INFO] Building parent 4.30.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_30_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_30_maintenance/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ parent --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ parent --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ parent --- [INFO] [INFO] --- javadoc:3.6.2: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.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ parent --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ parent --- [INFO] [INFO] --------------------< org.eclipse.equinox:features >-------------------- [INFO] Building [aggregator] features 4.30.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_30_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_30_maintenance/features/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ features --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ features --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ features --- [INFO] [INFO] --- javadoc:3.6.2: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.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ features --- [INFO] [INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------ [INFO] Building org.eclipse.osgi 3.18.600-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_30_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.30.0-SNAPSHOT/eclipse-sdk-prereqs-4.30.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@9b29cd4 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/equinox_R4_30_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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.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.11.0, 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.16.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.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.9, 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.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.52, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.7.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.http, Version = 1.2.2, 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 = ], 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.6, 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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.1, 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.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 = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.30-I-builds [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.18.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/pom.xml [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.osgi --- [INFO] The project's OSGi version is 3.18.600.v20231110-1900 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.osgi --- [INFO] Compiling 454 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_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_30_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_30_maintenance/bundles/org.eclipse.osgi/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.18.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.18.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.18.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.18.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.osgi:org.eclipse.osgi:xml:p2metadata:3.18.600-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.osgi:org.eclipse.osgi:xml:p2artifacts:3.18.600-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/dto/DTO.java:40: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AdaptPermission.java:43: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AdminPermission.java:94: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AllServiceListener.java:55: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Bundle.java:77: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleActivator.java:48: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleContext.java:87: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleListener.java:37: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundlePermission.java:60: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleReference.java:25: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/CapabilityPermission.java:49: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Filter.java:44: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/FrameworkListener.java:37: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/FrameworkUtil.java:49: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/PackagePermission.java:56: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/PrototypeServiceFactory.java:66: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServiceFactory.java:55: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServiceListener.java:52: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServiceObjects.java:42: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServicePermission.java:53: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServiceReference.java:52: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServiceRegistration.java:36: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/SynchronousBundleListener.java:61: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/UnfilteredServiceListener.java:67: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/connect/ConnectContent.java:47: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/connect/ConnectFrameworkFactory.java:47: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/connect/ConnectModule.java:28: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/connect/ModuleConnector.java:45: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/bundle/CollisionHook.java:36: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/bundle/EventHook.java:31: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/bundle/FindHook.java:32: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/resolver/ResolverHookFactory.java:33: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/service/EventHook.java:31: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/service/EventListenerHook.java:33: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/service/FindHook.java:31: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/service/ListenerHook.java:31: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/service/ListenerHook.java:70: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/weaving/WeavingHook.java:38: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/weaving/WovenClassListener.java:48: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/launch/Framework.java:38: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/launch/FrameworkFactory.java:48: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/startlevel/BundleStartLevel.java:32: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/startlevel/FrameworkStartLevel.java:35: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleCapability.java:28: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleRequirement.java:28: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleRevision.java:54: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleRevisions.java:39: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleWire.java:25: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleWiring.java:56: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/FrameworkWiring.java:36: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/Capability.java:30: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/Requirement.java:30: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/Resource.java:32: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/Wire.java:29: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/Wiring.java:32: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condition/Condition.java:40: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/BundleLocationCondition.java:36: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/BundleSignerCondition.java:50: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/Condition.java:27: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/ConditionalPermissionAdmin.java:30: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/ConditionalPermissionUpdate.java:28: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/FormatterLogger.java:49: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogEntry.java:32: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogListener.java:36: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogReaderService.java:39: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogService.java:27: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/Logger.java:50: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LoggerConsumer.java:28: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LoggerFactory.java:48: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/admin/LoggerAdmin.java:55: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/admin/LoggerContext.java:31: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/packageadmin/ExportedPackage.java:44: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/packageadmin/PackageAdmin.java:30: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/packageadmin/RequiredBundle.java:45: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/permissionadmin/PermissionAdmin.java:59: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/resolver/HostedCapability.java:35: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/resolver/ResolveContext.java:68: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/resolver/Resolver.java:34: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/startlevel/StartLevel.java:69: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/StorageHookFactory.java:34: warning: empty

tag * A factory creates StorageHook instances that get associated with each Generation object installed.

^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/url/reference/Handler.java:26: warning: empty

tag * to a local file URL. For example:

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

tag *

^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:27: warning: nested tag not allowed: * Returns the Logger object associated with this logger name for the bundle that retrieved this log service. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:28: warning: nested tag not allowed: * If loggerName is null the default Logger for this bundle is returned. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/HookRegistry.java:103: warning: empty

tag * 5. Set this HookRegistry object to read only to prevent any other hooks from being added.

^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: warning: nested tag not allowed: * @param loggerName The name of the Logger ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: warning: empty tag * @param loggerName The name of the Logger ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/SecureAction.java:73: warning: empty

tag * The recommended way to construct a SecureAction object is the following:

^ 100 errors 9 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_30_maintenance/bundles/org.eclipse.osgi/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/dto/DTO.java:40: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AdaptPermission.java:43: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AdminPermission.java:94: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/AllServiceListener.java:55: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Bundle.java:77: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleActivator.java:48: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleContext.java:87: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleListener.java:37: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundlePermission.java:60: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/BundleReference.java:25: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/CapabilityPermission.java:49: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Filter.java:44: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/FrameworkListener.java:37: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/FrameworkUtil.java:49: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/PackagePermission.java:56: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/PrototypeServiceFactory.java:66: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServiceFactory.java:55: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServiceListener.java:52: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServiceObjects.java:42: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServicePermission.java:53: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServiceReference.java:52: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ServiceRegistration.java:36: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/SynchronousBundleListener.java:61: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/UnfilteredServiceListener.java:67: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/connect/ConnectContent.java:47: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/connect/ConnectFrameworkFactory.java:47: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/connect/ConnectModule.java:28: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/connect/ModuleConnector.java:45: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/bundle/CollisionHook.java:36: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/bundle/EventHook.java:31: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/bundle/FindHook.java:32: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/resolver/ResolverHookFactory.java:33: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/service/EventHook.java:31: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/service/EventListenerHook.java:33: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/service/FindHook.java:31: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/service/ListenerHook.java:31: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/service/ListenerHook.java:70: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/weaving/WeavingHook.java:38: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/hooks/weaving/WovenClassListener.java:48: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/launch/Framework.java:38: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/launch/FrameworkFactory.java:48: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/startlevel/BundleStartLevel.java:32: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/startlevel/FrameworkStartLevel.java:35: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleCapability.java:28: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleRequirement.java:28: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleRevision.java:54: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleRevisions.java:39: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleWire.java:25: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleWiring.java:56: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/FrameworkWiring.java:36: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/Capability.java:30: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/Requirement.java:30: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/Resource.java:32: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/Wire.java:29: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/resource/Wiring.java:32: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condition/Condition.java:40: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/BundleLocationCondition.java:36: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/BundleSignerCondition.java:50: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/Condition.java:27: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/ConditionalPermissionAdmin.java:30: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/ConditionalPermissionUpdate.java:28: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/FormatterLogger.java:49: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogEntry.java:32: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogListener.java:36: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogReaderService.java:39: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LogService.java:27: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/Logger.java:50: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LoggerConsumer.java:28: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/LoggerFactory.java:48: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/admin/LoggerAdmin.java:55: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/log/admin/LoggerContext.java:31: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/packageadmin/ExportedPackage.java:44: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/packageadmin/PackageAdmin.java:30: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/packageadmin/RequiredBundle.java:45: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/permissionadmin/PermissionAdmin.java:59: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/resolver/HostedCapability.java:35: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/resolver/ResolveContext.java:68: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/resolver/Resolver.java:34: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/startlevel/StartLevel.java:69: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/StorageHookFactory.java:34: warning: empty

tag * A factory creates StorageHook instances that get associated with each Generation object installed.

^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/url/reference/Handler.java:26: warning: empty

tag * to a local file URL. For example:

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

tag *

^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:27: warning: nested tag not allowed: * Returns the Logger object associated with this logger name for the bundle that retrieved this log service. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:28: warning: nested tag not allowed: * If loggerName is null the default Logger for this bundle is returned. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/hookregistry/HookRegistry.java:103: warning: empty

tag * 5. Set this HookRegistry object to read only to prevent any other hooks from being added.

^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: warning: nested tag not allowed: * @param loggerName The name of the Logger ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: warning: empty tag * @param loggerName The name of the Logger ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/SecureAction.java:73: warning: empty

tag * The recommended way to construct a SecureAction object is the following:

^ 100 errors 9 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_30_maintenance/bundles/org.eclipse.osgi/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.18.600-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.29/R-4.29-202309031000 [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.osgi --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.osgi.services >------------ [INFO] Building [bundle] OSGi Release 4.2.0 Services 3.11.200-SNAPSHOT [4/67] [INFO] from bundles/org.eclipse.osgi.services/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.services --- [INFO] The project's OSGi version is 3.11.200.v20231106-0901 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.osgi.services/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.osgi.services --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.osgi.services/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.11.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.11.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.services --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.services --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.services:3.11.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.services:xml:p2metadata:3.11.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.services:xml:p2artifacts:3.11.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/context/ServletContextHelper.java:101: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/HttpServiceRuntime.java:34: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/BaseServletDTO.java:26: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/ErrorPageDTO.java:23: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedErrorPageDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedFilterDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FilterDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedListenerDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/ListenerDTO.java:24: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedPreprocessorDTO.java:23: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/PreprocessorDTO.java:28: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedResourceDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/ResourceDTO.java:24: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedServletContextDTO.java:35: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/ServletContextDTO.java:29: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedServletDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/ServletDTO.java:24: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/RequestInfoDTO.java:24: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/RuntimeDTO.java:25: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/whiteboard/Preprocessor.java:49: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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} ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java:232: error: unexpected content * @see "Java Servlet Specification Version 3.0, Section 8.1.5 @MultipartConfig" ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java:232: error: unknown tag: MultipartConfig * @see "Java Servlet Specification Version 3.0, Section 8.1.5 @MultipartConfig" ^ 23 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_30_maintenance/bundles/org.eclipse.osgi.services/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/context/ServletContextHelper.java:101: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/HttpServiceRuntime.java:34: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/BaseServletDTO.java:26: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/ErrorPageDTO.java:23: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedErrorPageDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedFilterDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FilterDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedListenerDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/ListenerDTO.java:24: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedPreprocessorDTO.java:23: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/PreprocessorDTO.java:28: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedResourceDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/ResourceDTO.java:24: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedServletContextDTO.java:35: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/ServletContextDTO.java:29: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/FailedServletDTO.java:27: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/ServletDTO.java:24: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/RequestInfoDTO.java:24: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/dto/RuntimeDTO.java:25: error: unknown tag: NotThreadSafe * @NotThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/whiteboard/Preprocessor.java:49: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_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} ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java:232: error: unexpected content * @see "Java Servlet Specification Version 3.0, Section 8.1.5 @MultipartConfig" ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java:232: error: unknown tag: MultipartConfig * @see "Java Servlet Specification Version 3.0, Section 8.1.5 @MultipartConfig" ^ 23 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_30_maintenance/bundles/org.eclipse.osgi.services/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.11.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.services --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.osgi.services --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.supplement >--------- [INFO] Building [bundle] Supplemental Equinox Functionality 1.10.700-SNAPSHOT [5/67] [INFO] from bundles/org.eclipse.osgi/supplement/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.700-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.supplement --- [INFO] The project's OSGi version is 1.10.700.v20230509-2241 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.osgi/supplement/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.supplement --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.osgi/supplement/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.700-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.700-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.supplement --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.700-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.supplement --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.700-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.supplement:xml:p2metadata:1.10.700-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.supplement:xml:p2artifacts:1.10.700-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.supplement --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:19: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:18: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/Logger.java:18: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogReaderService.java:17: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogPermissionCollection.java:21: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogPermission.java:21: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogEntry.java:20: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:33: error: unknown tag: ResolverHookFactory ServiceRegistration hookReg = context.registerService(ResolverHookFactory.class, reportListener, null); ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:45: error: unknown tag: BundleRevision private final Collection targetTriggers = new ArrayList(); ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:45: error: unknown tag: BundleRevision private final Collection targetTriggers = new ArrayList(); ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:51: error: bad HTML entity if (revision != null && revision.getWiring() == null) { ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:51: error: bad HTML entity if (revision != null && revision.getWiring() == null) { ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:64: error: unknown tag: BundleRevision public void filterResolvable(Collection candidates) { } ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:67: error: unknown tag: BundleCapability Collection collisionCandidates) { } ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:70: error: unknown tag: BundleCapability Collection candidates) { } ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:75: error: unknown tag: BundleRevision public ResolverHook begin(Collection triggers) { ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:27: warning: nested tag not allowed: * Returns the Logger object associated with this logger name for the bundle that retrieved this log service. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:28: warning: nested tag not allowed: * If loggerName is null the default Logger for this bundle is returned. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:27: error: element not closed: code * Returns the Logger object associated with this logger name for the bundle that retrieved this log service. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:27: error: element not closed: code * Returns the Logger object associated with this logger name for the bundle that retrieved this log service. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: warning: nested tag not allowed: * @param loggerName The name of the Logger ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: warning: empty tag * @param loggerName The name of the Logger ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: error: element not closed: code * @param loggerName The name of the Logger ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: error: element not closed: code * @param loggerName The name of the Logger ^ 20 errors 4 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_30_maintenance/bundles/org.eclipse.osgi/supplement/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:19: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:18: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/Logger.java:18: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogReaderService.java:17: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogPermissionCollection.java:21: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogPermission.java:21: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogEntry.java:20: error: unknown tag: ThreadSafe * @ThreadSafe ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:33: error: unknown tag: ResolverHookFactory ServiceRegistration hookReg = context.registerService(ResolverHookFactory.class, reportListener, null); ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:45: error: unknown tag: BundleRevision private final Collection targetTriggers = new ArrayList(); ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:45: error: unknown tag: BundleRevision private final Collection targetTriggers = new ArrayList(); ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:51: error: bad HTML entity if (revision != null && revision.getWiring() == null) { ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:51: error: bad HTML entity if (revision != null && revision.getWiring() == null) { ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:64: error: unknown tag: BundleRevision public void filterResolvable(Collection candidates) { } ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:67: error: unknown tag: BundleCapability Collection collisionCandidates) { } ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:70: error: unknown tag: BundleCapability Collection candidates) { } ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/report/resolution/ResolutionReport.java:75: error: unknown tag: BundleRevision public ResolverHook begin(Collection triggers) { ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:27: warning: nested tag not allowed: * Returns the Logger object associated with this logger name for the bundle that retrieved this log service. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:28: warning: nested tag not allowed: * If loggerName is null the default Logger for this bundle is returned. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:27: error: element not closed: code * Returns the Logger object associated with this logger name for the bundle that retrieved this log service. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/ExtendedLogService.java:27: error: element not closed: code * Returns the Logger object associated with this logger name for the bundle that retrieved this log service. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: warning: nested tag not allowed: * @param loggerName The name of the Logger ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: warning: empty tag * @param loggerName The name of the Logger ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: error: element not closed: code * @param loggerName The name of the Logger ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi/supplement/src/org/eclipse/equinox/log/LogFilter.java:26: error: element not closed: code * @param loggerName The name of the Logger ^ 20 errors 4 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_30_maintenance/bundles/org.eclipse.osgi/supplement/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.700-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.supplement --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.supplement --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.common >----------- [INFO] Building [bundle] Common Eclipse Runtime 3.18.200-SNAPSHOT [6/67] [INFO] from bundles/org.eclipse.equinox.common/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.18.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common --- [INFO] The project's OSGi version is 3.18.200.v20231106-1826 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.common/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.common --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.common/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.common --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.18.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.common --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.18.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.18.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.common --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.common --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common:3.18.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.common:xml:p2metadata:3.18.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.common:xml:p2artifacts:3.18.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.common --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/equinox/events/MemoryEventConstants.java:36: error: unexpected end tag:

*

^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/text/StringMatcher.java:131: error: malformed HTML *

*

^ 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_30_maintenance/bundles/org.eclipse.equinox.common/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/equinox/events/MemoryEventConstants.java:36: error: unexpected end tag:

*

^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common/src/org/eclipse/core/text/StringMatcher.java:131: error: malformed HTML *

*

^ 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_30_maintenance/bundles/org.eclipse.equinox.common/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.18.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.common --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.registry >---------- [INFO] Building [bundle] Extension Registry Support 3.11.400-SNAPSHOT [7/67] [INFO] from bundles/org.eclipse.equinox.registry/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.registry/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.registry --- [INFO] The project's OSGi version is 3.11.400.v20231102-2218 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.registry/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.registry --- [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.registry/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.registry/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.11.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.11.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.registry --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.registry:3.11.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.registry:xml:p2metadata:3.11.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.registry:xml:p2artifacts:3.11.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.registry/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.registry/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.registry/target/org.eclipse.equinox.registry-3.11.400-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.registry --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.registry --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.app >------------- [INFO] Building [bundle] Equinox Application Container 1.6.400-SNAPSHOT [8/67] [INFO] from bundles/org.eclipse.equinox.app/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.app/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.app --- [INFO] The project's OSGi version is 1.6.400.v20231103-0807 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.app --- [INFO] Resolving class path of [bundle] Equinox Application Container [INFO] [INFO] --- build-helper:3.4.0:add-source (eclipse-classpath-add-source-31) @ org.eclipse.equinox.app --- [INFO] Source directory: /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.app/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.app --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.app/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.app/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.app --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.6.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.app --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.6.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.app --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.app --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.app --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.app:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.app:xml:p2metadata:1.6.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.app:xml:p2artifacts:1.6.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.app --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.6.400-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.app --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.app --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.useradmin >---------- [INFO] Building [bundle] User Admin Service 1.2.500-SNAPSHOT [9/67] [INFO] from bundles/org.eclipse.equinox.useradmin/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.useradmin --- [INFO] The project's OSGi version is 1.2.500.v20231012-1249 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.useradmin --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.useradmin --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.2.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.useradmin --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.2.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.useradmin --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.useradmin --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.useradmin --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.useradmin:xml:p2metadata:1.2.500-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.useradmin:xml:p2artifacts:1.2.500-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Authorization.java:29: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:34: error: tag not supported in HTML5: tt * and cannot be removed. All predefined roles are of type ROLE. This ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:35: error: tag not supported in HTML5: tt * version of the org.osgi.service.useradmin package defines a single ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:98: error: tag not supported in HTML5: tt * @throws IllegalArgumentException if type is invalid. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:102: error: tag not supported in HTML5: tt * UserAdminPermission with name ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:103: error: tag not supported in HTML5: tt * admin. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:167: error: tag not supported in HTML5: tt * not have the UserAdminPermission with name ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:168: error: tag not supported in HTML5: tt * admin. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:89: error: tag not supported in HTML5: tt * Only objects of type String may be used as property keys, and only ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:90: error: tag not supported in HTML5: tt * objects of type String or byte[] may be used as property ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:90: error: tag not supported in HTML5: tt * objects of type String or byte[] may be used as property ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:92: error: tag not supported in HTML5: tt * IllegalArgumentException to be raised. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/User.java:82: error: tag not supported in HTML5: tt * If the specified credential value is not of type String or ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/User.java:83: error: tag not supported in HTML5: tt * byte[], it is ignored, that is, false is returned (as ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/User.java:83: error: tag not supported in HTML5: tt * byte[], it is ignored, that is, false is returned (as ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/User.java:84: error: tag not supported in HTML5: tt * opposed to an IllegalArgumentException being raised). ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/User.java:93: error: tag not supported in HTML5: tt * not have the UserAdminPermission named ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:105: error: tag not supported in HTML5: tt * not have the UserAdminPermission with name ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:106: error: tag not supported in HTML5: tt * admin. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:149: error: tag not supported in HTML5: tt * not have the UserAdminPermission with name ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:150: error: tag not supported in HTML5: tt * admin. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:189: error: tag not supported in HTML5: tt * not have the UserAdminPermission with name ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:190: error: tag not supported in HTML5: tt * admin. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:75: error: tag not supported in HTML5: tt * A service is being added to the ServiceTracker object. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:79: error: tag not supported in HTML5: tt * the ServiceTracker object is added to it. This method should return ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:80: error: tag not supported in HTML5: tt * the service object to be tracked for this ServiceReference object. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:81: error: tag not supported in HTML5: tt * The returned service object is stored in the ServiceTracker object ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:82: error: tag not supported in HTML5: tt * and is available from the getService and getServices ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:82: error: tag not supported in HTML5: tt * and is available from the getService and getServices ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:86: error: tag not supported in HTML5: tt * ServiceTracker object. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:87: error: tag not supported in HTML5: tt * @return The service object to be tracked for the ServiceReference ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:88: error: tag not supported in HTML5: tt * object or null if the ServiceReference object ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:88: error: tag not supported in HTML5: tt * object or null if the ServiceReference object ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:101: error: tag not supported in HTML5: tt * A service tracked by the ServiceTracker object has been removed. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:105: error: tag not supported in HTML5: tt * ServiceTracker object. ^ 35 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_30_maintenance/bundles/org.eclipse.equinox.useradmin/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Authorization.java:29: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:34: error: tag not supported in HTML5: tt * and cannot be removed. All predefined roles are of type ROLE. This ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:35: error: tag not supported in HTML5: tt * version of the org.osgi.service.useradmin package defines a single ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:98: error: tag not supported in HTML5: tt * @throws IllegalArgumentException if type is invalid. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:102: error: tag not supported in HTML5: tt * UserAdminPermission with name ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:103: error: tag not supported in HTML5: tt * admin. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:167: error: tag not supported in HTML5: tt * not have the UserAdminPermission with name ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:168: error: tag not supported in HTML5: tt * admin. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:89: error: tag not supported in HTML5: tt * Only objects of type String may be used as property keys, and only ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:90: error: tag not supported in HTML5: tt * objects of type String or byte[] may be used as property ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:90: error: tag not supported in HTML5: tt * objects of type String or byte[] may be used as property ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Role.java:92: error: tag not supported in HTML5: tt * IllegalArgumentException to be raised. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/User.java:82: error: tag not supported in HTML5: tt * If the specified credential value is not of type String or ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/User.java:83: error: tag not supported in HTML5: tt * byte[], it is ignored, that is, false is returned (as ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/User.java:83: error: tag not supported in HTML5: tt * byte[], it is ignored, that is, false is returned (as ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/User.java:84: error: tag not supported in HTML5: tt * opposed to an IllegalArgumentException being raised). ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/User.java:93: error: tag not supported in HTML5: tt * not have the UserAdminPermission named ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:105: error: tag not supported in HTML5: tt * not have the UserAdminPermission with name ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:106: error: tag not supported in HTML5: tt * admin. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:149: error: tag not supported in HTML5: tt * not have the UserAdminPermission with name ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:150: error: tag not supported in HTML5: tt * admin. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:189: error: tag not supported in HTML5: tt * not have the UserAdminPermission with name ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/Group.java:190: error: tag not supported in HTML5: tt * admin. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:75: error: tag not supported in HTML5: tt * A service is being added to the ServiceTracker object. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:79: error: tag not supported in HTML5: tt * the ServiceTracker object is added to it. This method should return ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:80: error: tag not supported in HTML5: tt * the service object to be tracked for this ServiceReference object. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:81: error: tag not supported in HTML5: tt * The returned service object is stored in the ServiceTracker object ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:82: error: tag not supported in HTML5: tt * and is available from the getService and getServices ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:82: error: tag not supported in HTML5: tt * and is available from the getService and getServices ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:86: error: tag not supported in HTML5: tt * ServiceTracker object. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:87: error: tag not supported in HTML5: tt * @return The service object to be tracked for the ServiceReference ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:88: error: tag not supported in HTML5: tt * object or null if the ServiceReference object ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:88: error: tag not supported in HTML5: tt * object or null if the ServiceReference object ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:101: error: tag not supported in HTML5: tt * A service tracked by the ServiceTracker object has been removed. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminEventProducer.java:105: error: tag not supported in HTML5: tt * ServiceTracker object. ^ 35 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_30_maintenance/bundles/org.eclipse.equinox.useradmin/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.useradmin/target/org.eclipse.equinox.useradmin-1.2.500-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.useradmin --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.useradmin --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.event >------------ [INFO] Building [bundle] Event Admin 1.6.300-SNAPSHOT [10/67] [INFO] from bundles/org.eclipse.equinox.event/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.event/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.event --- [INFO] The project's OSGi version is 1.6.300.v20231012-1251 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.event/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.event --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.event/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.event/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.event --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.6.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.event --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.6.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.event --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.event --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.event --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.event:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.event:xml:p2metadata:1.6.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.event:xml:p2artifacts:1.6.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.event --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.6.300-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.event --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.event --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.metatype >---------- [INFO] Building [bundle] Meta Type 1.6.400-SNAPSHOT [11/67] [INFO] from bundles/org.eclipse.equinox.metatype/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.metatype/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.metatype --- [INFO] The project's OSGi version is 1.6.400.v20231013-0859 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.metatype/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.metatype --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.metatype/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.metatype/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.metatype --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.metatype --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.metatype --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.metatype --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.metatype --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.metatype:xml:p2metadata:1.6.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.metatype:xml:p2artifacts:1.6.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/MetaTypeInformationImpl.java:35: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.equinox.metatype/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/MetaTypeInformationImpl.java:35: warning: empty

tag *

^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.equinox.metatype/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.metatype/target/org.eclipse.equinox.metatype-1.6.400-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.metatype --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.metatype --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.preferences >--------- [INFO] Building [bundle] Eclipse Preferences Mechanism 3.10.400-SNAPSHOT [12/67] [INFO] from bundles/org.eclipse.equinox.preferences/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences --- [INFO] The project's OSGi version is 3.10.400.v20231102-2218 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.preferences --- [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.preferences/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.10.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.10.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.preferences --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.preferences --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences:3.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.preferences:xml:p2metadata:3.10.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.preferences:xml:p2artifacts:3.10.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/EclipsePreferences.java:40: error: tag not supported in HTML5: tt * - For thread safety, we always synchronize on writeLock when writing ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:32: warning: empty

 tag
 * 
   ^
/home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:35: error: unexpected end tag: 
*
^ 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_30_maintenance/bundles/org.eclipse.equinox.preferences/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/EclipsePreferences.java:40: error: tag not supported in HTML5: tt * - For thread safety, we always synchronize on writeLock when writing ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:32: warning: empty
 tag
 * 
   ^
/home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/BundleStateScope.java:35: error: unexpected end tag: 
*
^ 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_30_maintenance/bundles/org.eclipse.equinox.preferences/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.preferences/target/org.eclipse.equinox.preferences-3.10.400-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.preferences --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -------------< org.eclipse.equinox:org.eclipse.equinox.cm >------------- [INFO] Building [bundle] Configuration Admin 1.5.300-SNAPSHOT [13/67] [INFO] from bundles/org.eclipse.equinox.cm/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm --- [INFO] The project's OSGi version is 1.5.300.v20231012-1248 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.cm/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.cm --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.cm/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.cm --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.5.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.5.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.cm --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.cm --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.cm --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.5.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.cm:xml:p2metadata:1.5.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.cm:xml:p2artifacts:1.5.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.cm --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm/target/org.eclipse.equinox.cm-1.5.300-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.cm --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.device >----------- [INFO] Building [bundle] Device Access Service 1.1.500-SNAPSHOT [14/67] [INFO] from bundles/org.eclipse.equinox.device/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.device --- [INFO] The project's OSGi version is 1.1.500.v20231104-1104 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.device/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.device --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.device/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.device --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.1.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.device --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.1.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.device --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.device --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.device --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.device:xml:p2metadata:1.1.500-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.device:xml:p2artifacts:1.1.500-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java:271: error: tag not supported in HTML5: tt * null if the ServiceReference should not be tracked. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:95: error: tag not supported in HTML5: tt * null if the ServiceReference should not be tracked. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:44: error: @param name not found * @param context Device manager bundle context. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:45: error: @param name not found * @param log LogService object ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:73: error: tag not supported in HTML5: tt * null if the ServiceReference should not be tracked. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:119: error: @param name not found * @param locators Array of DriverLocator objects ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:40: error: @param name not found * @param device DeviceTracker we are working for. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:38: error: malformed HTML /** Dictionary mapping DRIVER_ID strings <==> Driver ServiceReferences */ ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:60: error: @param name not found * @param device DeviceTracker we are working for. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:91: error: tag not supported in HTML5: tt * null if the ServiceReference should not be tracked. ^ 10 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_30_maintenance/bundles/org.eclipse.equinox.device/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Activator.java:271: error: tag not supported in HTML5: tt * null if the ServiceReference should not be tracked. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:95: error: tag not supported in HTML5: tt * null if the ServiceReference should not be tracked. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:44: error: @param name not found * @param context Device manager bundle context. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:45: error: @param name not found * @param log LogService object ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:73: error: tag not supported in HTML5: tt * null if the ServiceReference should not be tracked. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:119: error: @param name not found * @param locators Array of DriverLocator objects ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:40: error: @param name not found * @param device DeviceTracker we are working for. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:38: error: malformed HTML /** Dictionary mapping DRIVER_ID strings <==> Driver ServiceReferences */ ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:60: error: @param name not found * @param device DeviceTracker we are working for. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:91: error: tag not supported in HTML5: tt * null if the ServiceReference should not be tracked. ^ 10 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_30_maintenance/bundles/org.eclipse.equinox.device/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.device/target/org.eclipse.equinox.device-1.1.500-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.device --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.device --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.coordinator >--------- [INFO] Building [bundle] Coordinator 1.5.200-SNAPSHOT [15/67] [INFO] from bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.coordinator --- [INFO] The project's OSGi version is 1.5.200.v20230120-0604 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.coordinator/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.coordinator --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.coordinator/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.coordinator/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.coordinator --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.5.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.coordinator --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.5.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.coordinator --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.coordinator --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.coordinator --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.coordinator:xml:p2metadata:1.5.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.coordinator:xml:p2artifacts:1.5.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.coordinator --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.coordinator/target/org.eclipse.equinox.coordinator-1.5.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.coordinator --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.coordinator --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.compendium.sdk >------- [INFO] Building [feature] Equinox Compendium SDK 3.22.800-SNAPSHOT [16/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.22.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.compendium.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.compendium.sdk/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.compendium.sdk --- [INFO] The project's OSGi version is 3.22.800.v20231104-1338 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4: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_30_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_30_maintenance/features/org.eclipse.equinox.compendium.sdk/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.equinox.compendium.sdk --- [WARNING] [8dbacef5-aca8-4ba5-b73f-33885a32de79][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.4] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.22.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.compendium.sdk --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.22.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.equinox.compendium.sdk --- [WARNING] The following referenced plugins has missing sources org.eclipse.equinox.app.source_1.6.400.v20231103-0807 org.eclipse.equinox.coordinator.source_1.5.200.v20230120-0604 org.eclipse.equinox.cm.source_1.5.300.v20231012-1248 org.eclipse.equinox.device.source_1.1.500.v20231104-1104 org.eclipse.equinox.event.source_1.6.300.v20231012-1251 org.eclipse.equinox.metatype.source_1.6.400.v20231013-0859 org.eclipse.equinox.preferences.source_3.10.400.v20231102-2218 org.osgi.service.prefs.source_1.1.2.202109301733 org.eclipse.equinox.useradmin.source_1.2.500.v20231012-1249 org.osgi.service.coordinator.source_1.0.2.201505202024 [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.22.800-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.compendium.sdk --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.22.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.22.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:xml:p2metadata:3.22.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:xml:p2artifacts:3.22.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.compendium.sdk --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.compendium.sdk --- [INFO] [INFO] -------------< org.eclipse.equinox:org.eclipse.osgi.util >-------------- [INFO] Building [bundle] OSGi Release 4.2.0 Utility Classes 3.7.300-SNAPSHOT [17/67] [INFO] from bundles/org.eclipse.osgi.util/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.osgi.util:3.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.util/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging:4.0.4: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.4:validate-id (default-validate-id) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.osgi.util/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.osgi.util/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.7.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.7.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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_30_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.4:feature-source (feature-source) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-p2:4.0.4: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_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.util:xml:p2metadata:3.7.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.util:xml:p2artifacts:3.7.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.util --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.osgi.util --- [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.console >----------- [INFO] Building [bundle] Console plug-in 1.4.600-SNAPSHOT [18/67] [INFO] from bundles/org.eclipse.equinox.console/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console --- [INFO] The project's OSGi version is 1.4.600.v20231106-0859 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.console/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.console --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.console/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.console --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.console --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.console --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console:xml:p2metadata:1.4.600-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console:xml:p2artifacts:1.4.600-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:1896: error: @param name not found * @param intp A CommandInterpreter object used for printing out error messages ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:1898: error: malformed HTML * @return The start level or an int <0 if it was invalid ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/Util.java:24: warning: empty

    tag *

    ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.console/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:1896: error: @param name not found * @param intp A CommandInterpreter object used for printing out error messages ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:1898: error: malformed HTML * @return The start level or an int <0 if it was invalid ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/Util.java:24: warning: empty

    tag *

    ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.console/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.console/target/org.eclipse.equinox.console-1.4.600-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.console --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.osgi.compatibility.state >------ [INFO] Building [bundle] Equinox State and Resolver Compatibility Fragment 1.2.900-SNAPSHOT [19/67] [INFO] from bundles/org.eclipse.osgi.compatibility.state/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.compatibility.state --- [INFO] The project's OSGi version is 1.2.900.v20231106-0859 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.osgi.compatibility.state --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.900-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.900-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.compatibility.state --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.compatibility.state --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.900-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.compatibility.state:xml:p2metadata:1.2.900-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.osgi.compatibility.state:xml:p2artifacts:1.2.900-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.osgi.compatibility.state --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:94: error: tag not supported in HTML5: tt * Dictionary object returned by the Bundle.getHeaders method. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:94: error: tag not supported in HTML5: tt * Dictionary object returned by the Bundle.getHeaders method. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:105: error: tag not supported in HTML5: tt * The default value is false. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:126: error: tag not supported in HTML5: tt * The default value is false. ^ 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_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:94: error: tag not supported in HTML5: tt * Dictionary object returned by the Bundle.getHeaders method. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:94: error: tag not supported in HTML5: tt * Dictionary object returned by the Bundle.getHeaders method. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:105: error: tag not supported in HTML5: tt * The default value is false. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:126: error: tag not supported in HTML5: tt * The default value is false. ^ 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_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.900-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.compatibility.state --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.core.feature >-------- [INFO] Building [feature] Equinox Core Function 1.14.200-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.14.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.core.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.feature --- [INFO] The project's OSGi version is 1.14.200.v20231110-1900 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4: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_30_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_30_maintenance/features/org.eclipse.equinox.core.feature/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.equinox.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.14.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.14.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.equinox.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.14.200-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.core.feature --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.14.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.core.feature:xml:p2metadata:1.14.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.core.feature:xml:p2artifacts:1.14.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.feature --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.core.feature --- [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.security >---------- [INFO] Building org.eclipse.equinox.security 1.4.100-SNAPSHOT [21/67] [INFO] from bundles/org.eclipse.equinox.security/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security --- [INFO] The project's OSGi version is 1.4.100.v20231012-1825 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.security/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.security --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.security/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.security --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.security --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.security --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security:xml:p2metadata:1.4.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security:xml:p2artifacts:1.4.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java:221: error: unknown tag: String * Result: Map: cipher -> keyFactory ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java:221: 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_30_maintenance/bundles/org.eclipse.equinox.security/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java:221: error: unknown tag: String * Result: Map: cipher -> keyFactory ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/JavaEncryption.java:221: 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_30_maintenance/bundles/org.eclipse.equinox.security/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.security/target/org.eclipse.equinox.security-1.4.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.security --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.security.linux >------- [INFO] Building org.eclipse.equinox.security.linux 1.1.100-SNAPSHOT [22/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_30_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.30.0-SNAPSHOT/eclipse-sdk-prereqs-4.30.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@9b29cd4 [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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.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.11.0, 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.16.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.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.9, 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.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.52, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.7.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.http, Version = 1.2.2, 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 = ], 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.6, 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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.1, 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.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 = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.linux/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.linux --- [INFO] The project's OSGi version is 1.1.100.v20231012-1237 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.security.linux/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.security.linux --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.linux/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.security.linux/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.security.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.linux --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.linux --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.security.linux --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.linux --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.linux:xml:p2metadata:1.1.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.linux:xml:p2artifacts:1.1.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.1.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.linux --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.security.linux --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.region >----------- [INFO] Building [bundle] Region Digraph 1.5.400-SNAPSHOT [23/67] [INFO] from bundles/org.eclipse.equinox.region/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.region/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.region --- [INFO] The project's OSGi version is 1.5.400.v20231012-1234 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.region/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.region --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.region/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.region/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.region --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.region --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.region --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.region --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.region --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.region:xml:p2metadata:1.5.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.region:xml:p2artifacts:1.5.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.region/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.region/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.400-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.region --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.region --- [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.weaving.hook >-------- [INFO] Building [bundle] Aspect Weaving Hooks Plug-in 1.3.300-SNAPSHOT [24/67] [INFO] from bundles/org.eclipse.equinox.weaving.hook/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.hook --- [INFO] The project's OSGi version is 1.3.300.v20231106-1826 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.weaving.hook --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.3.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.3.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.weaving.hook --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.hook:xml:p2metadata:1.3.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.hook:xml:p2artifacts:1.3.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.weaving.hook --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/AbstractWeavingHook.java:45: error: reference not found * @see org.eclipse.osgi.baseadaptor.HookConfigurator#addHooks(org.eclipse.osgi.baseadaptor.HookRegistry) ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingBundleFile.java:48: error: exception not thrown: java.io.IOException * @throws IOException ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:194: error: reference not found * @see org.eclipse.equinox.weaving.hooks.AbstractWeavingHook#frameworkStart(org.osgi.framework.BundleContext) ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:201: error: reference not found * @see org.eclipse.equinox.weaving.hooks.AbstractWeavingHook#frameworkStop(org.osgi.framework.BundleContext) ^ 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_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/AbstractWeavingHook.java:45: error: reference not found * @see org.eclipse.osgi.baseadaptor.HookConfigurator#addHooks(org.eclipse.osgi.baseadaptor.HookRegistry) ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingBundleFile.java:48: error: exception not thrown: java.io.IOException * @throws IOException ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:194: error: reference not found * @see org.eclipse.equinox.weaving.hooks.AbstractWeavingHook#frameworkStart(org.osgi.framework.BundleContext) ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:201: error: reference not found * @see org.eclipse.equinox.weaving.hooks.AbstractWeavingHook#frameworkStop(org.osgi.framework.BundleContext) ^ 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_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.3.300-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.hook --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.weaving.hook --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.weaving.caching >------- [INFO] Building [bundle] Standard Caching Service for Equinox Aspects 1.2.400-SNAPSHOT [25/67] [INFO] from bundles/org.eclipse.equinox.weaving.caching/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching --- [INFO] The project's OSGi version is 1.2.400.v20231012-1253 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.weaving.caching --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.2.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.caching --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.weaving.caching --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.caching --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.caching:xml:p2metadata:1.2.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.caching:xml:p2artifacts:1.2.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.weaving.caching --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/BundleCachingService.java:42: warning: empty

    tag [WARNING] *

    [WARNING] ^ [WARNING] 1 warning [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.2.400-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.weaving.caching --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.log.stream >--------- [INFO] Building [bundle] Log Stream Provider 1.1.200-SNAPSHOT [26/67] [INFO] from bundles/org.eclipse.equinox.log.stream/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.log.stream/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.log.stream --- [INFO] The project's OSGi version is 1.1.200.v20231013-0810 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.log.stream/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.log.stream --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.log.stream/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.log.stream/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.log.stream --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.1.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.log.stream --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.1.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.log.stream --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.log.stream --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.log.stream:xml:p2metadata:1.1.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.log.stream:xml:p2artifacts:1.1.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.log.stream/target/org.eclipse.equinox.log.stream-1.1.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.log.stream --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.log.stream --- [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.console.ssh >--------- [INFO] Building [bundle] Console ssh support plug-in 1.2.1100-SNAPSHOT [27/67] [INFO] from bundles/org.eclipse.equinox.console.ssh/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.1100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh --- [INFO] The project's OSGi version is 1.2.1100.v20231103-0817 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.console.ssh --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.2.1100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.2.1100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.ssh --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.1100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.ssh --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.2.1100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.ssh:xml:p2metadata:1.2.1100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.ssh:xml:p2artifacts:1.2.1100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:47: error: unknown tag: username * @param args command line arguments in the format -username ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:48: error: unknown tag: password * -password -roles -roles ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:96: error: unknown tag: password * -password ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:270: error: unknown tag: username * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:270: error: malformed HTML * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:309: error: unknown tag: username * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:309: 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_30_maintenance/bundles/org.eclipse.equinox.console.ssh/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:47: error: unknown tag: username * @param args command line arguments in the format -username ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:48: error: unknown tag: password * -password -roles -roles ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:96: error: unknown tag: password * -password ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:270: error: unknown tag: username * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:270: error: malformed HTML * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:309: error: unknown tag: username * \r\n-roles ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh/src/org/eclipse/equinox/console/ssh/UserAdminCommand.java:309: 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_30_maintenance/bundles/org.eclipse.equinox.console.ssh/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.console.ssh/target/org.eclipse.equinox.console.ssh-1.2.1100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.console.ssh --- [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.security.ui >--------- [INFO] Building [bundle] Equinox Security Default UI 1.4.100-SNAPSHOT [28/67] [INFO] from bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.ui --- [INFO] The project's OSGi version is 1.4.100.v20231103-0809 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.security.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.security.ui --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.security.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.security.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.4.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.4.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.ui --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.security.ui --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.ui --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.4.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.ui:xml:p2metadata:1.4.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.ui:xml:p2artifacts:1.4.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/provisional/security/ui/X500PrincipalHelper.java:65: warning: empty

    tag [WARNING] *

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

    tag [WARNING] *

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

    tag [WARNING] *

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

    tag [WARNING] *

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

    tag [WARNING] *

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

    tag [WARNING] *

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

    tag [WARNING] *

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

    tag [WARNING] *

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

    tag [WARNING] *

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

    tag [WARNING] *

    [WARNING] ^ [WARNING] 10 warnings [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.ui/target/org.eclipse.equinox.security.ui-1.4.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.ui --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.security.ui --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.security.macosx >------- [INFO] Building org.eclipse.equinox.security.macosx 1.102.100-SNAPSHOT [29/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_30_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.30.0-SNAPSHOT/eclipse-sdk-prereqs-4.30.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@9b29cd4 [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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.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.11.0, 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.16.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.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.9, 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.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.52, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.7.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.http, Version = 1.2.2, 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 = ], 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.6, 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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.1, 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.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 = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.102.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.macosx/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.macosx --- [INFO] The project's OSGi version is 1.102.100.v20231012-1230 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.security.macosx/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.security.macosx --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.macosx/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.security.macosx/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.security.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.macosx --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.102.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.macosx --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.102.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.macosx:xml:p2metadata:1.102.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.macosx:xml:p2artifacts:1.102.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.macosx --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.security.macosx --- [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.hook >------- [INFO] Building [bundle] Transformer Hook Framework Extension 1.3.400-SNAPSHOT [30/67] [INFO] from bundles/org.eclipse.equinox.transforms.hook/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.transforms.hook/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.hook --- [INFO] The project's OSGi version is 1.3.400.v20231012-1246 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.transforms.hook/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.transforms.hook --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.transforms.hook/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.3.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.hook --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.3.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.transforms.hook --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.transforms.hook --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.transforms.hook:xml:p2metadata:1.3.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.transforms.hook:xml:p2artifacts:1.3.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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_30_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.3.400-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.hook --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.transforms.hook --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.xslt >------- [INFO] Building [bundle] XSLT Transform Provider 1.2.400-SNAPSHOT [31/67] [INFO] from bundles/org.eclipse.equinox.transforms.xslt/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.transforms.xslt/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.xslt --- [INFO] The project's OSGi version is 1.2.400.v20231012-1247 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.transforms.xslt --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.transforms.xslt/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.xslt --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.2.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.xslt --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.xslt --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.transforms.xslt --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.transforms.xslt --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:xml:p2metadata:1.2.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:xml:p2artifacts:1.2.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.2.400-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.xslt --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.transforms.xslt --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.bidi >------------ [INFO] Building [bundle] Bidirectional Text Support 1.4.400-SNAPSHOT [32/67] [INFO] from bundles/org.eclipse.equinox.bidi/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi --- [INFO] The project's OSGi version is 1.4.400.v20231106-0858 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.bidi/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.bidi --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.bidi/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.bidi --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.4.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.4.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.bidi --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.bidi --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi:1.4.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.bidi:xml:p2metadata:1.4.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.bidi:xml:p2artifacts:1.4.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.bidi --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/internal/StructuredTextDelimsEsc.java:33: error: unexpected end tag:

    *

    ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/internal/StructuredTextImpl.java:256: 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_30_maintenance/bundles/org.eclipse.equinox.bidi/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/internal/StructuredTextDelimsEsc.java:33: error: unexpected end tag:

    *

    ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/internal/StructuredTextImpl.java:256: 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_30_maintenance/bundles/org.eclipse.equinox.bidi/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.bidi/target/org.eclipse.equinox.bidi-1.4.400-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.bidi --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.concurrent >--------- [INFO] Building [bundle] Equinox Concurrent API 1.2.200-SNAPSHOT [33/67] [INFO] from bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.concurrent --- [INFO] The project's OSGi version is 1.2.200.v20231103-0833 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.concurrent --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.concurrent --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.concurrent --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.concurrent --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.concurrent --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.concurrent --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.concurrent:xml:p2metadata:1.2.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.concurrent:xml:p2artifacts:1.2.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:62: error: tag not supported in HTML5: tt * @return false if the operation could not be canceled, typically ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:63: error: tag not supported in HTML5: tt * because it has already completed normally; true otherwise ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:77: error: reference not found * {@link #getProgressMonitor()}. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:95: error: reference not found * {@link #getProgressMonitor()}. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:123: error: tag not supported in HTML5: tt * Returns true if any underlying operation(s) have completed. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:137: error: tag not supported in HTML5: tt * @return true if any operations represented by this future have ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:144: error: tag not supported in HTML5: tt * Returns true if all underlying operation(s) have been ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:160: error: tag not supported in HTML5: tt * cancellation -- in all of these cases, this method will return true ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:164: error: tag not supported in HTML5: tt * @return true if all operation(s) have completed in some manner. ^ 10 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_30_maintenance/bundles/org.eclipse.equinox.concurrent/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:62: error: tag not supported in HTML5: tt * @return false if the operation could not be canceled, typically ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:63: error: tag not supported in HTML5: tt * because it has already completed normally; true otherwise ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:77: error: reference not found * {@link #getProgressMonitor()}. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:95: error: reference not found * {@link #getProgressMonitor()}. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:123: error: tag not supported in HTML5: tt * Returns true if any underlying operation(s) have completed. ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:137: error: tag not supported in HTML5: tt * @return true if any operations represented by this future have ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:144: error: tag not supported in HTML5: tt * Returns true if all underlying operation(s) have been ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:160: error: tag not supported in HTML5: tt * cancellation -- in all of these cases, this method will return true ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.concurrent/src/org/eclipse/equinox/concurrent/future/IFuture.java:164: error: tag not supported in HTML5: tt * @return true if all operation(s) have completed in some manner. ^ 10 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_30_maintenance/bundles/org.eclipse.equinox.concurrent/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.2.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.concurrent --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.concurrent --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64 >---- [INFO] Building org.eclipse.equinox.security.win32.x86_64 1.2.100-SNAPSHOT [34/67] [INFO] from bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)' [INFO] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_30_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.30.0-SNAPSHOT/eclipse-sdk-prereqs-4.30.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@9b29cd4 [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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.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.11.0, 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.16.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.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.9, 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.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.52, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.7.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.http, Version = 1.2.2, 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 = ], 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.6, 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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.1, 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.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 = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] The project's OSGi version is 1.2.100.v20231012-1240 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] --- tycho-p2:4.0.4: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.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:xml:p2metadata:1.2.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:xml:p2artifacts:1.2.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.win32.x86_64 --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.security.win32.x86_64 --- [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.launcher >---------- [INFO] Building [bundle] Equinox Launcher 1.6.600-SNAPSHOT [35/67] [INFO] from bundles/org.eclipse.equinox.launcher/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher --- [INFO] The project's OSGi version is 1.6.600.v20231106-1826 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.launcher/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.launcher --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.launcher/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher:xml:p2metadata:1.6.600-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher:xml:p2artifacts:1.6.600-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.launcher --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.600-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.launcher --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9 >----- [INFO] Building [bundle] J9 CachingService Plug-in 1.2.300-SNAPSHOT [36/67] [INFO] from bundles/org.eclipse.equinox.weaving.caching.j9/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] The project's OSGi version is 1.2.300.v20231106-1826 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/src/org/eclipse/equinox/weaving/internal/caching/j9/CachingService.java:87: error: @param name not found * @param keyToHash ^ 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_30_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/src/org/eclipse/equinox/weaving/internal/caching/j9/CachingService.java:87: error: @param name not found * @param keyToHash ^ 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_30_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.2.300-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching.j9 --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.weaving.caching.j9 --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment >---- [INFO] Building [bundle] SSHD Fragment 1.1.200-SNAPSHOT [37/67] [INFO] from bundles/org.eclipse.equinox.console.jaas.fragment/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] The project's OSGi version is 1.1.200.v20231012-0847 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.1.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.1.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:xml:p2metadata:1.1.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:xml:p2artifacts:1.1.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.console.jaas.fragment --- [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.jaas.fragment --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4: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.24.200-SNAPSHOT [38/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.24.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.core.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.core.sdk/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.sdk --- [INFO] The project's OSGi version is 3.24.200.v20231110-1900 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4: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_30_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_30_maintenance/features/org.eclipse.equinox.core.sdk/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.equinox.core.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.24.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.sdk --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.24.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.equinox.core.sdk --- [WARNING] The following referenced plugins has missing sources org.eclipse.equinox.launcher.source_1.6.600.v20231106-1826 org.eclipse.equinox.supplement.source_1.10.700.v20230509-2241 org.eclipse.equinox.transforms.xslt.source_1.2.400.v20231012-1247 org.eclipse.equinox.transforms.hook.source_1.3.400.v20231012-1246 org.eclipse.equinox.concurrent.source_1.2.200.v20231103-0833 org.eclipse.equinox.security.win32.x86_64.source_1.2.100.v20231012-1240 org.eclipse.equinox.security.linux.source_1.1.100.v20231012-1237 org.eclipse.equinox.security.macosx.source_1.102.100.v20231012-1230 org.eclipse.equinox.security.source_1.4.100.v20231012-1825 org.eclipse.equinox.security.ui.source_1.4.100.v20231103-0809 org.eclipse.equinox.region.source_1.5.400.v20231012-1234 org.eclipse.equinox.log.stream.source_1.1.200.v20231013-0810 org.eclipse.equinox.console.ssh.source_1.2.1100.v20231103-0817 org.eclipse.equinox.bidi.source_1.4.400.v20231106-0858 org.eclipse.equinox.weaving.caching.source_1.2.400.v20231012-1253 org.eclipse.equinox.weaving.caching.j9.source_1.2.300.v20231106-1826 org.eclipse.equinox.weaving.hook.source_1.3.300.v20231106-1826 org.osgi.service.log.stream.source_1.0.0.202109301733 org.osgi.util.pushstream.source_1.1.0.202212101352 [WARNING] The following referenced features has missing sources org.eclipse.equinox.core.feature.source_1.14.200.v20231110-1900 [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.24.200-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.core.sdk --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.24.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.24.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.core.sdk:xml:p2metadata:3.24.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.core.sdk:xml:p2artifacts:3.24.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.sdk --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.core.sdk --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le >-- [INFO] Building [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.800-SNAPSHOT [39/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_30_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.30.0-SNAPSHOT/eclipse-sdk-prereqs-4.30.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@9b29cd4 [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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.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.11.0, 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.16.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.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.9, 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.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.52, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.7.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.http, Version = 1.2.2, 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 = ], 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.6, 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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.1, 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.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 = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] The project's OSGi version is 1.2.800.v20231003-1442 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_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_30_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.4:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/target/org.eclipse.equinox.launcher.gtk.linux.ppc64le-1.2.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:xml:p2metadata:1.2.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:xml:p2artifacts:1.2.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx >---- [INFO] Building [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.800-SNAPSHOT [40/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] Resolving target definition file:/home/jenkins/agent/workspace/equinox_R4_30_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.30.0-SNAPSHOT/eclipse-sdk-prereqs-4.30.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@9b29cd4 [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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.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.11.0, 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.16.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.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.9, 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.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.52, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.7.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.http, Version = 1.2.2, 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 = ], 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.6, 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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.1, 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.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 = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] The project's OSGi version is 1.2.800.v20231003-1442 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_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_30_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.4:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/target/org.eclipse.equinox.launcher.cocoa.macosx-1.2.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:xml:p2metadata:1.2.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:xml:p2artifacts:1.2.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64 >-- [INFO] Building [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.800-SNAPSHOT [41/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 dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] The project's OSGi version is 1.2.800.v20231003-1442 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_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_30_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.4:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/target/org.eclipse.equinox.launcher.cocoa.macosx.aarch64-1.2.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:xml:p2metadata:1.2.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:xml:p2artifacts:1.2.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64 >-- [INFO] Building [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.800-SNAPSHOT [42/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] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] The project's OSGi version is 1.2.800.v20231003-1442 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target [INFO] [chmod] Skipping fileset for directory /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target. It is empty. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:xml:p2metadata:1.2.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:xml:p2artifacts:1.2.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64 >-- [INFO] Building [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.800-SNAPSHOT [43/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_30_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.30.0-SNAPSHOT/eclipse-sdk-prereqs-4.30.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@9b29cd4 [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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.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.11.0, 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.16.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.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.9, 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.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.52, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.7.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.http, Version = 1.2.2, 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 = ], 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.6, 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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.1, 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.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 = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] The project's OSGi version is 1.2.800.v20231003-1442 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_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_30_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.4:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/target/org.eclipse.equinox.launcher.gtk.linux.aarch64-1.2.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:xml:p2metadata:1.2.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:xml:p2artifacts:1.2.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64 >-- [INFO] Building [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.800-SNAPSHOT [44/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 dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] The project's OSGi version is 1.2.800.v20231003-1442 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_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_30_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.4:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/target/org.eclipse.equinox.launcher.gtk.linux.x86_64-1.2.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:xml:p2metadata:1.2.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:xml:p2artifacts:1.2.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4: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.800-SNAPSHOT [45/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 dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] The project's OSGi version is 1.2.800.v20231003-1442 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_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_30_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.4:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/target/org.eclipse.equinox.launcher.cocoa.macosx.x86_64-1.2.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-p2:4.0.4: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.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/.polyglot.META-INF The main artifact has been replaced with the baseline version. [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:xml:p2metadata:1.2.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:xml:p2artifacts:1.2.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] -----< org.eclipse.equinox.feature:org.eclipse.equinox.executable >----- [INFO] Building org.eclipse.equinox.executable 3.8.2300-SNAPSHOT [46/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.2300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/features/org.eclipse.equinox.executable.feature/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.executable --- [INFO] The project's OSGi version is 3.8.2300.v20231106-1826 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4: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_30_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_30_maintenance/features/org.eclipse.equinox.executable.feature/bin [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_30_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_30_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_30_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_30_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe [INFO] [copy] Copying /home/jenkins/agent/workspace/equinox_R4_30_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipsec.exe to /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/features/org.eclipse.equinox.executable.feature/bin [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/launcher.exe [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.executable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.equinox.executable --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.executable --- [WARNING] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different build.properties: present in baseline only build.xml: present in baseline only [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.cocoa.macosx.x86_64, root.win32.win32.x86_64, root.gtk.linux.ppc64le, root.gtk.linux.aarch64] [INFO] [INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.equinox.executable --- [WARNING] The following referenced plugins has missing sources org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442 org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.800.v20231003-1442 org.eclipse.equinox.launcher.cocoa.macosx_1.2.800.v20231003-1442 org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.800.v20231003-1442 org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.800.v20231003-1442 org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.800.v20231003-1442 org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.800.v20231003-1442 [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- antrun:3.1.0:run (repack) @ org.eclipse.equinox.executable --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2300-SNAPSHOT.jar into /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [zip] Building zip: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2300-SNAPSHOT.jar [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.executable --- [WARNING] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.2300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.cocoa.macosx.x86_64, root.win32.win32.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] [WARNING] artifact org.eclipse.equinox.feature:org.eclipse.equinox.executable:xml:p2metadata:3.8.2300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox.feature:org.eclipse.equinox.executable:xml:p2artifacts:3.8.2300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.executable --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.executable --- [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.http.servlet >-------- [INFO] Building [bundle] Http Services Servlet 1.8.0-SNAPSHOT [47/67] [INFO] from bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet --- [INFO] The project's OSGi version is 1.8.0.v20231018-1316 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.http.servlet/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.http.servlet --- [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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_30_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 [WARNING] /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_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_30_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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[73] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[101] AccessController.doPrivileged((PrivilegedExceptionAction) () -> { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal [WARNING] /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[122] AccessController.doPrivileged(new PrivilegedExceptionAction() { ^^^^^^^^^^^^^^^^ The type AccessController has been deprecated since version 17 and marked for removal 18 problems (18 warnings) [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.http.servlet/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servlet --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.http.servlet --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servlet --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servlet:xml:p2metadata:1.8.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servlet:xml:p2artifacts:1.8.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.http.servlet/target/org.eclipse.equinox.http.servlet-1.8.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.http.servlet --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.http.jetty >--------- [INFO] Building [bundle] Jetty Http Service 3.9.0-SNAPSHOT [48/67] [INFO] from bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.jetty --- [INFO] The project's OSGi version is 3.9.0.v20231104-1114 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.http.jetty/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.http.jetty --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.jetty/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [WARNING] /home/jenkins/agent/workspace/equinox_R4_30_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_30_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 2 problems (2 warnings) [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.http.jetty/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.http.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.http.jetty --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.jetty:xml:p2metadata:3.9.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.jetty:xml:p2artifacts:3.9.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.jetty --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.http.jetty --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.server.jetty >-------- [INFO] Building [feature] Jetty Http Server Feature 1.11.300-SNAPSHOT [49/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.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.server.jetty --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.server.jetty/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.jetty --- [INFO] The project's OSGi version is 1.11.300.v20231104-1338 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4: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_30_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_30_maintenance/features/org.eclipse.equinox.server.jetty/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.equinox.server.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.equinox.server.jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.server.jetty --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.server.jetty:xml:p2metadata:1.11.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.server.jetty:xml:p2artifacts:1.11.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.jetty --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.server.jetty --- [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper >--------- [INFO] Building [bundle] Jasper Jsp Support Bundle 1.1.800-SNAPSHOT [50/67] [INFO] from bundles/org.eclipse.equinox.jsp.jasper/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper --- [INFO] The project's OSGi version is 1.1.800.v20231012-1238 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.jsp.jasper --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.1.800-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.1.800-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.jsp.jasper --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.jsp.jasper --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.jsp.jasper --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.1.800-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:xml:p2metadata:1.1.800-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:xml:p2artifacts:1.1.800-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.1.800-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.jsp.jasper --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.http.registry >-------- [INFO] Building [bundle] Http Service Registry Extensions 1.3.400-SNAPSHOT [51/67] [INFO] from bundles/org.eclipse.equinox.http.registry/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.registry/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.registry --- [INFO] The project's OSGi version is 1.3.400.v20231012-1210 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.http.registry/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.http.registry --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.registry/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.http.registry/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.http.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.3.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.3.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.http.registry --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.registry:xml:p2metadata:1.3.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.registry:xml:p2artifacts:1.3.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.http.registry/target/org.eclipse.equinox.http.registry-1.3.400-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.registry --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.http.registry --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.server.core >--------- [INFO] Building [feature] Core Server Feature 1.15.200-SNAPSHOT [52/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.15.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.server.core/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.server.core --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.server.core/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.core --- [INFO] The project's OSGi version is 1.15.200.v20231110-1900 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4: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_30_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_30_maintenance/features/org.eclipse.equinox.server.core/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.equinox.server.core --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.15.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.core --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.15.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.core --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.equinox.server.core --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.15.200-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.server.core --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.15.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.server.core:xml:p2metadata:1.15.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.server.core:xml:p2artifacts:1.15.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.core --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.server.core --- [INFO] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry >----- [INFO] Building [bundle] Jasper Jsp Registry Support Plug-in 1.2.200-SNAPSHOT [53/67] [INFO] from bundles/org.eclipse.equinox.jsp.jasper.registry/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] The project's OSGi version is 1.2.200.v20231012-1239 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.2.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.2.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:xml:p2metadata:1.2.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:xml:p2artifacts:1.2.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.2.200-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper.registry --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.jsp.jasper.registry --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.servletbridge >-------- [INFO] Building [bundle] Servletbridge 1.6.400-SNAPSHOT [54/67] [INFO] from bundles/org.eclipse.equinox.servletbridge/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.servletbridge/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.servletbridge --- [INFO] The project's OSGi version is 1.6.400.v20231104-1108 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.servletbridge/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.servletbridge --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.servletbridge/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.servletbridge/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.6.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.6.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.servletbridge --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.servletbridge:xml:p2metadata:1.6.400-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.servletbridge:xml:p2artifacts:1.6.400-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.servletbridge --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.servletbridge/target/org.eclipse.equinox.servletbridge-1.6.400-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.servletbridge --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.servletbridge --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.http.servletbridge >----- [INFO] Building [bundle] Servletbridge Http Service 1.2.300-SNAPSHOT [55/67] [INFO] from bundles/org.eclipse.equinox.http.servletbridge/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servletbridge/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servletbridge --- [INFO] The project's OSGi version is 1.2.300.v20231018-1317 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.http.servletbridge/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.http.servletbridge --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.http.servletbridge/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.http.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.2.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servletbridge --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.http.servletbridge --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servletbridge --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:xml:p2metadata:1.2.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:xml:p2artifacts:1.2.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.http.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.2.300-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servletbridge --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.http.servletbridge --- [INFO] Skipped because main artifact was replaced with baseline! [INFO] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.sdk >------------- [INFO] Building [feature] Equinox Target Components 3.23.1000-SNAPSHOT [56/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.1000-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.sdk/.polyglot.feature.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.sdk/target [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.sdk --- [INFO] The project's OSGi version is 3.23.1000.v20231114-0937 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4: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_30_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_30_maintenance/features/org.eclipse.equinox.sdk/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.equinox.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.1000-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.sdk --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.1000-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.sdk --- [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.equinox.sdk --- [WARNING] The following referenced plugins has missing sources org.eclipse.equinox.http.servletbridge.source_1.2.300.v20231018-1317 org.eclipse.equinox.jsp.jasper.source_1.1.800.v20231012-1238 org.eclipse.equinox.jsp.jasper.registry.source_1.2.200.v20231012-1239 org.eclipse.equinox.servletbridge.source_1.6.400.v20231104-1108 org.eclipse.jdt.core.compiler.batch.source_3.36.0.v20231114-0937 [WARNING] The following referenced features has missing sources org.eclipse.equinox.compendium.sdk_3.22.800.v20231104-1338 org.eclipse.equinox.core.sdk_3.24.200.v20231110-1900 org.eclipse.equinox.executable_3.8.2300.v20231106-1826 org.eclipse.equinox.server.core.source_1.15.200.v20231110-1900 org.eclipse.equinox.server.jetty.source_1.11.300.v20231104-1338 [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.1000-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.sdk --- [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.1000-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.1000-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.sdk:xml:p2metadata:3.23.1000-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.sdk:xml:p2artifacts:3.23.1000-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.sdk --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.sdk --- [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.bidi.tests >--------- [INFO] Building [test-bundle] BiDi tests 1.3.300-SNAPSHOT [57/67] [INFO] from bundles/org.eclipse.equinox.bidi.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi.tests --- [INFO] The project's OSGi version is 1.3.300.v20231011-1935 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.bidi.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.bidi.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.bidi.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.bidi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.3.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.3.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.bidi.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.bidi.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.bidi.tests:xml:p2metadata:1.3.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.bidi.tests:xml:p2artifacts:1.3.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/org.eclipse.equinox.bidi.tests-1.3.300-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.equinox.bidi.tests --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences 3.10.400.v20231102-2218 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.6.400.v20231103-0807 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.100.v20231012-1825 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.6.300.v20231012-1251 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_30_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_30_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.600-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.bidi.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Running org.eclipse.equinox.bidi.internal.tests.StructuredTextStringRecordTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextStringRecordTest org.eclipse.equinox.bidi.internal.tests.StructuredTextStringRecordTest.testStringRecord -- Time elapsed: 0.006 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextFullToLeanTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextFullToLeanTest org.eclipse.equinox.bidi.internal.tests.StructuredTextFullToLeanTest.testFullToLean -- Time elapsed: 0.017 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextProcessorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextProcessorTest org.eclipse.equinox.bidi.internal.tests.StructuredTextProcessorTest.testStructuredTextProcessor -- Time elapsed: 0.014 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextMethodsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextMethodsTest org.eclipse.equinox.bidi.internal.tests.StructuredTextMethodsTest.testMethods -- Time elapsed: 0.003 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensionsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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.006 s Running org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensibilityTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensibilityTest org.eclipse.equinox.bidi.internal.tests.StructuredTextExtensibilityTest.testOtherContributions -- Time elapsed: 0 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.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 Results: Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi.tests --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4: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.1.300-SNAPSHOT [58/67] [INFO] from bundles/org.eclipse.equinox.cm.test/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm.test/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm.test --- [INFO] The project's OSGi version is 1.1.300.v20231011-1934 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.cm.test/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.cm.test --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm.test/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.cm.test/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.cm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.1.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm.test --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.1.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.cm.test --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm.test/.polyglot.META-INF [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.equinox.cm.test --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.cm.test --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm.test:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm.test/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.cm.test:xml:p2metadata:1.1.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.cm.test:xml:p2artifacts:1.1.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.cm.test/target/org.eclipse.equinox.cm.test-1.1.300-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.equinox.cm.test --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences 3.10.400.v20231102-2218 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.6.400.v20231103-0807 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.4.400.v20231106-0858 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.100.v20231012-1825 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.6.300.v20231012-1251 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_30_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_30_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.600-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm.test/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm.test/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.cm.test/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign Running org.eclipse.equinox.cm.test.ConfigurationAdminTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s -- in org.eclipse.equinox.cm.test.ConfigurationAdminTest org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigNullPid -- Time elapsed: 0.035 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListConfigurationWithBoundLocation -- Time elapsed: 0.049 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListFactoryConfigurationWithBoundLocation -- Time elapsed: 0.010 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigNullPidWithLocation -- Time elapsed: 0.007 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testPersistentFactoryConfig -- Time elapsed: 0.041 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListConfigurationNull -- Time elapsed: 0.008 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigWithAndWithoutLocation -- Time elapsed: 0.007 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListFactoryConfiguration -- Time elapsed: 0.006 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigWithLocation -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testPersistentConfig -- Time elapsed: 0.020 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfig -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigWithLocation -- Time elapsed: 0.038 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.007 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 Running org.eclipse.equinox.cm.test.ConfigurationPluginTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.equinox.cm.test.ConfigurationPluginTest org.eclipse.equinox.cm.test.ConfigurationPluginTest.testRankedPlugin -- Time elapsed: 0.010 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPidSpecificMissPlugin -- Time elapsed: 0.007 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPlugin -- Time elapsed: 0.007 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testSameRankedPlugin -- Time elapsed: 0.010 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPidSpecificPlugin -- Time elapsed: 0.007 s Running org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest.testConfigurationEvent -- Time elapsed: 0.010 s org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest.testConfigurationFactoryEvent -- Time elapsed: 0.033 s Running org.eclipse.equinox.cm.test.ManagedServiceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.339 s -- in org.eclipse.equinox.cm.test.ManagedServiceTest org.eclipse.equinox.cm.test.ManagedServiceTest.testSamePidManagedService -- Time elapsed: 0.016 s org.eclipse.equinox.cm.test.ManagedServiceTest.testGeneralManagedService -- Time elapsed: 0.315 s org.eclipse.equinox.cm.test.ManagedServiceTest.testBug374637 -- Time elapsed: 1.006 s Running org.eclipse.equinox.cm.test.AllTests Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.764 s -- in org.eclipse.equinox.cm.test.AllTests org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigNullPid -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListConfigurationWithBoundLocation -- Time elapsed: 0.011 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListFactoryConfigurationWithBoundLocation -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigNullPidWithLocation -- Time elapsed: 0.002 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testPersistentFactoryConfig -- Time elapsed: 0.014 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListConfigurationNull -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigWithAndWithoutLocation -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListFactoryConfiguration -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigWithLocation -- Time elapsed: 0.002 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testPersistentConfig -- Time elapsed: 0.019 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfig -- Time elapsed: 0.002 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigWithLocation -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigWithAndWithoutLocation -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigNullPidWithLocation -- Time elapsed: 0.002 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testListConfiguration -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateFactoryConfigWithAndWithoutNullLocation -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigNullPid -- Time elapsed: 0.002 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfigWithAndWithoutNullLocation -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationAdminTest.testCreateConfig -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ManagedServiceFactoryTest.testGeneralManagedServiceFactory -- Time elapsed: 0.216 s org.eclipse.equinox.cm.test.ManagedServiceFactoryTest.testSamePidManagedServiceFactory -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ManagedServiceTest.testSamePidManagedService -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ManagedServiceTest.testGeneralManagedService -- Time elapsed: 0.317 s org.eclipse.equinox.cm.test.ManagedServiceTest.testBug374637 -- Time elapsed: 1.004 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectArray -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectValue -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testGet -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testGetNull -- Time elapsed: 0.004 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.004 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testPutGetCustomCollection -- Time elapsed: 0.006 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testGoodConfigProperties -- Time elapsed: 0.010 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testRemove -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testNullValue -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testNullKey -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testRankedPlugin -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPidSpecificMissPlugin -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPlugin -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testSameRankedPlugin -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationPluginTest.testPidSpecificPlugin -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationListenerTest.testListener -- Time elapsed: 0.012 s org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest.testConfigurationEvent -- Time elapsed: 0.010 s org.eclipse.equinox.cm.test.ConfigurationEventAdapterTest.testConfigurationFactoryEvent -- Time elapsed: 0.009 s Running org.eclipse.equinox.cm.test.ConfigurationDictionaryTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.equinox.cm.test.ConfigurationDictionaryTest org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectArray -- Time elapsed: 0.006 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectValue -- Time elapsed: 0.005 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testGet -- Time elapsed: 0.003 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testGetNull -- Time elapsed: 0.004 s org.eclipse.equinox.cm.test.ConfigurationDictionaryTest.testObjectVector -- Time elapsed: 0.003 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.004 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.024 s Running org.eclipse.equinox.cm.test.ManagedServiceFactoryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s -- in org.eclipse.equinox.cm.test.ManagedServiceFactoryTest org.eclipse.equinox.cm.test.ManagedServiceFactoryTest.testGeneralManagedServiceFactory -- Time elapsed: 0.215 s org.eclipse.equinox.cm.test.ManagedServiceFactoryTest.testSamePidManagedServiceFactory -- Time elapsed: 0.005 s Running org.eclipse.equinox.cm.test.ConfigurationListenerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.equinox.cm.test.ConfigurationListenerTest org.eclipse.equinox.cm.test.ConfigurationListenerTest.testListener -- Time elapsed: 0.011 s Results: Tests run: 88, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm.test --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4: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.0-SNAPSHOT [59/67] [INFO] from bundles/org.eclipse.equinox.common.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common.tests --- [INFO] The project's OSGi version is 3.17.0.v20231104-1100 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-compiler:4.0.4: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.4.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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.common.tests --- [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.common.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.common.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.common.tests:xml:p2metadata:3.17.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.common.tests:xml:p2artifacts:3.17.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/ContributorsTest.java:151: error: exception not thrown: org.osgi.framework.BundleException * @throws BundleException ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java:774: error: @param name not found * @param monitor progress monitor (callers are responsible for calling done() ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java:827: error: @param name not found * @param monitor progress monitor (callers are responsible for calling done() ^ 5 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_30_maintenance/bundles/org.eclipse.equinox.common.tests/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/ContributorsTest.java:151: error: exception not thrown: org.osgi.framework.BundleException * @throws BundleException ^ /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java:774: error: @param name not found * @param monitor progress monitor (callers are responsible for calling done() ^ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/SubMonitorTest.java:827: error: @param name not found * @param monitor progress monitor (callers are responsible for calling done() ^ 5 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_30_maintenance/bundles/org.eclipse.equinox.common.tests/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.common.tests/target/org.eclipse.equinox.common.tests-3.17.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.equinox.common.tests --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Your build strictly depends on unit org.eclipse.equinox.preferences 3.10.400.v20231102-2218 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.6.400.v20231103-0807 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.4.400.v20231106-0858 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.100.v20231012-1825 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.6.300.v20231012-1251 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_30_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_30_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.600-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.common.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign 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 : 3 Tests run: 588, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 2.676 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.001 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 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 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.001 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 s org.eclipse.equinox.common.tests.text.StringMatcherPlainTest.testStringMatchCaseInsensitive[line 17: OK pattern=f?o, text=f?o] -- Time elapsed: 0.001 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 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.001 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 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 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.001 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.001 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 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 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.001 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.001 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 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 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.001 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 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.001 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 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.001 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.001 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.001 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.001 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 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.001 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.001 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.080 s org.eclipse.equinox.common.tests.ServiceCallerTest.testRank -- Time elapsed: 0.033 s org.eclipse.equinox.common.tests.ServiceCallerTest.testInvalidFilter -- Time elapsed: 0.004 s org.eclipse.equinox.common.tests.ServiceCallerTest.testCallOnce -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.OperationCanceledExceptionTest.testCoreException -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testMakeRelativeTo -- Time elapsed: 0.003 s org.eclipse.equinox.common.tests.PathTest.testMakeRelativeToWindows -- Time elapsed: 0 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 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 s org.eclipse.equinox.common.tests.PathTest.testCanonicalize -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testMakeAbsolute -- Time elapsed: 0.001 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 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.001 s org.eclipse.equinox.common.tests.PathTest.testRemoveFirstSegments -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PathTest.testAppend -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.PathTest.testEquals -- Time elapsed: 0 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 s org.eclipse.equinox.common.tests.PathTest.testHasTrailingSeparator -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PluginVersionIdentifierTest.testEqual -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.PluginVersionIdentifierTest.testComparisons -- Time elapsed: 0 s org.eclipse.equinox.common.tests.PluginVersionIdentifierTest.testValidate -- Time elapsed: 0.001 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.021 s org.eclipse.equinox.common.tests.SafeRunnerTest.testAssertionErrorIsCaught -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SafeRunnerTest.testWithResult -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SafeRunnerTest.testWithResultReturnsNullOnException -- Time elapsed: 0.002 s org.eclipse.equinox.common.tests.SafeRunnerTest.testLinkageErrorIsCaught -- Time elapsed: 0 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.001 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 s org.eclipse.equinox.common.tests.StatusTest.testSingleFromClass -- Time elapsed: 0.041 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.004 s org.eclipse.equinox.common.tests.SubMonitorSmallTicksTest.testInternalWorked -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorSmallTicksTest.testWorked -- Time elapsed: 0.001 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.001 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.015 s org.eclipse.equinox.common.tests.SubMonitorTest.testSplitPerformsAutoCancel -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubMonitorTest.testSplitDoesNotThrowExceptionIfParentNotCanceled -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testInternalWorked -- Time elapsed: 0.002 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.010 s org.eclipse.equinox.common.tests.SubMonitorTest.testSuppressIsCanceledFlagIsInherited -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubMonitorTest.testInfiniteProgress -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.SubMonitorTest.testConvert -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testCreateTree -- Time elapsed: 0.007 s org.eclipse.equinox.common.tests.SubMonitorTest.testNullParent -- Time elapsed: 0 s org.eclipse.equinox.common.tests.SubMonitorTest.testAutoCancelThrowsExceptionEventuallyForManyTrivialOperations -- Time elapsed: 0.001 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 s org.eclipse.equinox.common.tests.SubMonitorTest.testStyles -- Time elapsed: 0.002 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 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 s org.eclipse.equinox.common.tests.URIUtilTest.testFileWithPercent20 -- Time elapsed: 0 s org.eclipse.equinox.common.tests.URIUtilTest.testToJARURI -- Time elapsed: 0.004 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 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 s org.eclipse.equinox.common.tests.URIUtilTest.testURItoURL -- Time elapsed: 0.306 s org.eclipse.equinox.common.tests.URIUtilTest.testURLtoURI -- Time elapsed: 0.001 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.001 s org.eclipse.equinox.common.tests.URIUtilTest.testAppendWithBrackets -- Time elapsed: 0 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.062 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.002 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 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testGetAdapterXYNotLoaded -- Time elapsed: 0.002 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 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.039 s org.eclipse.equinox.common.tests.adaptable.IAdapterManagerTest.testMultipleAdapterFactoriesFromExtensionPoint -- Time elapsed: 0 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 s org.eclipse.equinox.common.tests.adaptable.AdaptersTest.testOptionalOfNotAdaptableIsEmpty -- Time elapsed: 0.001 s org.eclipse.equinox.common.tests.adaptable.AdaptersTest.testOptionalObjectIsNull -- Time elapsed: 0 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.003 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.011 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryDynamicTest.testAddition -- Time elapsed: 0.013 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryDynamicTest.testReresolving -- Time elapsed: 0.043 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryDynamicTest.testEventTracker -- Time elapsed: 0.013 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.004 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testBFromCache -- Time elapsed: 0.005 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testBRemoved -- Time elapsed: 0 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testC -- Time elapsed: 0.007 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testD -- Time elapsed: 0.008 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testE -- Time elapsed: 0.008 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testF -- Time elapsed: 0.008 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testG -- Time elapsed: 0.039 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testH -- Time elapsed: 0.013 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testH71826 -- Time elapsed: 0.013 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testJ -- Time elapsed: 0.004 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testJbis -- Time elapsed: 0 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testKNonSingletonBundle -- Time elapsed: 0.006 s org.eclipse.equinox.common.tests.registry.ExtensionRegistryStaticTest.testLSingletonFragment -- Time elapsed: 0.004 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.174 s org.eclipse.equinox.common.tests.registry.InputErrorTest.testErrorCleanupExtensions -- Time elapsed: 0.112 s org.eclipse.equinox.common.tests.registry.MultiLanguageTest.testMultiLocale -- Time elapsed: 0.269 s org.eclipse.equinox.common.tests.registry.MultiLanguageTest.testMultiLocaleService -- Time elapsed: 0.179 s org.eclipse.equinox.common.tests.registry.NamespaceTest.testNamespaceBasic -- Time elapsed: 0.019 s org.eclipse.equinox.common.tests.registry.NamespaceTest.testNamespaceDynamic -- Time elapsed: 0.006 s org.eclipse.equinox.common.tests.registry.RegistryListenerTest.testMultiplePoints -- Time elapsed: 0.106 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.007 s org.eclipse.equinox.common.tests.registry.RegistryListenerTest.testMultipleRegistrations -- Time elapsed: 0.404 s org.eclipse.equinox.common.tests.registry.simple.XMLExtensionCreateTest.testExtensionPointAddition -- Time elapsed: 0.016 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.010 s org.eclipse.equinox.common.tests.registry.simple.DirectExtensionCreateTwoRegistriesTest.testExtensionPointAddition -- Time elapsed: 0.016 s org.eclipse.equinox.common.tests.registry.simple.TokenAccessTest.testControlledAccess -- Time elapsed: 0.001 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.035 s org.eclipse.equinox.common.tests.registry.simple.DirectExtensionRemoveTest.testExtensionPointAddition -- Time elapsed: 0.006 s org.eclipse.equinox.common.tests.registry.simple.MergeContributionTest.testMergeStaticDynamic -- Time elapsed: 0.015 s org.eclipse.equinox.common.tests.registry.simple.DuplicatePointsTest.testDuplicates -- Time elapsed: 0.008 s org.eclipse.core.runtime.tests.FileLocatorTest.testFileLocatorFind -- Time elapsed: 0.011 s org.eclipse.core.runtime.tests.FileLocatorTest.testFileLocatorGetBundleFile01 -- Time elapsed: 0.002 s org.eclipse.core.runtime.tests.FileLocatorTest.testFileLocatorGetBundleFile02 -- Time elapsed: 0.037 s Results: Tests run: 588, Failures: 0, Errors: 0, Skipped: 28 [INFO] All tests passed [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common.tests --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4: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.6.500-SNAPSHOT [60/67] [INFO] from bundles/org.eclipse.equinox.ds.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.ds.tests --- [INFO] The project's OSGi version is 1.6.500.v20231012-1105 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-compiler:4.0.4: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.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb24 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb1 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb1a added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb2 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb3 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb4 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb5 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb6 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb7 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb8 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb9 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb10 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb11 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb12 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb13 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb14 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb15 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb16 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb17 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb18 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb19 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb20 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb21 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb21a added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb22 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb23 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb25 added. [INFO] [INFO] --- build-helper:3.4.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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/bundles_src/tb26 added. [INFO] [INFO] --- build-helper:3.4.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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.ds.tests --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb1.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb1a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb2.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb3.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb4.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb5.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb6.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb7.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb8.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb9.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb10.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb11.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb12.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb13.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb14.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb15.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb16.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb17.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb20.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb22.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb23.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb24.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb25.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb26.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb27.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.4: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.4: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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.6.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.ds.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb3.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb4.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb5.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb6.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb7.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb8.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb9.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb10.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb11.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb12.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb13.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb14.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb15.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb16.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb17.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb18.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb19.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb20.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb21.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb21a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb22.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb23.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb24.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb25.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb26.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/scr_test/tb27.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.6.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.ds.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.ds.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests:1.6.500-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.ds.tests:xml:p2metadata:1.6.500-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.ds.tests:xml:p2artifacts:1.6.500-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.6.500-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.equinox.ds.tests --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Your build strictly depends on unit org.eclipse.equinox.common 3.18.200.v20231106-1826 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.11.400.v20231102-2218 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.10.400.v20231102-2218 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.6.400.v20231103-0807 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.4.400.v20231106-0858 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.100.v20231012-1825 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.6.300.v20231012-1251 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_30_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_30_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.600-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.ds.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign Running org.eclipse.equinox.ds.tests.AllTests Exception in thread "Thread-13" Exception in thread "Thread-14" Exception in thread "Thread-12" 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:2222) 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:2222) 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:2222) Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 167.3 s -- in org.eclipse.equinox.ds.tests.AllTests org.eclipse.equinox.ds.tests.tbc.DSTest.testPropertiesHandling -- Time elapsed: 0.042 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.002 s org.eclipse.equinox.ds.tests.tbc.DSTest.testComponentContextMethods -- Time elapsed: 6.025 s org.eclipse.equinox.ds.tests.tbc.DSTest.testImmediateComponents -- Time elapsed: 0.014 s org.eclipse.equinox.ds.tests.tbc.DSTest.testConfigAdminOnOff -- Time elapsed: 0.001 s org.eclipse.equinox.ds.tests.tbc.DSTest.testStaticPolicyBinding -- Time elapsed: 2.009 s org.eclipse.equinox.ds.tests.tbc.DSTest.testConfigurationPolicyFactoryConf -- Time elapsed: 0.001 s org.eclipse.equinox.ds.tests.tbc.DSTest.testBindUnbindParams -- Time elapsed: 5.025 s org.eclipse.equinox.ds.tests.tbc.DSTest.testCircularityHandling -- Time elapsed: 7.049 s org.eclipse.equinox.ds.tests.tbc.DSTest.testUniqueComponentContext -- Time elapsed: 0.013 s org.eclipse.equinox.ds.tests.tbc.DSTest.testServicePropertiesUpdate -- Time elapsed: 2.014 s org.eclipse.equinox.ds.tests.tbc.DSTest.testPolicyOptionGreedy -- Time elapsed: 3.018 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.015 s org.eclipse.equinox.ds.tests.tbc.DSTest.testBindUnbind -- Time elapsed: 2.010 s org.eclipse.equinox.ds.tests.tbc.DSTest.testActivateDeactivate -- Time elapsed: 12.02 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.013 s org.eclipse.equinox.ds.tests.tbc.DSTest.testPolicyOptionReluctant -- Time elapsed: 3.018 s org.eclipse.equinox.ds.tests.tbc.DSTest.testDisposingMultipleDependencies -- Time elapsed: 1.011 s org.eclipse.equinox.ds.tests.tbc.DSTest.testBindException -- Time elapsed: 0.011 s org.eclipse.equinox.ds.tests.tbc.DSTest.testReferenceTargetProperty -- Time elapsed: 1.009 s org.eclipse.equinox.ds.tests.tbc.DSTest.testBoundServiceReplacement -- Time elapsed: 0.026 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.543 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.012 s org.eclipse.equinox.ds.tests.tbc.DSTest.testSecurity -- Time elapsed: 0 s org.eclipse.equinox.ds.tests.tbc.DSTest.testLazyBundles -- Time elapsed: 0.005 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.029 s org.eclipse.equinox.ds.tests.LazyServiceComponentActivationDeadLockTest.testServiceFactoryDeadLock -- Time elapsed: 0.104 s org.eclipse.equinox.ds.tests.LazyServiceComponentActivationDeadLockTest.testLateBindingInSameBundleDeadLock -- Time elapsed: 0.112 s Results: Tests run: 36, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.ds.tests --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.ds.tests --- [INFO] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.preferences.tests >------ [INFO] Building [test-bundle] Preferences Tests 3.9.300-SNAPSHOT [61/67] [INFO] from bundles/org.eclipse.equinox.preferences.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences.tests --- [INFO] The project's OSGi version is 3.9.300.v20231011-2000 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.preferences.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.preferences.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.9.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.9.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.preferences.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.preferences.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.preferences.tests:xml:p2metadata:3.9.300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.preferences.tests:xml:p2artifacts:3.9.300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/org.eclipse.equinox.preferences.tests-3.9.300-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.equinox.preferences.tests --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Your build strictly depends on unit org.eclipse.equinox.app 1.6.400.v20231103-0807 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.4.400.v20231106-0858 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.100.v20231012-1825 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.6.300.v20231012-1251 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_30_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_30_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.600-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.preferences.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Running org.eclipse.equinox.preferences.tests.PreferenceMetadataTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.equinox.preferences.tests.PreferenceMetadataTest org.eclipse.equinox.preferences.tests.PreferenceMetadataTest.testPreferenceMetadata -- Time elapsed: 0.003 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.001 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.OsgiPreferenceMetadataStoreTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testNullPreferences -- Time elapsed: 0.001 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadLong -- Time elapsed: 0.001 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadUnknown -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadDouble -- Time elapsed: 0 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 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.001 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadByteArray -- Time elapsed: 0.001 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testSaveInt -- Time elapsed: 0 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testLoadFloat -- Time elapsed: 0.001 s org.eclipse.equinox.preferences.tests.OsgiPreferenceMetadataStoreTest.testSaveByteArray -- Time elapsed: 0 s Running org.eclipse.equinox.preferences.tests.EclipsePreferencesTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.751 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.339 s org.eclipse.equinox.preferences.tests.EclipsePreferencesTest.testConcurrentNodeChangeListener -- Time elapsed: 0.387 s Results: Tests run: 27, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences.tests --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4: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.100-SNAPSHOT [62/67] [INFO] from bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.tests --- [INFO] The project's OSGi version is 1.3.100.v20231104-1110 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.security.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.security.tests --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.security.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.security.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.3.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.security.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.tests:xml:p2metadata:1.3.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.security.tests:xml:p2artifacts:1.3.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.security.tests --- [INFO] No previous run data found, generating javadoc. [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/SlashEncodeTest.java:103: error: reference not found * @throws BackingStoreException ^ 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_30_maintenance/bundles/org.eclipse.equinox.security.tests/target/apidocs' dir. org.apache.maven.reporting.MavenReportException: Exit code: 1 /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.tests/src/org/eclipse/equinox/internal/security/tests/storage/SlashEncodeTest.java:103: error: reference not found * @throws BackingStoreException ^ 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_30_maintenance/bundles/org.eclipse.equinox.security.tests/target/apidocs' dir. at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.doExecuteJavadocCommandLine (AbstractJavadocMojo.java:5196) at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5069) 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_30_maintenance/bundles/org.eclipse.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.3.100-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.equinox.security.tests --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Your build strictly depends on unit org.eclipse.equinox.app 1.6.400.v20231103-0807 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.4.400.v20231106-0858 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.6.300.v20231012-1251 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_30_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_30_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.600-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.security.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_30_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.651 s -- in org.eclipse.equinox.security.tests.AllSecurityTests org.eclipse.equinox.internal.security.tests.storage.Base64Test.testEdge -- Time elapsed: 0.002 s org.eclipse.equinox.internal.security.tests.storage.Base64Test.testHandCoded -- Time elapsed: 0.001 s org.eclipse.equinox.internal.security.tests.storage.Base64Test.testRandom -- Time elapsed: 0.046 s org.eclipse.equinox.internal.security.tests.storage.DetectPBECiphersTest.testPBEDetect -- Time elapsed: 0.200 s org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest.testEdge -- Time elapsed: 0.002 s org.eclipse.equinox.internal.security.tests.storage.SlashEncodeTest.testPreferencesWithSlashes -- Time elapsed: 0.022 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 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testLocation -- Time elapsed: 0.003 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.006 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.004 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.005 s org.eclipse.equinox.internal.security.tests.storage.DefaultPreferencesTest.testPathValidation -- Time elapsed: 0.001 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.111 s org.eclipse.equinox.internal.security.tests.storage.DynamicPreferencesTest.testDynamicPersisted -- Time elapsed: 0.085 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.056 s Results: Tests run: 35, Failures: 0, Errors: 0, Skipped: 12 [INFO] All tests passed [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.tests --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4: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 [63/67] [INFO] from bundles/org.eclipse.equinox.console.ssh.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh.tests --- [INFO] The project's OSGi version is 1.3.100.v20231012-0857 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_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.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_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.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.ssh.tests --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/.polyglot.META-INF [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.equinox.console.ssh.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.ssh.tests --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.ssh.tests/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:xml:p2metadata:1.3.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:xml:p2artifacts:1.3.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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.4:test (default-test) @ org.eclipse.equinox.console.ssh.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh.tests --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4: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 [64/67] [INFO] from bundles/org.eclipse.equinox.console.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.tests --- [INFO] The project's OSGi version is 1.3.100.v20231012-0849 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.equinox.console.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.console.tests --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.console.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.console.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_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.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.tests/target/org.eclipse.equinox.console.tests-1.3.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.tests --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.tests/.polyglot.META-INF [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.equinox.console.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.tests --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.tests:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.console.tests/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.tests:xml:p2metadata:1.3.100-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.console.tests:xml:p2artifacts:1.3.100-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_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.4:test (default-test) @ org.eclipse.equinox.console.tests --- [INFO] Skipping tests [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.tests --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4: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.0-SNAPSHOT [65/67] [INFO] from bundles/org.eclipse.equinox.http.servlet.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/.polyglot.META-INF [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet.tests --- [INFO] The project's OSGi version is 1.9.0.v20231004-0455 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-compiler:4.0.4: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.4.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_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/bundles_src/tb1 added. [INFO] [INFO] --- build-helper:3.4.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_30_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_30_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_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/bundles_bin/tb1.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/bundles_bin/tb2.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/bundles_bin/tb1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/bundles_bin/tb2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4: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.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servlet.tests --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:xml:p2metadata:1.9.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:xml:p2artifacts:1.9.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2: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_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.equinox.http.servlet.tests --- [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Your build strictly depends on unit org.eclipse.equinox.common 3.18.200.v20231106-1826 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.11.400.v20231102-2218 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.10.400.v20231102-2218 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.6.400.v20231103-0807 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.4.400.v20231106-0858 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.100.v20231012-1825 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.6.300.v20231012-1251 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_30_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_30_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.600-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_30_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_30_maintenance/bundles/org.eclipse.equinox.http.servlet.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector Running org.eclipse.equinox.http.servlet.testbase.AllTests SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2617f816: Requesting http://localhost:39167/context1/servlet?forward=true org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2617f816: Requesting http://localhost:39167/context1/servlet?forward=true&auth=true org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@673bb956: Requesting http://localhost:44979/context1/servlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@673bb956: Requesting http://localhost:44979/context1/servlet?auth=true org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@673bb956: Requesting http://localhost:44979/context2/servlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@62315f22: Requesting http://localhost:38405/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@66d57c1b: Requesting http://localhost:37087/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4ad4936c: Requesting http://localhost:38343/c1/s1/i1?p1=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@46baf579: Requesting http://localhost:33083/c1/s1/i1?p1=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@a8a8b75: Requesting http://localhost:39327/c1/s1/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@77bb0ab5: Requesting http://localhost:37351/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5b6e8f77: Requesting http://localhost:35627/S8 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@d400943: Requesting http://localhost:45705/c1/s1/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@779de014: Requesting http://localhost:40659/s1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@54dcbb9f: Requesting http://localhost:33089/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6331250e: Requesting http://localhost:37823/Bug497510/a%20b%20c org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@61533ae: Requesting http://localhost:39629/Bug%20497510/a%20b%20c org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@349d0836: Requesting http://localhost:37199/Servlet13A/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3e9803c2: Requesting http://localhost:38701/c1/s1/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@695a69a1: Requesting http://localhost:40461/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2f879bab: Requesting http://localhost:41715/s1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1917d90f: Requesting http://localhost:41043/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@64f555e7: Requesting http://localhost:44305/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1280851e: Requesting http://localhost:43995/c1/s1/i1?p1=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@53093491: Requesting http://localhost:34197/c1/s1/i1?p1=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c446b14: Requesting http://localhost:32863/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24a298a6: Requesting http://localhost:37305/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@659a2455: Requesting http://localhost:34735/s1 ==event stream opened== ==event== 1700826443273 Differential: 108 ==event== 1700826443374 Differential: 99 ==event== 1700826443475 Differential: 100 ==event== 1700826443575 Differential: 100 ==event== 1700826443676 Differential: 101 ==event== 1700826443776 Differential: 101 ==event== 1700826443877 Differential: 100 ==event== 1700826443977 Differential: 100 ==event== 1700826444077 Differential: 101 ==event== 1700826444178 Differential: 100 ==event stream closed== org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@53692008: Requesting http://localhost:36131/Bug479115/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@15923407: Requesting http://localhost:42449/s1 ==event stream opened== ==event== 1700826444501 Differential: 103 ==event== 1700826444601 Differential: 100 ==event== 1700826444702 Differential: 100 ==event== 1700826444802 Differential: 101 ==event== 1700826444903 Differential: 100 ==event== 1700826445003 Differential: 101 ==event== 1700826445104 Differential: 100 ==event== 1700826445204 Differential: 100 ==event== 1700826445304 Differential: 101 ==event== 1700826445405 Differential: 100 ==event stream closed== org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@773c0293: Requesting http://localhost:33037/Servlet13A/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@24097e9b: Requesting http://localhost:40305/c1/s1/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@325bb9a6: Requesting http://localhost:35027/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3c7cfcbb: Requesting http://localhost:42241/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@10876a6: Requesting http://localhost:41751/a/s1/d?p=1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@73ab3aac: Requesting http://localhost:39865/available org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2a389173: Requesting http://localhost:37165/available org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2a389173: Requesting http://localhost:37165/foo org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c298dc: Requesting http://localhost:42945/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c298dc: Requesting http://localhost:42945/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c298dc: Requesting http://localhost:42945/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c298dc: Requesting http://localhost:42945/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c298dc: Requesting http://localhost:42945/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c298dc: Requesting http://localhost:42945/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c298dc: Requesting http://localhost:42945/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c298dc: Requesting http://localhost:42945/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c298dc: Requesting http://localhost:42945/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6c298dc: Requesting http://localhost:42945/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@42fcc7e6: Requesting http://localhost:33033/prototype/configure?servlet.init.status=testWBServletChangeInitParams&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeInitParams&test.prototype.name=testWBServletChangeInitParams org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@42fcc7e6: Requesting http://localhost:33033/testWBServletChangeInitParams org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@42fcc7e6: Requesting http://localhost:33033/prototype/configure?servlet.init.status=changed&osgi.http.whiteboard.servlet.pattern=/testWBServletChangeInitParams&test.prototype.name=testWBServletChangeInitParams org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@42fcc7e6: Requesting http://localhost:33033/testWBServletChangeInitParams org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2bc426f0: Requesting https://localhost:8443/TestServlet10 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3db432c2: Requesting http://localhost:39459/TestErrorPage1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@45554613: Requesting http://localhost:42845/TestErrorPage2/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2b682e9: Requesting http://localhost:36143/TestErrorPage3/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@527d48db: Requesting http://localhost:34635/TestErrorPage4/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4348fa35: Requesting http://localhost:37141/prototype/error?test.error.code=400 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4348fa35: Requesting http://localhost:37141/prototype/error?test.error.code=450 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4348fa35: Requesting http://localhost:37141/prototype/error?test.error.code=499 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4348fa35: Requesting http://localhost:37141/prototype/error?test.error.code=500 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4348fa35: Requesting http://localhost:37141/prototype/error?test.error.code=550 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4348fa35: Requesting http://localhost:37141/prototype/error?test.error.code=599 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@62b786dc: Requesting http://localhost:40633/TestErrorPage6/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@58f290bc: Requesting http://localhost:33895/TestErrorPage7/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7fcc3745: Requesting http://localhost:45357/TestErrorPage8/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5e7cd0df: Requesting http://localhost:37449/TestErrorPage9/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@780546f8: Requesting http://localhost:43899/TestFilter10/cbabc org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@301770d9: Requesting http://localhost:42099/TestFilter11/cbdadbc org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3b29d36c: Requesting http://localhost:34863/TestFilter12/dcbabcd org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@53a3fc8b: Requesting http://localhost:46571/something/a.TestFilter13 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7bdaf563: Requesting http://localhost:38663/something/a.TestFilter14 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@51a65f56: Requesting http://localhost:32973/something/a.TestFilter15 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6e98fd10: Requesting http://localhost:45771/something/a.TestFilter16 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@305230ea: Requesting http://localhost:39127/TestFilter17/foo/bar/baz org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@31ee5a9: Requesting http://localhost:44399/TestFilter18/foo/bar/baz org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7953a656: Requesting http://localhost:42343/TestFilter18/foo/bar/baz/with/path/info org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@424769f2: Requesting http://localhost:36317/hello org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@424769f2: Requesting http://localhost:36317/hello/test org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@20de9df: Requesting http://localhost:46353/hello org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@20de9df: Requesting http://localhost:46353/hello/test org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@397fced4: Requesting http://localhost:44289/hello/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@397fced4: Requesting http://localhost:44289/hello/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@49f2994f: Requesting http://localhost:44197/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@49f2994f: Requesting http://localhost:44197/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@49f2994f: Requesting http://localhost:44197/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@32a37d12: Requesting http://localhost:33231/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@32a37d12: Requesting http://localhost:33231/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3116e9d2: Requesting http://localhost:38935/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5b12157b: Requesting http://localhost:40861/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@e870441: Requesting http://localhost:35063/foo/a/SA org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@12eb281f: Requesting http://localhost:42767/testHttpContextSetUser org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7adf0ff9: Requesting http://localhost:45677/tccl org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6b16aa6f: Requesting http://localhost:36139/a/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1b261005: Requesting http://localhost:36247/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7a506493: Requesting http://localhost:36029/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5961fad1: Requesting http://localhost:36979/s9 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@8cc7489: Requesting http://localhost:45987/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@8dbe78f: Requesting http://localhost:38401/resource2.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@591e3e5e: Requesting http://localhost:44539/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@591e3e5e: Requesting http://localhost:44539/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@591e3e5e: Requesting http://localhost:44539/testWBServletChangeRanking org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@591e3e5e: Requesting http://localhost:44539/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@591e3e5e: Requesting http://localhost:44539/testWBServletChangeRanking org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@591e3e5e: Requesting http://localhost:44539/prototype/unregister?test.prototype.name=testWBServletChangeRanking1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@591e3e5e: Requesting http://localhost:44539/testWBServletChangeRanking org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4064cd60: Requesting http://localhost:44787/TestFilter1/bab org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4c963d59: Requesting http://localhost:38011/TestFilter2/cbabc org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2465e8be: Requesting http://localhost:37761/TestFilter3/cbdadbc org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@449464fb: Requesting http://localhost:39387/TestFilter4/dcbabcd org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5a77b7cc: Requesting http://localhost:34039/something/bab.TestFilter5 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@47a0e73: Requesting http://localhost:46363/something/cbabc.TestFilter6 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3cf852f9: Requesting http://localhost:44697/something/cbdadbc.TestFilter7 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@b39a3bf: Requesting http://localhost:45763/something/dcbabcd.TestFilter8 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5b7ec35a: Requesting http://localhost:43631/TestFilter9/bab org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@89ebacd: Requesting http://localhost:34081/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@28459ab8: Requesting http://localhost:43885/TestServletContext1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7e70042: Requesting http://localhost:45549/S1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7f8b5188: Requesting http://localhost:44801/s1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@64c54f9e: Requesting http://localhost:38631/a/s1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@43687954: Requesting http://localhost:34373/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@43687954: Requesting http://localhost:34373/a/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7bfd21ca: Requesting http://localhost:45789/a/TestServletContextHelper10/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6795c28a: Requesting http://localhost:42157/http.context.test/1/test org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6795c28a: Requesting http://localhost:42157/http.context.test/2/test org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@75a1841a: Requesting http://localhost:43423/a/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@485b39d6: Requesting http://localhost:39789/s1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3f817fbe: Requesting http://localhost:35351/foo/a/b/c/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3f817fbe: Requesting http://localhost:35351/foo/a/b/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3f817fbe: Requesting http://localhost:35351/foo/a/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3f817fbe: Requesting http://localhost:35351/foo/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7d6d0581: Requesting http://localhost:44499/foo/a/b/c/?p1=v1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7d6d0581: Requesting http://localhost:44499/foo/a/b/;jsessionid=node082gz5ud5jp7899v9horen09a23.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7d6d0581: Requesting http://localhost:44499/foo/a/;jsessionid=node082gz5ud5jp7899v9horen09a23.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7d6d0581: Requesting http://localhost:44499/foo/;jsessionid=node082gz5ud5jp7899v9horen09a23.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3663806a: Requesting http://localhost:46327/a/b/c/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3663806a: Requesting http://localhost:46327/a/b/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3663806a: Requesting http://localhost:46327/a/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3663806a: Requesting http://localhost:46327/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4998c57a: Requesting http://localhost:46825/a/b/c/?p1=v1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4998c57a: Requesting http://localhost:46825/a/b/;jsessionid=node015znvpuok5dxr1l4tb0quqyx3524.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4998c57a: Requesting http://localhost:46825/a/;jsessionid=node015znvpuok5dxr1l4tb0quqyx3524.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4998c57a: Requesting http://localhost:46825/;jsessionid=node015znvpuok5dxr1l4tb0quqyx3524.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@59650483: Requesting http://localhost:36061/TestResource1/resource1.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@12008f73: Requesting http://localhost:38363/TestResource2/resource1.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@13ef6f49: Requesting http://localhost:42697/TestResource3/resource1.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3f72126c: Requesting http://localhost:35157/TestResource4/resource1.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4637b8f6: Requesting http://localhost:36403/TestResource5/resource1.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7c946bca: Requesting http://localhost:39029/TestServletContext1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7c946bca: Requesting http://localhost:39029/TestServletContext1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@11620476: Requesting http://localhost:41385/TestServlet1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@60352a8b: Requesting http://localhost:46325/TestServlet2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2dea187e: Requesting http://localhost:37187/TestServlet3 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5c6fa723: Requesting http://localhost:38429/TestServlet4 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4b4aa9c6: Requesting http://localhost:40693/TestServlet5 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6e4290eb: Requesting http://localhost:36019/something/a.TestServlet6 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7eab967: Requesting http://localhost:41719/TestServlet7/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@10f45965: Requesting http://localhost:44445/TestServlet9 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6e970fef: Requesting http://localhost:41439/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7ea250e6: Requesting http://localhost:38593/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@7ada609: Requesting http://localhost:46769/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7113b35a: Requesting http://localhost:33081/asyncOutput?iterations=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7113b35a: Requesting http://localhost:33081/asyncOutput?bytes=true&iterations=4 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@75afc9e2: Requesting http://localhost:45187/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@75afc9e2: Requesting http://localhost:45187/sessions;jsessionid=node01lnm9l8samwqkff4ifr9gm8lr25.node0 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@75afc9e2: Requesting http://localhost:45187/sessions;jsessionid=node01lnm9l8samwqkff4ifr9gm8lr25.node0?bar=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@12bcfd07: Requesting http://localhost:40631/TestErrorPage10/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@734b508e: Requesting http://localhost:40929/TestErrorPage11/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3794ff96: Requesting http://localhost:46691/files/help.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3a33f3ae: Requesting http://localhost:37329/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3a33f3ae: Requesting http://localhost:37329/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3a33f3ae: Requesting http://localhost:37329/sessions org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3222940e: Requesting http://localhost:37379/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3222940e: Requesting http://localhost:37379/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3222940e: Requesting http://localhost:37379/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@59eab922: Requesting http://localhost:32839/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6dc12c81: Requesting http://localhost:38153/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1536cd09: Requesting http://localhost:36703/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1536cd09: Requesting http://localhost:36703/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1536cd09: Requesting http://localhost:36703/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@393b78f: Requesting http://localhost:38743/s org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2cf8eb66: Requesting http://localhost:40243/s9A org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3308560f: Requesting http://localhost:40565/foo/a/SA org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2e4a888e: Requesting http://localhost:41427/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@551909ec: Requesting http://localhost:42711/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7ab571c3: Requesting http://localhost:42039/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@214629a9: Requesting http://localhost:46519/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@522707f0: Requesting http://localhost:35869/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7221f607: Requesting http://localhost:45435/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@10b0d962: Requesting http://localhost:38029/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7420478a: Requesting http://localhost:40245/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3b021d07: Requesting http://localhost:35427/f22/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@28a9f2b8: Requesting http://localhost:35503/hello/test/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@28a9f2b8: Requesting http://localhost:35503/hello/test/request.ext org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@65924a41: Requesting http://localhost:45679/hello_test/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@65924a41: Requesting http://localhost:45679/hello/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@639d9b78: Requesting http://localhost:42813/hello_test/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@639d9b78: Requesting http://localhost:42813/hello/request org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3a332d08: Requesting http://localhost:39217/WBServlet1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@374ae143: Requesting http://localhost:33159/WBServlet2/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@58bb6ba7: Requesting http://localhost:41365/testalias/resource2.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7339a383: Requesting http://localhost:46543/foo/TestResource1/rangerequest.mp4 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6219e872: Requesting http://localhost:33587/s11 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@754bc4bc: Requesting http://localhost:45305/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@754bc4bc: Requesting http://localhost:45305/testWBServletDefaultContextAdaptor1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@754bc4bc: Requesting http://localhost:45305/testContext/testWBServletDefaultContextAdaptor1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@754bc4bc: Requesting http://localhost:45305/testWBServletDefaultContextAdaptor1 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@754bc4bc: Requesting http://localhost:45305/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@62b5cb79: Requesting http://localhost:38643/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@62b5cb79: Requesting http://localhost:38643/testContext/testWBServletDefaultContextAdaptor2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@62b5cb79: Requesting http://localhost:38643/testPrefix/testContext/testWBServletDefaultContextAdaptor2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@62b5cb79: Requesting http://localhost:38643/testContext/testWBServletDefaultContextAdaptor2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@62b5cb79: Requesting http://localhost:38643/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@4459399f: Requesting http://localhost:34707/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@4459399f: Requesting http://localhost:34707/testWBServletDefaultContextAdaptor3 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4459399f: Requesting http://localhost:34707/testPrefix/testWBServletDefaultContextAdaptor3 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4459399f: Requesting http://localhost:34707/testWBServletDefaultContextAdaptor3 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4459399f: Requesting http://localhost:34707/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@28828c4a: Requesting http://localhost:39057/a/SA org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6f447953: Requesting http://localhost:33717/TestServlet10 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7d996aea: Requesting http://localhost:40761/TestServlet11 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@31785843: Requesting http://localhost:37019/files/help.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@e8ec316: Requesting http://localhost:39161/Servlet13/a?p=1&p=2 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6e9bdb9e: Requesting http://localhost:35367/Servlet16/do org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@73ac67e0: Requesting http://localhost:38819/testDefaultHttpContextResource org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@745db519: Requesting http://localhost:32881/foo/TestResource1/rangerequest.mp4 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@45f77a87: Requesting http://localhost:46883/prototype/configure?servlet.init.status=testWBServletChangePattern&osgi.http.whiteboard.servlet.pattern=/testWBServletChangePattern&test.prototype.name=testWBServletChangePattern org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@45f77a87: Requesting http://localhost:46883/testWBServletChangePattern org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@45f77a87: Requesting http://localhost:46883/prototype/configure?servlet.init.status=testWBServletChangePattern&osgi.http.whiteboard.servlet.pattern=/changed&test.prototype.name=testWBServletChangePattern org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@45f77a87: Requesting http://localhost:46883/changed org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@731990b2: Requesting http://localhost:46433/foo/TestResource1/rangerequest.mp4 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9202ed7: Requesting http://localhost:33845/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9202ed7: Requesting http://localhost:33845/a.xhtml org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@9202ed7: Requesting http://localhost:33845/some/path/a.xhtml org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1fb6908f: Requesting http://localhost:40533/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1fb6908f: Requesting http://localhost:40533/a.xhtml org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1fb6908f: Requesting http://localhost:40533/some/path/a.xhtml org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@d37d9eb: Requesting http://localhost:35153/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@d37d9eb: Requesting http://localhost:35153/fee/fi/foo/fum org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3cfe7eb0: Requesting http://localhost:35793/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3cfe7eb0: Requesting http://localhost:35793/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3cfe7eb0: Requesting http://localhost:35793/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@1b112f57: Requesting http://localhost:41929/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@13f42792: Requesting http://localhost:34495/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@13f42792: Requesting http://localhost:34495/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6ab1fc0b: Requesting http://localhost:42177/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6ab1fc0b: Requesting http://localhost:42177/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@131f0ae5: Requesting http://localhost:43273/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@131f0ae5: Requesting http://localhost:43273/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@131f0ae5: Requesting http://localhost:43273/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@131f0ae5: Requesting http://localhost:43273/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5d4e7f4f: Requesting http://localhost:32829/index.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5d4e7f4f: Requesting http://localhost:32829/index.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7e7d1979: Requesting http://localhost:37979/other.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7e7d1979: Requesting http://localhost:37979/other.txt org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@17307576: Requesting http://localhost:42983/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@17307576: Requesting http://localhost:42983/b org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6481052c: Requesting http://localhost:36115/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7dbcd21e: Requesting http://localhost:33057/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3d95f2ce: Requesting http://localhost:41443/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3d95f2ce: Requesting http://localhost:41443/b org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3c31492b: Requesting http://localhost:41191/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3c31492b: Requesting http://localhost:41191/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@18b47f72: Requesting http://localhost:41359/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/a.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/some/path/b.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@c443b70: Requesting http://localhost:34211/ org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@72230dc0: Requesting http://localhost:40731/post org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2dcd0fd1: Requesting http://localhost:35347/post org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7c10fdb4: Requesting http://localhost:36463/helperContext/servlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@2a6e9470: Requesting http://localhost:36939/testPrefix/servlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@6ee8c246: Requesting http://localhost:34489/testPrefix/helperContext/servlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@4bde4d27: Requesting http://localhost:34929/MyServlet org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7ff4fbf9: Requesting http://localhost:46255/Bug%20562843/a%20b%20c org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7c954a62: Requesting http://localhost:38259/Bug562843/topic+.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@3d408c00: Requesting http://localhost:36179/Bug562843/topic%25.html org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7def2a07: Requesting http://localhost:42109/Servlet13/a?p=&q=&q=2&r=3 org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5c6596b4: Requesting http://localhost:41367/S1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@5c6596b4: Requesting http://localhost:41367/S1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@37fb0796: Requesting http://localhost:43777/S1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@37fb0796: Requesting http://localhost:43777/S1/a org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@7b07d8d0: Requesting http://localhost:38341/Bug%20562843/this%20pat/aa%2Fb%2Fc/d%2Fe%2Ff org.eclipse.equinox.http.servlet.tests.util.ServletRequestAdvisor@76fd36c0: Requesting http://localhost:44509/Bug%20562843/this%20pat/a%20b%20c/d%20e%20f Tests run: 228, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 51.96 s -- in org.eclipse.equinox.http.servlet.testbase.AllTests org.eclipse.equinox.http.servlet.tests.AuthenticationTest.test_forwardSecurity -- Time elapsed: 0.504 s org.eclipse.equinox.http.servlet.tests.AuthenticationTest.test_handleFinishSecurity -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardDepth1_WithRequestAndForwardFilter -- Time elapsed: 0.118 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardDepth1 -- Time elapsed: 0.114 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardDepth2 -- Time elapsed: 0.113 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.114 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.119 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeNamed -- Time elapsed: 0.113 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_headers_include -- Time elapsed: 0.130 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeDepth1_WithRequestFilter -- Time elapsed: 0.118 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.110 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardParameterAggregationAndPrecedence -- Time elapsed: 0.111 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardNamedParameterAggregationAndPrecedence -- Time elapsed: 0.117 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeDepth1_WithRequestAndIncludeFilter -- Time elapsed: 0.112 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_headers_forward -- Time elapsed: 0.116 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeStreamed_WithRequestAndIncludeFilter -- Time elapsed: 0.113 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeDepth1 -- Time elapsed: 0.111 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeDepth2 -- Time elapsed: 0.111 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeDepth3 -- Time elapsed: 0.112 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeStreamed_WithRequestFilter -- Time elapsed: 0.111 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_forwardStreamed_WithRequestFilter -- Time elapsed: 0.115 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_streamed_response_outputstream -- Time elapsed: 1.119 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_Bug479115 -- Time elapsed: 0.111 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.111 s org.eclipse.equinox.http.servlet.tests.DispatchingTest.test_includeNamedParameterAggregationAndPrecedence -- Time elapsed: 0.170 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.110 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.211 s org.eclipse.equinox.http.servlet.tests.PreprocessorTestCase.testPreprocessorRanking -- Time elapsed: 0.515 s org.eclipse.equinox.http.servlet.tests.PreprocessorTestCase.testPreprocessorInvocation -- Time elapsed: 0.218 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.164 s org.eclipse.equinox.http.servlet.tests.ServletTest.testHTTPSEndpoint -- Time elapsed: 0.952 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage1 -- Time elapsed: 0.405 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage2 -- Time elapsed: 0.384 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage3 -- Time elapsed: 0.335 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage4 -- Time elapsed: 0.370 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage5 -- Time elapsed: 0.149 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage6 -- Time elapsed: 0.134 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage7 -- Time elapsed: 0.139 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage8 -- Time elapsed: 0.133 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage9 -- Time elapsed: 0.135 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter10 -- Time elapsed: 0.323 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter11 -- Time elapsed: 0.296 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter12 -- Time elapsed: 0.296 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter13 -- Time elapsed: 0.291 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter14 -- Time elapsed: 0.312 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter15 -- Time elapsed: 0.275 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter16 -- Time elapsed: 0.283 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter17 -- Time elapsed: 0.279 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter18 -- Time elapsed: 0.284 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter19 -- Time elapsed: 0.281 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter20 -- Time elapsed: 0.130 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.134 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Sessions01 -- Time elapsed: 0.130 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Sessions02 -- Time elapsed: 0.133 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16_fileuploadWithLocationAndThreshold -- Time elapsed: 0.153 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Async1 -- Time elapsed: 0.127 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper15_fullContextPath_forward -- Time elapsed: 0.135 s org.eclipse.equinox.http.servlet.tests.ServletTest.testHttpContextSetUser -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_RegistrationTCCL1 -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelperVisibility -- Time elapsed: 0.127 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration18_WhiteboardServletByNameOnly -- Time elapsed: 0.127 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16_fileuploadWithLocationMaxFileSize -- Time elapsed: 0.127 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_BufferedOutput -- Time elapsed: 0.137 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16_fileuploadWithLocation -- Time elapsed: 0.126 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ResourceAliasSlash -- Time elapsed: 0.135 s org.eclipse.equinox.http.servlet.tests.ServletTest.testWBServletChangeRanking -- Time elapsed: 0.129 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter1 -- Time elapsed: 0.339 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter2 -- Time elapsed: 0.281 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter3 -- Time elapsed: 0.271 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter4 -- Time elapsed: 0.274 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter5 -- Time elapsed: 0.267 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter6 -- Time elapsed: 0.272 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter7 -- Time elapsed: 0.270 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter8 -- Time elapsed: 0.267 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter9 -- Time elapsed: 0.260 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16_fileuploadWithLocationMaxRequestSize -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_unregister -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContext1 -- Time elapsed: 0.284 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContext2 -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper1 -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper7 -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper8 -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper9 -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.testServletContextUnsupportedOperations -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper10 -- Time elapsed: 0.272 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.129 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper13 -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_getRequestURI_trailingSlash1 -- Time elapsed: 0.135 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_getRequestURI_trailingSlash2 -- Time elapsed: 0.137 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_getRequestURI_trailingSlash3 -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_getRequestURI_trailingSlash4 -- Time elapsed: 0.131 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Resource1 -- Time elapsed: 0.301 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Resource2 -- Time elapsed: 0.298 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Resource3 -- Time elapsed: 0.262 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Resource4 -- Time elapsed: 0.299 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Resource5 -- Time elapsed: 0.273 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContext1_2 -- Time elapsed: 0.584 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet1 -- Time elapsed: 0.288 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet2 -- Time elapsed: 0.277 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet3 -- Time elapsed: 0.271 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet4 -- Time elapsed: 0.286 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet5 -- Time elapsed: 0.259 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet6 -- Time elapsed: 0.284 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet7 -- Time elapsed: 0.331 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet9 -- Time elapsed: 0.311 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_commonsFileUpload -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_PathEncodings_Bug540970 -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16_notEnabled -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_AsyncOutput1 -- Time elapsed: 0.127 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Sessions04_inlineSessionId -- Time elapsed: 0.127 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage10 -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ErrorPage11 -- Time elapsed: 0.129 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletExactMatchPrecidence -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration11 -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration12 -- Time elapsed: 0.266 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration13 -- Time elapsed: 0.120 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration14 -- Time elapsed: 0.131 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration15 -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration16 -- Time elapsed: 0.126 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration17 -- Time elapsed: 0.127 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Sessions03_HttpSessionInvalidator -- Time elapsed: 0.126 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration1 -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration2 -- Time elapsed: 0.120 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration3 -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration4 -- Time elapsed: 0.120 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration5 -- Time elapsed: 0.119 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Registration6 -- Time elapsed: 0.120 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener1 -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener2 -- Time elapsed: 0.119 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener3 -- Time elapsed: 0.119 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener4 -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener5 -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener6 -- Time elapsed: 0.130 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener7 -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener8 -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener9 -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper15_fullContextPath_include -- Time elapsed: 0.129 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22a -- Time elapsed: 0.124 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22b -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22c -- Time elapsed: 0.129 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.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22f -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter22g -- Time elapsed: 0.122 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.127 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter23a -- Time elapsed: 0.127 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter23b -- Time elapsed: 0.132 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Filter23c -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_WBServlet1 -- Time elapsed: 0.263 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_WBServlet2 -- Time elapsed: 0.252 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ResourceAliasNormal -- Time elapsed: 0.128 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ResourceRangeRequest_WithRange_customContext -- Time elapsed: 0.134 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener10 -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Listener11 -- Time elapsed: 0.139 s org.eclipse.equinox.http.servlet.tests.ServletTest.testWBServletDefaultContextAdaptor1 -- Time elapsed: 0.132 s org.eclipse.equinox.http.servlet.tests.ServletTest.testWBServletDefaultContextAdaptor2 -- Time elapsed: 0.131 s org.eclipse.equinox.http.servlet.tests.ServletTest.testWBServletDefaultContextAdaptor3 -- Time elapsed: 0.132 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ServletContextHelper14_uniqueTempDirs -- Time elapsed: 0.123 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet10 -- Time elapsed: 0.283 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet11 -- Time elapsed: 0.291 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet12 -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet13 -- Time elapsed: 0.127 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet16 -- Time elapsed: 0.122 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Servlet18 -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_Runtime -- Time elapsed: 0.267 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ResourceRangeRequest_Complete -- Time elapsed: 0.129 s org.eclipse.equinox.http.servlet.tests.ServletTest.testWBServletChangePattern -- Time elapsed: 0.121 s org.eclipse.equinox.http.servlet.tests.ServletTest.test_ResourceRangeRequest_WithRange -- Time elapsed: 0.125 s org.eclipse.equinox.http.servlet.tests.Test_140_11_3.test_140_11_3 -- Time elapsed: 0.104 s org.eclipse.equinox.http.servlet.tests.Test_140_2_17to22.test_140_2_17to22 -- Time elapsed: 0.107 s org.eclipse.equinox.http.servlet.tests.Test_140_2_26to27.test_140_2_26to27 -- Time elapsed: 0.110 s org.eclipse.equinox.http.servlet.tests.Test_140_2_39to41.test_140_2_39to41 -- Time elapsed: 0.106 s org.eclipse.equinox.http.servlet.tests.Test_140_2_6_getResourcePaths.test_140_2_6_getResourcePaths -- Time elapsed: 0.107 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.110 s org.eclipse.equinox.http.servlet.tests.Test_140_4_16.test_140_4_16 -- Time elapsed: 0.109 s org.eclipse.equinox.http.servlet.tests.Test_140_4_17to22.test_140_4_17to22 -- Time elapsed: 0.115 s org.eclipse.equinox.http.servlet.tests.Test_140_4_1_22to23.test_140_4_1_22to23 -- Time elapsed: 0.109 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.111 s org.eclipse.equinox.http.servlet.tests.Test_140_7_validation.test_140_7_validation -- Time elapsed: 0.107 s org.eclipse.equinox.http.servlet.tests.Test_140_9_ServletContextDTO_custom_listener.test_140_9_ServletContextDTO_custom_listener -- Time elapsed: 0.108 s org.eclipse.equinox.http.servlet.tests.Test_140_9_ServletContextDTO_default_listener.test_140_9_ServletContextDTO_default_listener -- Time elapsed: 0.105 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.106 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.106 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.114 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.107 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.109 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.109 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.110 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.109 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.114 s org.eclipse.equinox.http.servlet.tests.Test_table_140_5_HTTP_WHITEBOARD_FILTER_REGEX.patternCheck -- Time elapsed: 0.105 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.114 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.106 s org.eclipse.equinox.http.servlet.tests.TestHttpServiceAndErrorPage.testHttpServiceAndErrorPage -- Time elapsed: 0.311 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.211 s org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests.testServletContextHelpersNotHiddenWhenRegisteredUsingConsumingContext -- Time elapsed: 0.108 s org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests.testWBServletContextPathCustomizerDefaultFilter -- Time elapsed: 0.115 s org.eclipse.equinox.http.servlet.tests.ContextHelperCustomizerTests.testLegacyServletContextPathCustomizerContextPrefix -- Time elapsed: 0.225 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.110 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.107 s org.eclipse.equinox.http.servlet.tests.Bug562843_2_Test.test_Bug562843_testEncodedSpace -- Time elapsed: 0.107 s org.eclipse.equinox.http.servlet.tests.Bug562843_2_Test.test_Bug562843_testEncodedPercentSign -- Time elapsed: 0.109 s org.eclipse.equinox.http.servlet.tests.Bug564747_Test.test -- Time elapsed: 0.108 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.111 s org.eclipse.equinox.http.servlet.tests.Bug569406_Test.test_Bug562843_Encode_Slash -- Time elapsed: 0.112 s org.eclipse.equinox.http.servlet.tests.Bug569406_Test.test_Bug562843_Encode_Space -- Time elapsed: 0.107 s Results: Tests run: 228, Failures: 0, Errors: 0, Skipped: 1 [INFO] All tests passed [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet.tests --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.http.servlet.tests --- [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.slf4j.stub >--------- [INFO] Building [bundle] slf4j Stub 1.1.200-SNAPSHOT [66/67] [INFO] from bundles/org.eclipse.equinox.slf4j.stub/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.slf4j.stub/.polyglot.META-INF [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.slf4j.stub --- [INFO] The project's OSGi version is 1.1.200.v20231012-1244 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.slf4j.stub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.slf4j.stub/saveproperties [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-compiler:4.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.slf4j.stub --- [INFO] Resolving class path of [bundle] slf4j Stub [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.slf4j.stub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.slf4j.stub/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.slf4j.stub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.slf4j.stub/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-apitools:4.0.4:generate (generate) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.slf4j.stub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.slf4j.stub/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.equinox.slf4j.stub --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.slf4j.stub/target/org.eclipse.equinox.slf4j.stub-1.1.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.equinox.slf4j.stub --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.slf4j.stub/target/org.eclipse.equinox.slf4j.stub-1.1.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.slf4j.stub --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.slf4j.stub/.polyglot.META-INF [INFO] [INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.slf4j.stub --- [INFO] No baseline version MavenProject: org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.equinox.slf4j.stub/.polyglot.META-INF [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:xml:p2metadata:1.1.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.equinox:org.eclipse.equinox.slf4j.stub:xml:p2artifacts:1.1.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.slf4j.stub --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.equinox.slf4j.stub --- [INFO] [INFO] --------------< org.eclipse.osgi:org.eclipse.osgi.tests >--------------- [INFO] Building org.eclipse.osgi.tests 3.18.600-SNAPSHOT [67/67] [INFO] from bundles/org.eclipse.osgi.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.18.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.tests --- [INFO] The project's OSGi version is 3.18.600.v20231102-2218 [INFO] [INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-packaging:4.0.4: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_30_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.4:target-platform (default-target-platform) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-compiler:4.0.4: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_30_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_30_maintenance/bundles/org.eclipse.osgi.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.4:compile (default-compile) @ org.eclipse.osgi.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.b.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 193 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.d.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.c.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.b.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/circularity.test.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/circularity.test.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.host.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.host.a.v2.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.frag.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.frag.b.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.b.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.c.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.b.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.c.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.d.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.e.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/thread.locktest.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.registered.a.test1.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.registered.a.test2.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.dependent.a.test1.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.dependent.a.test2.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a1.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a2.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b1.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b2.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.c.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.d.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.e.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/host.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/frag.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/client1.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/client2.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test1.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test2.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test3.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.importer.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.requires.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.importer.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer1.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer2.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer3.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [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_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.a.frag.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.b.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.b.frag.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [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_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.e.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.f.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [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_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.i.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.j.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.k.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.l.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.m.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.n.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [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_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/security.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/security.b.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.filter.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.link.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.link.a.client.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.b.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.c.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.tccl.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.manifestpackage.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [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_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug287750.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181b.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.logging.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/geturl.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug375784.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/storage.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug412228.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.uninstall.start1.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.uninstall.start2.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/classloader.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug438904.host.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug438904.frag.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [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_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/wrapper.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.user.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug471551.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamicimport.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamic.privateimport.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug490902.b.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug490902.a.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/mrBundleInputBase.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error1.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error2.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error3.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug235958.x.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug235958.y.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-apitools:4.0.4: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_30_maintenance/bundles/org.eclipse.osgi.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.18.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.v2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.require.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/thread.locktest.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.invalid.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/host.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/frag.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/client1.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/client2.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test3.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.requires.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer3.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer4.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment3.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment4.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment5.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.g.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.h.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.i.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.j.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.k.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.l.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.m.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.n.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.p.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.q.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.filter.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.client.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.update.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.tccl.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.manifestpackage.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug286307.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287750.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.logging.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/geturl.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug375784.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/storage.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug412228.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.osgiee.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/classloader.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.host.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.global.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.system.nls.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug449484.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/wrapper.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.user.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug471551.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamicimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamic.privateimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/mrBundleInputBase.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error1.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error2.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error3.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error4.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.x.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.y.jar [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.18.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.tests --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.18.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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.4:feature-source (feature-source) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.tests --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.18.600-SNAPSHOT @ /home/jenkins/agent/workspace/equinox_R4_30_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] [WARNING] artifact org.eclipse.osgi:org.eclipse.osgi.tests:xml:p2metadata:3.18.600-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.osgi:org.eclipse.osgi.tests:xml:p2artifacts:3.18.600-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.6.2:jar (attach-javadocs) @ org.eclipse.osgi.tests --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.18.600-SNAPSHOT-javadoc.jar [INFO] [INFO] --- tycho-surefire:4.0.4:test (default-test) @ org.eclipse.osgi.tests --- [WARNING] Your build strictly depends on unit org.eclipse.equinox.common 3.18.200.v20231106-1826 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.11.400.v20231102-2218 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.10.400.v20231102-2218 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.6.400.v20231103-0807 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.4.400.v20231106-0858 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.100.v20231012-1825 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.6.300.v20231012-1251 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_30_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_30_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.600-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/work/data, -install, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/work, -configuration, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign 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:350) at org.eclipse.osgi.container.Module.start(Module.java:448) at org.eclipse.osgi.tests.container.TestModuleContainer.lambda$7(TestModuleContainer.java:3790) 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:347) ... 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@6558cb6 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:3800) 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:136) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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@7133fcaa 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@368cf5d1 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: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@1b269c78 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: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@1b269c78 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: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@31bc8396 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: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@5f04ffa7 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 18 ThreadName: Start Level: Equinox Container: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@e77abeb 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 19 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@211d3301 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 20 ThreadName: Refresh Thread: Equinox Container: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@7468b487 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 21 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@ce9846a 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@3f725eef 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@77bff73b 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:70) ThreadId: 24 ThreadName: Worker-JM ThreadState: WAITING Blocked On: java.util.ArrayList@4642a9c7 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@2b601ca1 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@6c8afb1 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:51) org.eclipse.osgi.container.Module.doStart(Module.java:605) org.eclipse.osgi.container.Module.start(Module.java:468) org.eclipse.osgi.tests.container.TestModuleContainer.lambda$7(TestModuleContainer.java:3790) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$155/0x0000000800e10658.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@76266def[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:347) org.eclipse.osgi.container.Module.start(Module.java:448) org.eclipse.osgi.tests.container.TestModuleContainer.lambda$7(TestModuleContainer.java:3790) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$155/0x0000000800e10658.run(Unknown Source) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ... 4 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:350) at org.eclipse.osgi.container.Module.stop(Module.java:513) at org.eclipse.osgi.tests.container.TestModuleContainer.lambda$8(TestModuleContainer.java:3810) 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:347) ... 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@78221b26 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:3820) 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:136) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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@7133fcaa 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@368cf5d1 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: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@1b269c78 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: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@1b269c78 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: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@31bc8396 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: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@5f04ffa7 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 18 ThreadName: Start Level: Equinox Container: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@e77abeb 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 19 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@211d3301 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 20 ThreadName: Refresh Thread: Equinox Container: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@7468b487 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 21 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@ce9846a 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@3f725eef 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@77bff73b 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:70) ThreadId: 24 ThreadName: Worker-JM ThreadState: WAITING Blocked On: java.util.ArrayList@4642a9c7 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: WAITING Blocked On: java.util.concurrent.CountDownLatch$Sync@76e5ea52 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@6c8afb1 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:62) org.eclipse.osgi.container.Module.doStop(Module.java:660) org.eclipse.osgi.container.Module.stop(Module.java:521) org.eclipse.osgi.tests.container.TestModuleContainer.lambda$8(TestModuleContainer.java:3810) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$162/0x0000000800e10880.run(Unknown Source) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ThreadId: 29 ThreadName: Thread-6 ThreadState: RUNNABLE Blocked On: org.eclipse.osgi.internal.container.EquinoxReentrantLock@76266def[Locked by thread Thread-5] 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:347) org.eclipse.osgi.container.Module.stop(Module.java:513) org.eclipse.osgi.tests.container.TestModuleContainer.lambda$8(TestModuleContainer.java:3810) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$162/0x0000000800e10880.run(Unknown Source) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) ... 4 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRecursionFromClassLoadingHookNotSupported(ClassLoaderHookTests.java:165) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testFilterClassPaths(ClassLoaderHookTests.java:190) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRejectTransformationFromWeavingHook(ClassLoaderHookTests.java:120) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRecursionFromClassLoadingHookIsSupported(ClassLoaderHookTests.java:173) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testPreventResourceLoadFromClassLoadingHook(ClassLoaderHookTests.java:207) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRejectTransformationFromClassLoadingHook(ClassLoaderHookTests.java:148) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.BundleFileWrapperFactoryHookTests.initAndStartFramework(BundleFileWrapperFactoryHookTests.java:61) at org.eclipse.osgi.tests.hooks.framework.BundleFileWrapperFactoryHookTests.testGetResourceURL(BundleFileWrapperFactoryHookTests.java:69) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ContextFinderTests.setUp(ContextFinderTests.java:42) at junit.framework.TestCase.runBare(TestCase.java:140) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.DevClassPathWithExtensionTests.initAndStartFramework(DevClassPathWithExtensionTests.java:56) at org.eclipse.osgi.tests.hooks.framework.DevClassPathWithExtensionTests.testDevClassPathWithExtension(DevClassPathWithExtensionTests.java:64) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.testEmbeddedURLHandler(EmbeddedEquinoxWithURLInClassLoadTests.java:58) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.initAndStartFramework(EmbeddedEquinoxWithURLInClassLoadTests.java:50) at org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.testFrameworkClassLoaderWithNewURI(EmbeddedEquinoxWithURLInClassLoadTests.java:54) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ActivatorOrderTest.testActivatorOrder(ActivatorOrderTest.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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:818) 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:810) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:767) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.DevClassPathDuplicateTests.initAndStartFramework(DevClassPathDuplicateTests.java:62) at org.eclipse.osgi.tests.hooks.framework.DevClassPathDuplicateTests.testDevClassPathWithExtension(DevClassPathDuplicateTests.java:70) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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:123) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.safeLogged(ExtendedLogReaderServiceFactory.java:107) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory$LogTask.run(ExtendedLogReaderServiceFactory.java:56) at org.eclipse.osgi.internal.log.OrderedExecutor$OrderedTaskQueue$OrderedTask.run(ExtendedLogReaderServiceFactory.java:448) 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:119) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.safeIsLoggable(ExtendedLogReaderServiceFactory.java:83) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.isLoggablePrivileged(ExtendedLogReaderServiceFactory.java:181) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.isLoggable(ExtendedLogReaderServiceFactory.java:158) at org.eclipse.osgi.internal.log.ExtendedLogServiceFactory.isLoggable(ExtendedLogServiceFactory.java:98) at org.eclipse.osgi.internal.log.ExtendedLogServiceImpl.isLoggable(ExtendedLogServiceImpl.java:108) at org.eclipse.osgi.internal.log.LoggerImpl.isLoggable(LoggerImpl.java:44) at org.eclipse.osgi.internal.log.ExtendedLogServiceImpl.isLoggable(ExtendedLogServiceImpl.java:103) at org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testBadFilter(ExtendedLogReaderServiceTest.java:122) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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 async result started simple app started simple app started simple app started simple app started simple app stopped simple app stopped simple app stopped simple app stopped simple app stopped 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 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 started simple app stopped simple app started simple app stopped simple app started simple app stopped simple app !SESSION 2023-11-24 11:51:30.846 ----------------------------------------------- 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 36315 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_30_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 36315 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 2 0 2023-11-24 11:52:01.536 !MESSAGE Failed to launch the scheduled application: {org.osgi.service.application.ScheduledApplication, org.osgi.service.event.EventHandler}={service.id=40, 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:380) at java.base/java.lang.Thread.run(Thread.java:833) started simple app stopped simple app !SESSION !SESSION 2023-11-24 11:53:06.358 ----------------------------------------------- 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 34475 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_30_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 34475 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 4 0 2023-11-24 11:53:09.142 !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 2023-11-24 11:53:19.290 ----------------------------------------------- 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 33363 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_30_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 33363 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 2 0 2023-11-24 11:53:22.078 !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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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_30_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/10/data/testDebugLogOnGetURL.options loaded !SESSION 2023-11-24 11:53:57.402 ----------------------------------------------- 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 2023-11-24 11:53:57.402 !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:94) at org.eclipse.osgi.storage.Storage.(Storage.java:241) at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:185) 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:511) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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 2023-11-24 11:53:57.402 ----------------------------------------------- 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 2023-11-24 11:53:57.402 !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:94) at org.eclipse.osgi.storage.Storage.(Storage.java:241) at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:185) 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:511) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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 2023-11-24 11:53:57.410 !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:94) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:521) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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 !ENTRY org.eclipse.osgi 1 0 2023-11-24 11:53:57.410 !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:94) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:521) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.Test.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.ReflectionUtiResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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) als.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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.Nativet 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.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) MethodAccessorImpl.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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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 2023-11-24 11:53:57.411 !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:94) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:522) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.Native !ENTRY org.eclipse.osgi 1 0 2023-11-24 11:53:57.411 !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:94) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:522) 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 junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.MethodAccessorImpl.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) TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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.18.600.v20231110-1900 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.18.600.v20231110-1900 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.18.600.v20231110-1900 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.18.600.v20231110-1900 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.18.600.v20231110-1900 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.18.600.v20231110-1900 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.18.600.v20231110-1900 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.18.600.v20231110-1900 [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_30_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/10/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_30_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: 2 Framework state is: STOPPING - c83826ce-a5b0-4506-90fe-3c4a53b3b79e 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:345) org.eclipse.osgi.tests.bundles.AbstractBundleTests.stop(AbstractBundleTests.java:319) org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug412228(SystemBundleTests.java:1378) 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:136) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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@7133fcaa 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@368cf5d1 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: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@31bc8396 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: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@5f04ffa7 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 18 ThreadName: Start Level: Equinox Container: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@e77abeb 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 19 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@211d3301 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 20 ThreadName: Refresh Thread: Equinox Container: 0f285ad9-23e7-45ca-b370-a2e26d21e2b2 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@7468b487 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 21 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@ce9846a 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@77bff73b 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:70) ThreadId: 24 ThreadName: Worker-JM ThreadState: WAITING Blocked On: java.util.ArrayList@4642a9c7 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@4287d447 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@308ac335 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 233 ThreadName: Worker-0 ThreadState: TIMED_WAITING Blocked On: org.eclipse.core.internal.jobs.WorkerPool@7f27fe5 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@6d308549 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@5794db65 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 1626 ThreadName: Equinox resolver thread - Equinox Container: c83826ce-a5b0-4506-90fe-3c4a53b3b79e ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@31e139c9 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: c83826ce-a5b0-4506-90fe-3c4a53b3b79e ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@31e139c9 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: c83826ce-a5b0-4506-90fe-3c4a53b3b79e ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25786547 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: c83826ce-a5b0-4506-90fe-3c4a53b3b79e ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@4c0ba66c 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 1631 ThreadName: Framework stop - Equinox Container: c83826ce-a5b0-4506-90fe-3c4a53b3b79e ThreadState: TIMED_WAITING Blocked On: none Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@631655db java.util.concurrent.locks.ReentrantLock$NonfairSync@72bfb713 Monitors Locked: java.lang.Object@3d35037b 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:875) 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:867) org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1046) org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:376) org.eclipse.osgi.container.Module.doStop(Module.java:660) org.eclipse.osgi.container.Module.stop(Module.java:521) org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1893) org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1768) org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275) org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:208) org.eclipse.osgi.container.Module.doStop(Module.java:660) org.eclipse.osgi.container.Module.stop(Module.java:521) org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207) org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:226) java.base@17.0.2/java.lang.Thread.run(Thread.java:833) Time to create: 499 Installing: bundle-b0.jar Installing: bundle-b1.jar Installing: bundle-b2.jar Installing: bundle-b3.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-b52.jar Installing: bundle-b53.jar Installing: bundle-b54.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-b1854.jar Installing: bundle-b1853.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: 19845 SchemaFactory with TCCL: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory !SESSION 2023-11-24 11:55:55.007 ----------------------------------------------- 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 2023-11-24 11:55:55.007 !MESSAGE The property 'osgi.configuration.area' with the value '/home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/10/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_30_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/10/data/testOverrideEquinoxConfigAreaProp'. !STACK 0 java.lang.IllegalArgumentException: The property 'osgi.configuration.area' with the value '/home/jenkins/agent/workspace/equinox_R4_30_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/10/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_30_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/10/data/testOverrideEquinoxConfigAreaProp'. at org.eclipse.osgi.internal.location.EquinoxLocations.(EquinoxLocations.java:90) at org.eclipse.osgi.internal.framework.EquinoxConfiguration.(EquinoxConfiguration.java:565) 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:2294) 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:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 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: 136 Stop time: 27 about to start thread about to join the thread about to load Class1 loaded Class1 30073 after joining thread osgi.lazystart.d.DTest@7a4fb649 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_30_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.18.600-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_30_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: 4, Time elapsed: 505.5 s -- in org.eclipse.osgi.tests.AutomatedTests org.eclipse.osgi.tests.container.TestModuleContainer.testOptionalSubstituted -- Time elapsed: 0.025 s org.eclipse.osgi.tests.container.TestModuleContainer.testPersistence -- Time elapsed: 0.014 s org.eclipse.osgi.tests.container.TestModuleContainer.testUpdateCollision01 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.container.TestModuleContainer.testUpdateCollision02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testUpdateCollision03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testModuleWiringLookup -- Time elapsed: 0.011 s org.eclipse.osgi.tests.container.TestModuleContainer.testDisableStartOnResolve -- Time elapsed: 0.007 s org.eclipse.osgi.tests.container.TestModuleContainer.testStartDeadLock -- Time elapsed: 2.043 s org.eclipse.osgi.tests.container.TestModuleContainer.testResolveDeadlock -- Time elapsed: 6.005 s org.eclipse.osgi.tests.container.TestModuleContainer.testCompatProvidePackage -- Time elapsed: 0 s org.eclipse.osgi.tests.container.TestModuleContainer.testCompatOptional -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicImportMiss01 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutionWithMoreThan2Providers -- Time elapsed: 0.049 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsStartRefresh -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testUnresolvedHostWithFragmentCycle -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleFragmentsWithNonEffectiveCapsReqs -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses1 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses2 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses3 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses4 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testExecutionEnvironment -- Time elapsed: 0.001 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.022 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.002 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.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSettings01 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleFragmentDisableResolution -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testMultiHostFragmentWithOverlapImport -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsStartLevelBeginningAt100 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testMultiHost -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testUsesTimeout -- Time elapsed: 7.258 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleFragmentsNonPayloadRequirements -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testUsesWithRequireReexport -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutableExport -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicWithExport -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testInvalidAttributes -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses5Importer -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testTimestampSeeding -- Time elapsed: 0.203 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsResolved -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses5Requirer -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testSimpleUnResolveable -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testBadNativeCode -- Time elapsed: 0 s org.eclipse.osgi.tests.container.TestModuleContainer.testModuleWiringToString -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testBug457118 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testSystemBundleFragmentRequiresOtherFragmentFailResolution -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testBug483849 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testRemovalPending -- Time elapsed: 0.004 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.002 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.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testCompatReprovide -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsStart -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutableExports01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutableExports02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutableExports03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSubstitutableExports04 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsStartLevelBeginningAt1 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.TestModuleContainer.testMultiCardinalityUses -- Time elapsed: 0.006 s org.eclipse.osgi.tests.container.TestModuleContainer.testSplitPackageUses01 -- Time elapsed: 0.002 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.003 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 s org.eclipse.osgi.tests.container.TestModuleContainer.testMissingHost -- Time elapsed: 0 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 s org.eclipse.osgi.tests.container.TestModuleContainer.testStartOnResolve -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testUTF8LineContinuation -- Time elapsed: 0.167 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsRefresh -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses6FragConflicts -- Time elapsed: 0.001 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.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testDynamicWithOptionalImport -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testLazy01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testUses1Dynamic -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testPlatformFilter01 -- Time elapsed: 0 s org.eclipse.osgi.tests.container.TestModuleContainer.testPlatformFilter02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testRecurseResolutionPermits -- Time elapsed: 0.003 s org.eclipse.osgi.tests.container.TestModuleContainer.testSingleton01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSingleton02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSingleton03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testSingleton04 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.TestModuleContainer.testEventsInstall -- Time elapsed: 0.001 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.001 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportEntryMissingCapability -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportEntrySingletonSelectionHighestVersionResolved -- Time elapsed: 0 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportEntryUnresolvedProvider01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.ResolutionReportTest.testResolutionReportEntryUnresolvedProvider02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.container.ModuleContainerUsageTest.testMultipleExecutionEnvironments -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.NamespaceListTest.testOutOfOrderNamespace -- Time elapsed: 0.002 s org.eclipse.osgi.tests.container.NamespaceListTest.testGetList -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListTest.testCreateBuilder -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListTest.testCreateEmptyList -- Time elapsed: 0.001 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 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testIteratorRemove_removeOneElement -- Time elapsed: 0.001 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 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testTransformIntoCopy_emptyBuilder -- Time elapsed: 0.001 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 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.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testAdd_multipleElements -- Time elapsed: 0 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveNamespaceIf_NamespaceMatchesExpunging -- Time elapsed: 0 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 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 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveNamespaceIf_NoNamespaceMatches -- Time elapsed: 0.001 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 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 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.001 s org.eclipse.osgi.tests.container.NamespaceListBuilderTest.testRemoveAll_argumentListOfOtherClass -- Time elapsed: 0 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.001 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 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.001 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetModuleRequirements_isUnmodifiable -- Time elapsed: 0 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 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetRequiredModuleWires_isUnmodifiable -- Time elapsed: 0.029 s org.eclipse.osgi.tests.container.ModuleWiringTest.testGetResourceRequirements_isModifiable -- Time elapsed: 0.002 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.345 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testAdaptModuleRevisionBuilder -- Time elapsed: 0.254 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testDeletingGenerationCalledUpdate -- Time elapsed: 0.225 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testHandleContent -- Time elapsed: 0.236 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testWrongStorageHookFactoryClassOnFrameworkRestart -- Time elapsed: 0.219 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testBundleDiscardedWhenClasspathStorageHookInvalidates -- Time elapsed: 0.234 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testFrameworkUtilHelper -- Time elapsed: 0.209 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testNullStorageHook -- Time elapsed: 0.228 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testDeletingGenerationCalledOnDiscard -- Time elapsed: 0.195 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testCleanOnFailLoad -- Time elapsed: 0.206 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testWrongStorageHookFactoryClassOnBundleInstall -- Time elapsed: 0.207 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testDeletingGenerationCalledUninstall -- Time elapsed: 0.186 s org.eclipse.osgi.tests.hooks.framework.StorageHookTests.testWrongStorageHookFactoryClassOnBundleUpdate -- Time elapsed: 0.213 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRecursionFromClassLoadingHookNotSupported -- Time elapsed: 0.296 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testFilterClassPaths -- Time elapsed: 0.187 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRejectTransformationFromWeavingHook -- Time elapsed: 0.199 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRecursionFromClassLoadingHookIsSupported -- Time elapsed: 0.187 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testPreventResourceLoadFromClassLoadingHook -- Time elapsed: 0.222 s org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRejectTransformationFromClassLoadingHook -- Time elapsed: 0.293 s org.eclipse.osgi.tests.hooks.framework.BundleFileWrapperFactoryHookTests.testGetResourceURL -- Time elapsed: 0.192 s org.eclipse.osgi.tests.hooks.framework.ContextFinderTests.testContextClassLoaderNullLocal -- Time elapsed: 0.235 s org.eclipse.osgi.tests.hooks.framework.DevClassPathWithExtensionTests.testDevClassPathWithExtension -- Time elapsed: 0.251 s org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.testEmbeddedURLHandler -- Time elapsed: 0.279 s org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.testFrameworkClassLoaderWithNewURI -- Time elapsed: 0.236 s org.eclipse.osgi.tests.hooks.framework.ActivatorOrderTest.testActivatorOrder -- Time elapsed: 0.187 s org.eclipse.osgi.tests.hooks.framework.DevClassPathDuplicateTests.testDevClassPathWithExtension -- Time elapsed: 0.242 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstall2SingletonBundles -- Time elapsed: 0.066 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallLocationWithUnderscores -- Time elapsed: 0.002 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.002 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallLocationWithSpaces -- Time elapsed: 0.002 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.002 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.002 s org.eclipse.osgi.tests.internal.plugins.InstallTests.testInstallInvalidManifest03 -- Time elapsed: 0.001 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.002 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 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 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 s org.eclipse.osgi.tests.eclipseadaptor.LocaleTransformationTest.testValidCountry -- Time elapsed: 0.001 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.001 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports001 -- Time elapsed: 0.036 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports002 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports003 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports004 -- Time elapsed: 0.002 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.007 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports007 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports008 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports009 -- Time elapsed: 0.002 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.005 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports013 -- Time elapsed: 0.002 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.036 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.005 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.002 s org.eclipse.osgi.tests.services.resolver.SubstitutableExportsTest.testSubstitutableExports020 -- Time elapsed: 0.003 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.001 s org.eclipse.osgi.tests.services.resolver.DisabledInfoTest.testDisabledInfo03 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.services.resolver.DisabledInfoTest.testDisabledInfo04 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.DisabledInfoTest.testBug251427 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testCache -- Time elapsed: 0.001 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.002 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testBug184127 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.services.resolver.PlatformAdminTest.testBug205270 -- Time elapsed: 0.001 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 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 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSelectionPolicy -- Time elapsed: 0.001 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 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.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletonsSelection1 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletonsSelection2 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletonsSelection3 -- Time elapsed: 0.001 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 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.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testReinstall -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPlatformPropertiesBug207500a -- Time elapsed: 0.029 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.001 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 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.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBasicResolution -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRemoveAndAdd -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug266935_01 -- Time elapsed: 0 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.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug266935_04 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug187616 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug217150 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug320124 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug324618 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug369880 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testBug376322 -- Time elapsed: 0.018 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testMultiStateAdd01 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testMultiStateAdd02 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testMultiStateAdd03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testSingletons -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPlatformPropertiesBug188075 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRemovalPending -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRequireBundleUses -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testComplexResolution -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testCyclicTransitiveUses -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRemoval -- Time elapsed: 0 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.001 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 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 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentConstraints05 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentConstraints06 -- Time elapsed: 0 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 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentUses01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testFragmentUses02 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testPrerequisiteBundle -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testRemovalResolve -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateResolverTest.testImportJavaPackages -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateCycleTest.test185285 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateCycleTest.testCycle1 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateCycleTest.testCycle2 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateCycleTest.testCycle3 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateCycleTest.testCycle4 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateComparisonTest.testAddition -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.resolver.StateComparisonTest.testRemoval -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.StateComparisonTest.testUpdate -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.VersionRangeTests.testLowerThan -- Time elapsed: 0.001 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 s org.eclipse.osgi.tests.resolver.TestBSN_001.testTest_001 -- Time elapsed: 0.001 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 s org.eclipse.osgi.tests.resolver.TestCycle_003.testTest_003 -- Time elapsed: 0.001 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 s org.eclipse.osgi.tests.resolver.TestCycle_006.testTest_003 -- Time elapsed: 0.001 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 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.001 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.027 s org.eclipse.osgi.tests.resolver.TestGrouping_001.testTest_001 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestGrouping_002.testTest_002 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestGrouping_003.testTest_003 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestGrouping_006.testTest_001 -- Time elapsed: 0 s org.eclipse.osgi.tests.resolver.TestGrouping_008.testTest_008 -- Time elapsed: 0.001 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.001 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 s org.eclipse.osgi.tests.resolver.TestRFC79_005.testTest_005 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.resolver.TestRFC79_006.testTest_006 -- Time elapsed: 0 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.001 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.001 s org.eclipse.osgi.tests.services.resolver.XFriendsInternalResolverTest.testXFriends -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.XFriendsInternalResolverTest.testVisiblePackages001 -- Time elapsed: 0.001 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.001 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 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.001 s org.eclipse.osgi.tests.services.resolver.GenericCapabilityTest.testGenericsAliases -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsEquinoxEquinox -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsOSGiNameOSGi -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsEquinoxOSGi -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testDeclaringIdentityCapability -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsOSGiNameEquinox -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsOSGiEquinox -- Time elapsed: 0.008 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericsOSGiNameEquinoxName -- Time elapsed: 0.004 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericFragments01 -- Time elapsed: 0.005 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.001 s org.eclipse.osgi.tests.services.resolver.OSGiCapabilityTest.testGenericUses -- Time elapsed: 0.003 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 s org.eclipse.osgi.tests.services.resolver.DevModeTest.testDevModeDomino01 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.DevModeTest.testDevModeDomino02 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.DevModeTest.testDevModeSingleton01 -- Time elapsed: 0 s org.eclipse.osgi.tests.services.resolver.DevModeTest.testDevModeSingleton02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testRegistration01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile01 -- Time elapsed: 0.024 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile02 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile03 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile04 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile05 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile06 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile07 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile08 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceFile09 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTraceSystemOut -- Time elapsed: 0.003 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testBooleanValues -- Time elapsed: 0 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 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testSetNullOptions -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testStringValues -- Time elapsed: 0 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 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testDyanmicEnablement04 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testSetOptionsWhenDisabled -- Time elapsed: 0 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testBatchSetOptionsWhenEnabled -- Time elapsed: 0 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTracingEntry01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.debugoptions.DebugOptionsTestCase.testTracingEntry02 -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogNullMessage -- Time elapsed: 0.002 s org.eclipse.equinox.log.test.LogServiceTest.testLogThrowable -- Time elapsed: 0.001 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.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogFull2 -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogFull3 -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogFull4 -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.LogServiceTest.testLogNull1 -- Time elapsed: 0 s org.eclipse.equinox.log.test.LogServiceTest.testLogNull2 -- Time elapsed: 0.001 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.001 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLoggerContextSetLogLevelsWithBundleInstalledAndNoLogger -- Time elapsed: 0.008 s org.eclipse.equinox.log.test.LogReaderServiceTest.testBadListener -- Time elapsed: 0.002 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogServiceEventInfo -- Time elapsed: 0.002 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLoggerContextSetLogLevelsWithoutBundleAndLogger -- Time elapsed: 0.036 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogBundleEventInfo -- Time elapsed: 0.005 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogBundleEventSynchronous -- Time elapsed: 0.006 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogHistory1 -- Time elapsed: 0.193 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogHistory2 -- Time elapsed: 0.015 s org.eclipse.equinox.log.test.LogReaderServiceTest.testaddNullListener -- Time elapsed: 0.003 s org.eclipse.equinox.log.test.LogReaderServiceTest.testaddListenerTwice -- Time elapsed: 0.002 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogFrameworkEventType -- Time elapsed: 0.004 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogServiceEventDebug -- Time elapsed: 0.002 s org.eclipse.equinox.log.test.LogReaderServiceTest.testBundleEventsLogged -- Time elapsed: 0.013 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLoggerContextSetLogLevelsWithBundleInstalledAndLogger -- Time elapsed: 0.008 s org.eclipse.equinox.log.test.LogReaderServiceTest.testLogFrameworkEvent -- Time elapsed: 0.005 s org.eclipse.equinox.log.test.LogPermissionCollectionTest.testImplies -- Time elapsed: 0 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.001 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testNamedLoggerLogNull -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogServiceTest.testNullLoggerLogNull -- Time elapsed: 0.001 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.001 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testaddNullListener -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testaddFilteredListenerTwice -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testSynchronousLogListener -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testaddNullFilterr -- Time elapsed: 0.001 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testaddFilteredListener -- Time elapsed: 0 s org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testBadFilter -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.BundleToJarInputStreamTest.testSignedContentCorruption -- Time elapsed: 0.183 s org.eclipse.osgi.tests.security.BundleToJarInputStreamTest.testInputStreamEquality -- Time elapsed: 0.164 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 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 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.002 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$8.findTrustAnchor negative test: incomplete-able chain -- Time elapsed: 0 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 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.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$13.addTrustAnchor negative test: existing alias specified -- Time elapsed: 0.001 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$14.removeTrustAnchor positive test: remove by alias -- Time elapsed: 0 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$15.removeTrustAnchor positive test: remove by cert -- Time elapsed: 0.001 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 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 s org.eclipse.osgi.tests.security.KeyStoreTrustEngineTest$23.getAliases positive test: get the alias list -- Time elapsed: 0.001 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 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.091 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent04 -- Time elapsed: 0 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent05 -- Time elapsed: 0.082 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 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 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent12 -- Time elapsed: 0.038 s org.eclipse.osgi.tests.security.SignedBundleTest.testSignedContent13 -- Time elapsed: 0 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.089 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.010 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission02 -- Time elapsed: 0.038 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission03 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission04 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission05 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission06 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission07 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission08 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission09 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission10 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testAdminPermission11 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition01 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition02 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition03 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition04 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition05 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition06 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition07 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition08 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition09 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition10 -- Time elapsed: 0.022 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition11 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.security.OSGiAPICertificateTest.testBundleSignerCondition12 -- Time elapsed: 0.003 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.946 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testAsyncValue02 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testAsyncValue03 -- Time elapsed: 4.926 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testAsyncValue04 -- Time elapsed: 0.941 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testAsyncValue05 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testAsyncValue06 -- Time elapsed: 4.924 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue01 -- Time elapsed: 4.926 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue02 -- Time elapsed: 4.937 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue03 -- Time elapsed: 4.944 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue04 -- Time elapsed: 0.935 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.945 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue08 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue09 -- Time elapsed: 4.913 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testExitValue10 -- Time elapsed: 4.933 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.132 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: 90.86 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentSchedule06 -- Time elapsed: 0 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testPersistentSchedule07 -- Time elapsed: 0.001 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.951 s org.eclipse.osgi.tests.appadmin.ApplicationAdminTest.testDestroyBeforeStart02 -- Time elapsed: 1.952 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.002 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.004 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.002 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 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.012 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testUNC -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testNone -- Time elapsed: 0.009 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSetLocationWithRelLockFile -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testUserDir -- Time elapsed: 0.008 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.013 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testUserHome -- Time elapsed: 0.008 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSetLocationWithAbsLockFile -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSchemes -- Time elapsed: 0.009 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSetLocationWithEmptyLockFile -- Time elapsed: 0.001 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSetUrl -- Time elapsed: 0.007 s org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testSlashes -- Time elapsed: 0.007 s org.eclipse.osgi.tests.services.datalocation.SimpleTests.testAddRemove -- Time elapsed: 0.006 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testMultipleFileManagers -- Time elapsed: 0.005 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testReadOnly -- Time elapsed: 0.002 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testCleanupOnOpen -- Time elapsed: 0.025 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testCleanupOnSave -- Time elapsed: 0.006 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testJavaIOLocking -- Time elapsed: 0 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testExistingVersion -- Time elapsed: 0.006 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testNotOpen -- Time elapsed: 0.019 s org.eclipse.osgi.tests.services.datalocation.FileManagerTests.testRemoveThenAdd -- Time elapsed: 0.013 s org.eclipse.osgi.tests.services.datalocation.StreamManagerTests.testReliableFile -- Time elapsed: 5.006 s org.eclipse.osgi.tests.services.datalocation.StreamManagerTests.testAbort -- Time elapsed: 0.009 s org.eclipse.osgi.tests.services.datalocation.StreamManagerTests.testMigration -- Time elapsed: 0.008 s org.eclipse.osgi.tests.services.datalocation.StreamManagerTests.testGetOutputStreamSet -- Time elapsed: 0.010 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.015 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.510 s org.eclipse.osgi.tests.util.ObjectPoolTestCase.testObjectPool02 -- Time elapsed: 0.447 s org.eclipse.osgi.tests.util.ManifestElementTestCase.testManifestWithCR -- Time elapsed: 0 s org.eclipse.osgi.tests.util.ManifestElementTestCase.testManifestWithLF -- Time elapsed: 0.001 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.001 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.001 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testEmptyStringParamsDeprocess -- Time elapsed: 0 s org.eclipse.osgi.tests.util.LatinTextProcessorTestCase.testLatinOtherStrings -- Time elapsed: 0 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 s org.eclipse.osgi.tests.bundles.ConnectTests.testSystemBundleContent -- Time elapsed: 0.056 s org.eclipse.osgi.tests.bundles.ConnectTests.testOpenCloseUpdateConnectContent -- Time elapsed: 0.022 s org.eclipse.osgi.tests.bundles.ConnectTests.testTrueCondition -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentActivatorsWithFrameworkLoaders -- Time elapsed: 0.024 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentManifest -- Time elapsed: 0.060 s org.eclipse.osgi.tests.bundles.ConnectTests.testGetConnectHeaders -- Time elapsed: 0.021 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectFactoryNoModules -- Time elapsed: 0.020 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentHeaders -- Time elapsed: 0.047 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectBundleHeaders -- Time elapsed: 0.045 s org.eclipse.osgi.tests.bundles.ConnectTests.testInstallUpdateWithInputStream -- Time elapsed: 0.080 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentActivatorsWithProvidedLoaders -- Time elapsed: 0.019 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectInit -- Time elapsed: 0.055 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectActivator -- Time elapsed: 0.026 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentEntriesWithFrameworkLoaders -- Time elapsed: 0.062 s org.eclipse.osgi.tests.bundles.ConnectTests.testJavaExportsConnect -- Time elapsed: 0.027 s org.eclipse.osgi.tests.bundles.ConnectTests.testConnectContentEntriesWithProvidedLoaders -- Time elapsed: 0.020 s org.eclipse.osgi.tests.bundles.ExceptionMessageTest.testUnregisterTwiceError -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.ExceptionMessageTest.testUnregisterSetPropsError -- Time elapsed: 0.010 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.028 s org.eclipse.osgi.tests.bundles.ExceptionMessageTest.testStartFragmentError -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ExceptionMessageTest.testTrasientStartLevelError -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ImportJavaSEPackagesTests.testSystemPackages -- Time elapsed: 0.035 s org.eclipse.osgi.tests.bundles.ImportJavaSEPackagesTests.testImportPackageCanContainJavaPackages -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.ImportJavaSEPackagesTests.testExportPackageCannotContainJavaPackages -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease11ListResources -- Time elapsed: 0.075 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease11ClassLoad -- Time elapsed: 0.018 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease10GetResource -- Time elapsed: 0.039 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleDeletedRestart -- Time elapsed: 0.042 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease10ListResources -- Time elapsed: 0.047 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease11GetResource -- Time elapsed: 0.023 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease10ClassLoad -- Time elapsed: 0.018 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease9ListResources -- Time elapsed: 0.020 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease9ClassLoad -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease8ListResources -- Time elapsed: 0.029 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease8ClassLoad -- Time elapsed: 0.032 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleManifest8 -- Time elapsed: 0.025 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleManifest9 -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleasePreventMetaInfVersionListing -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleasePreventMetaInfServiceVersions -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease8GetResource -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleasePreventMetaInfResourceURLs -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease9GetResource -- Time elapsed: 0.027 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleManifestChangeRuntime -- Time elapsed: 0.184 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleManifest10 -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiReleaseBundleManifest11 -- Time elapsed: 0.047 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease11GetResources -- Time elapsed: 0.023 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease9GetResources -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease10GetResources -- Time elapsed: 0.082 s org.eclipse.osgi.tests.bundles.MultiReleaseJarTests.testMultiRelease8GetResources -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.URLHandlerTests.testImageProducer -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.URLHandlerTests.testURLHandlerUnregister -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.PersistedBundleTests.testPeriodicPersistence -- Time elapsed: 6.059 s org.eclipse.osgi.tests.bundles.PersistedBundleTests.testNoPersistence -- Time elapsed: 4.043 s org.eclipse.osgi.tests.bundles.PersistedBundleTests.testImmediatePersistence -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.CascadeConfigTests.testCascadeConfigBundleInstall -- Time elapsed: 0.033 s org.eclipse.osgi.tests.bundles.CascadeConfigTests.testCascadeConfigDataArea -- Time elapsed: 0.034 s org.eclipse.osgi.tests.bundles.CascadeConfigTests.testCascadeConfigIni -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testLimitResolutionAfterDiscard -- Time elapsed: 0.037 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testDiscardDeletedBundleFile -- Time elapsed: 0.058 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testNoDiscardOsgiCheckConfigurationFalseOsgiDevSpecified -- Time elapsed: 0.063 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testNoDiscardOsgiCheckConfigurationUnspecifiedOsgiDevUnspecified -- Time elapsed: 0.047 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testNoDiscardOsgiCheckConfigurationFalseOsgiDevUnspecified -- Time elapsed: 0.063 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testDiscardOsgiCheckConfigurationUnspecifiedOsgiDevSpecified -- Time elapsed: 0.053 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testDiscardOsgiCheckConfigurationTrueOsgiDevUnspecified -- Time elapsed: 0.071 s org.eclipse.osgi.tests.bundles.DiscardBundleTests.testDiscardOsgiCheckConfigurationTrueOsgiDevSpecified -- Time elapsed: 0.055 s org.eclipse.osgi.tests.bundles.EquinoxBundleAdaptTests.testAdapt_ProtectionDomain -- Time elapsed: 0.009 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.009 s org.eclipse.osgi.tests.bundles.LoggingTests.testRuntimeLog -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.LoggingTests.testPluginILog -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.LoggingTests.testLogService -- Time elapsed: 5.005 s org.eclipse.osgi.tests.bundles.LoggingTests.testEventAdminAdapter1 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.LoggingTests.testEventAdminAdapter2 -- Time elapsed: 5.004 s org.eclipse.osgi.tests.bundles.LoggingTests.testBug347183 -- Time elapsed: 0.055 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.001 s org.eclipse.osgi.tests.bundles.BundleResourceTests.testBreakOutDirBundle -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleResourceTests.testBug328795 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.BundleResourceTests.testBug338081 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleResourceTests.testBug395274 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testSpaceCharBundleEntry -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testSpaceLocation -- Time elapsed: 0.063 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testCollisionHook -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testInstallWithStream03 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testPercentLocation -- Time elapsed: 0.024 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testBug290193 -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testQuestionMarkLocation -- Time elapsed: 0.062 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testPlusCharBundleEntry -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testPlusLocation -- Time elapsed: 0.020 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateNoStream01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateNoStream02 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testOctothorpLocation -- Time elapsed: 0.054 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testInstallWithLocation01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testInstallWithLocation02 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testEscapeZipRoot -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testPercentCharBundleEntry -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateWithStream01 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testUpdateWithStream02 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.BundleInstallUpdateTests.testInstallWithInterruption -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testURLMultiplexing01 -- Time elapsed: 0.034 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testURLExternalFormat01 -- Time elapsed: 0.025 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemCapabilitiesBug522125 -- Time elapsed: 0.262 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testConfigPlusChar -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testOSGiDevSetsCheckConfiguration -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testZipBundleFileOpenLock -- Time elapsed: 0.041 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundleListener -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemNLFragment -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testNullConfigurationValue -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testExtraSystemBundleHeaders -- Time elapsed: 0.052 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testCaptureLogEntryLocation -- Time elapsed: 0.038 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testContextFinderGetResource -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testDynamicImportPrivatePackage -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testDeleteBundleFile -- Time elapsed: 0.045 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testConfigPercentChar -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testUUID -- Time elapsed: 0.027 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug258209_1 -- Time elapsed: 1.224 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testConfigSpaceChar -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug351519RefreshDisabled -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testMRUBundleFileListOverflow -- Time elapsed: 6.905 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelRestrictMultiThreadExplicit4 -- Time elapsed: 3.863 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundleLoader -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug351519RefreshDefault -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testNullStorageArea -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testInitialBundleUpdate -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testWeavingPersistence -- Time elapsed: 0.024 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testDaemonActiveThread -- Time elapsed: 0.047 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testMRUBundleFileList -- Time elapsed: 1.969 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug304213 -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug352275 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug375784 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug405919 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug412228 -- Time elapsed: 0.548 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug413879 -- Time elapsed: 1.516 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug414070 -- Time elapsed: 0.019 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug432632 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle01 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle02 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle03 -- Time elapsed: 0.030 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle04 -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle06 -- Time elapsed: 0.019 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle07 -- Time elapsed: 0.018 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle08 -- Time elapsed: 0.045 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle09 -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle10 -- Time elapsed: 1.232 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle11 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle12 -- Time elapsed: 1.020 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle13 -- Time elapsed: 0.031 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle14 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle16 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle17 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle18 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle19 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testNullConfiguration -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testJavaProfile -- Time elapsed: 0.111 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testMassiveParallelInstallStart -- Time elapsed: 20.46 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testProvideOSGiEEandNative -- Time elapsed: 0.027 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testCorruptedStorage -- Time elapsed: 0.023 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelSingleThread -- Time elapsed: 1.034 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug351083DevClassPath -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBootDelegationConfigIni -- Time elapsed: 0.016 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testLocalConfigReplaceSystemProperties -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testLogOrderMultipleListeners -- Time elapsed: 3.997 s org.eclipse.osgi.tests.bundles.SystemBundleTests skipped org.eclipse.osgi.tests.bundles.SystemBundleTests.testGetBundleAfterShutdown -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testWindowsAlias -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testDynamicImportFromSystemBundle -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testNullConfigurationValueSystemProperties -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testCorruptStageInstallUpdate -- Time elapsed: 0.020 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testContextBootDelegation -- Time elapsed: 0.020 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle05_1 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testSystemBundle05_2 -- Time elapsed: 0.029 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBundleIDLock -- Time elapsed: 8.486 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testLazyTriggerOnLoadError -- Time elapsed: 0.021 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testNullConfigurationValueRequiredProperty -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testDynamicSecurityManager -- Time elapsed: 0.017 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelMultiThreadExplicit1 -- Time elapsed: 6.073 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelMultiThreadExplicit4 -- Time elapsed: 1.667 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testParallelActivationPersistence -- Time elapsed: 0.028 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testBackedBySystemReplaceSystemProperties -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testOverrideEquinoxConfigAreaProp -- Time elapsed: 0.015 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelMultiThreadAvailableProcessors -- Time elapsed: 3.059 s org.eclipse.osgi.tests.bundles.SystemBundleTests skipped org.eclipse.osgi.tests.bundles.SystemBundleTests.testAllNullConfigurationValues -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testStartLevelSorting -- Time elapsed: 0.231 s org.eclipse.osgi.tests.bundles.SystemBundleTests.testChangeEE -- Time elapsed: 0.043 s org.eclipse.osgi.tests.bundles.BundleExceptionTests.testDuplicateError01 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.BundleExceptionTests.testDuplicateError02 -- Time elapsed: 0.012 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.002 s org.eclipse.osgi.tests.bundles.BundleExceptionTests.testInvalidBundleActivator03 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports01x -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports01y -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports02 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports03 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports04 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports05 -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports06 -- Time elapsed: 0.040 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports07 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports08 -- Time elapsed: 0.005 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.010 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports12 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports13 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.SubstituteExportsBundleTests.testSubstituteExports14 -- Time elapsed: 0.036 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testUninstallWhileResolving -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBug259903 -- Time elapsed: 0.021 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBug287636 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBug289719 -- Time elapsed: 1.024 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBug415447 -- Time elapsed: 0 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBundleEvents01 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.PackageAdminBundleTests.testBundleEvents02 -- Time elapsed: 0.014 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.007 s org.eclipse.osgi.tests.bundles.ExtensionBundleTests.testFrameworkExtension02 -- Time elapsed: 0.073 s org.eclipse.osgi.tests.bundles.ExtensionBundleTests.testExtClasspathExtension01 -- Time elapsed: 0.008 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.002 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testURLExternalFormat04 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultiChainDepedencies01 -- Time elapsed: 0.020 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultiChainDepedencies02 -- Time elapsed: 0.016 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.003 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testURI -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependent1 -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependent2 -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependent3 -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testGetResourceDir01 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testRecursiveWeavingHookFactory -- Time elapsed: 0.019 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStartTransientByLoadClass -- Time elapsed: 0.015 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.002 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLoadTriggerClass -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testDefaultLocalUninstall -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testFragmentExportPackage -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassloadingBug438904 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleGetResources01a -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testListResources -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug300692_01 -- Time elapsed: 0.038 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug300692_02 -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStartTransient -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testGetEntryDir01 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_01 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_02 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_03 -- Time elapsed: 0.037 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug258659_04 -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLoaderUninstalledBundle -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testFragmentPackageAccess -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingDependentListResources -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testOSGiLazyStartDelay -- Time elapsed: 4.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testManifestPackageSpec -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testResolveURLRelativeBundleResourceWithPort -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug207847 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug213791 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug235958 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug299921 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug306181 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug348805 -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug348806 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBug408629 -- Time elapsed: 0.012 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.008 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests skipped org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testClassCircularityError -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingRegistered1 -- Time elapsed: 0.023 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingRegistered2 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingRegistered3 -- Time elapsed: 0.012 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStaleLoaderNPE -- Time elapsed: 1.011 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testURLsBug164077 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStopTransient -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testResourceURLEqualsHashCode -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBootGetResources01 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBootGetResources02 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testOSGiLazyStart -- Time elapsed: 0.008 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testUninstallInUse01 -- Time elapsed: 0.003 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.008 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLegacyLazyStart -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBundleReference01 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBundleReference02 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testChainDepedencies -- Time elapsed: 0.013 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testLegacyLoadActivation -- Time elapsed: 0.009 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleGetResources01 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleGetResources02 -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleGetResources03 -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingInvalid -- Time elapsed: 0.032 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testSimple -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testFragmentMultiHost -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testBuddyClassLoadingGlobalFound -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleExportFragments01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleExportFragments02 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testMultipleExportFragments03 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testEntryURLEqualsHashCode -- Time elapsed: 0.004 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testUnitTestForcompoundEnumerations -- Time elapsed: 0.001 s org.eclipse.osgi.tests.bundles.ClassLoadingBundleTests.testStartResolve -- Time elapsed: 0.005 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode01 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode02 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode03 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode04 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode05 -- Time elapsed: 0.033 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode06 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode07 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode08 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.NativeCodeBundleTests.testNativeCode09 -- Time elapsed: 0.006 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testInstallUninstallBundle -- Time elapsed: 0.047 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testTimestamp -- Time elapsed: 0.025 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testNativeCodeFilterWithSpecialChars -- Time elapsed: 5.042 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testR3Bundle -- Time elapsed: 0.003 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests.testResolveRefresh -- Time elapsed: 0.010 s org.eclipse.osgi.tests.bundles.PlatformAdminBundleTests skipped org.eclipse.osgi.tests.bundles.ListenerTests.testFrameworkListenersOrder -- Time elapsed: 0.076 s org.eclipse.osgi.tests.bundles.ListenerTests.testBundleListenersOrder -- Time elapsed: 0.991 s org.eclipse.osgi.tests.bundles.ListenerTests.testServiceListenersOrder -- Time elapsed: 0.122 s org.eclipse.osgi.tests.bundles.AddDynamicImportTests.testAddDynamicImportMultipleTimes -- Time elapsed: 0.731 s org.eclipse.osgi.tests.bundles.AddDynamicImportTests.testAddDynamicImportWhileDynamicWiring -- Time elapsed: 2.164 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testMultipleBundleNativeHostWithFragmentsMultipleMatch -- Time elapsed: 0.086 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testSingleBundleNativeHostWithFragmentsMultipleMatch -- Time elapsed: 0.027 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testSingleBundleNativeHostOneMatch -- Time elapsed: 0.014 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testMultipleBundleNativeHostWithFragmentsOneMatch -- Time elapsed: 0.083 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testSingleBundleNativeHostWithFragmentsOneMatch -- Time elapsed: 0.026 s org.eclipse.osgi.tests.bundles.BundleNativeCodeTests.testMultipleBundleNativeHostOnlyOneMatch -- Time elapsed: 0.039 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testModifiedRanking -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testServiceReferenceCompare01 -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testInvalidRanking -- Time elapsed: 0.001 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.001 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testServiceListener03 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testDuplicateObjectClass -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testFilterObjectClassOptimization -- Time elapsed: 0.002 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testWrongServiceFactoryObject -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testNullValue -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceRegistryTests.testNullKey -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceExceptionTests.testServiceException01 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceExceptionTests.testServiceException02 -- Time elapsed: 0.001 s org.eclipse.osgi.tests.serviceregistry.ServiceExceptionTests.testServiceException03 -- Time elapsed: 0.002 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.003 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.001 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 s org.eclipse.osgi.tests.filter.FilterTests.testNormalization[BundleContextFilter] -- Time elapsed: 0.001 s org.eclipse.osgi.tests.filter.FilterTests.testInvalidValues[BundleContextFilter] -- Time elapsed: 0.001 s org.eclipse.osgi.tests.filter.FilterTests.testFilter[BundleContextFilter] -- Time elapsed: 0.004 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.001 s org.eclipse.osgi.tests.filter.FilterTests.testFilter[FrameworkUtilFilter] -- Time elapsed: 0.002 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 s org.eclipse.osgi.tests.filter.FilterTests.testObject[FrameworkUtilFilter] -- Time elapsed: 0.001 s org.eclipse.osgi.tests.permissions.AdminPermissionTests.testAdminPermission -- Time elapsed: 0.036 s org.eclipse.osgi.tests.permissions.ServicePermissionTests.testServicePermission -- Time elapsed: 0.005 s org.eclipse.osgi.tests.permissions.PackagePermissionTests.testPackagePermission -- Time elapsed: 0.005 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testMultipleLocationConditions01 -- Time elapsed: 0.035 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testMultipleLocationConditions02 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext01 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext02 -- Time elapsed: 0.049 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext03 -- Time elapsed: 0.011 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext04 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext05 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext06 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testAccessControlContext07 -- Time elapsed: 0.007 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testEncodingInfos01 -- Time elapsed: 0.020 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testEncodingInfos02 -- Time elapsed: 0.027 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testMutableConditions -- Time elapsed: 0.027 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testLocationPermission01 -- Time elapsed: 0.008 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testLocationPermission02 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testLocationPermission03 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPermissionCheckCache -- Time elapsed: 7.750 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.008 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.010 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions02 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions03 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions04 -- Time elapsed: 0.022 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testPostponedConditions05 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testSecurityManager01 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testDefaultPermissions01 -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testDefaultPermissions02 -- Time elapsed: 0.009 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.008 s org.eclipse.osgi.tests.securityadmin.SecurityAdminUnitTests.testCreateDomain -- Time elapsed: 0.032 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager01 -- Time elapsed: 0.010 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager02 -- Time elapsed: 0.018 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager03 -- Time elapsed: 0.014 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager04 -- Time elapsed: 2.015 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testEnableSecurityManager05 -- Time elapsed: 0.016 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testJava12SecurityManagerAllow -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testJava12SecurityManagerEmpty -- Time elapsed: 0.009 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testDynamicImportWithSecurity -- Time elapsed: 0.017 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testJava12SecurityManagerDisallow -- Time elapsed: 0.013 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testBug254600 -- Time elapsed: 0.137 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testBug287750 -- Time elapsed: 1.016 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testLocalization01 -- Time elapsed: 0.014 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testBug367614 -- Time elapsed: 0.015 s org.eclipse.osgi.tests.securityadmin.SecurityManagerTests.testJava12SecurityManagerDefault -- Time elapsed: 0.011 s org.eclipse.osgi.tests.resource.BasicTest.testRequirementMatches -- Time elapsed: 0.003 s org.eclipse.osgi.tests.resource.BasicTest.testIdentity -- Time elapsed: 0.010 s org.eclipse.osgi.tests.resource.ResolverHookTests.testSingletonIdentity -- Time elapsed: 0.026 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 s Results: Tests run: 1183, Failures: 0, Errors: 0, Skipped: 4 [INFO] All tests passed [INFO] [INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.tests --- [WARNING] Parameter 'comparator' is read-only, must not be used in configuration [INFO] [INFO] --- tycho-apitools:4.0.4:verify (verify) @ org.eclipse.osgi.tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] parent 4.30.0-SNAPSHOT ............................. SUCCESS [ 11.866 s] [INFO] [aggregator] features 4.30.0-SNAPSHOT .............. SUCCESS [ 0.055 s] [INFO] org.eclipse.osgi 3.18.600-SNAPSHOT ................. SUCCESS [ 51.733 s] [INFO] [bundle] OSGi Release 4.2.0 Services 3.11.200-SNAPSHOT SUCCESS [ 5.547 s] [INFO] [bundle] Supplemental Equinox Functionality 1.10.700-SNAPSHOT SUCCESS [ 6.327 s] [INFO] [bundle] Common Eclipse Runtime 3.18.200-SNAPSHOT .. SUCCESS [ 6.885 s] [INFO] [bundle] Extension Registry Support 3.11.400-SNAPSHOT SUCCESS [ 7.768 s] [INFO] [bundle] Equinox Application Container 1.6.400-SNAPSHOT SUCCESS [ 5.223 s] [INFO] [bundle] User Admin Service 1.2.500-SNAPSHOT ....... SUCCESS [ 3.922 s] [INFO] [bundle] Event Admin 1.6.300-SNAPSHOT .............. SUCCESS [ 4.264 s] [INFO] [bundle] Meta Type 1.6.400-SNAPSHOT ................ SUCCESS [ 4.530 s] [INFO] [bundle] Eclipse Preferences Mechanism 3.10.400-SNAPSHOT SUCCESS [ 6.137 s] [INFO] [bundle] Configuration Admin 1.5.300-SNAPSHOT ...... SUCCESS [ 4.163 s] [INFO] [bundle] Device Access Service 1.1.500-SNAPSHOT .... SUCCESS [ 3.786 s] [INFO] [bundle] Coordinator 1.5.200-SNAPSHOT .............. SUCCESS [ 4.746 s] [INFO] [feature] Equinox Compendium SDK 3.22.800-SNAPSHOT . SUCCESS [ 0.619 s] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes 3.7.300-SNAPSHOT SUCCESS [ 0.275 s] [INFO] [bundle] Console plug-in 1.4.600-SNAPSHOT .......... SUCCESS [ 5.270 s] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment 1.2.900-SNAPSHOT SUCCESS [ 5.518 s] [INFO] [feature] Equinox Core Function 1.14.200-SNAPSHOT .. SUCCESS [ 0.378 s] [INFO] org.eclipse.equinox.security 1.4.100-SNAPSHOT ...... SUCCESS [ 5.212 s] [INFO] org.eclipse.equinox.security.linux 1.1.100-SNAPSHOT SUCCESS [ 11.840 s] [INFO] [bundle] Region Digraph 1.5.400-SNAPSHOT ........... SUCCESS [ 4.165 s] [INFO] [bundle] Aspect Weaving Hooks Plug-in 1.3.300-SNAPSHOT SUCCESS [ 5.957 s] [INFO] [bundle] Standard Caching Service for Equinox Aspects 1.2.400-SNAPSHOT SUCCESS [ 3.372 s] [INFO] [bundle] Log Stream Provider 1.1.200-SNAPSHOT ...... SUCCESS [ 3.818 s] [INFO] [bundle] Console ssh support plug-in 1.2.1100-SNAPSHOT SUCCESS [ 5.161 s] [INFO] [bundle] Equinox Security Default UI 1.4.100-SNAPSHOT SUCCESS [ 9.070 s] [INFO] org.eclipse.equinox.security.macosx 1.102.100-SNAPSHOT SUCCESS [ 10.561 s] [INFO] [bundle] Transformer Hook Framework Extension 1.3.400-SNAPSHOT SUCCESS [ 3.474 s] [INFO] [bundle] XSLT Transform Provider 1.2.400-SNAPSHOT .. SUCCESS [ 3.161 s] [INFO] [bundle] Bidirectional Text Support 1.4.400-SNAPSHOT SUCCESS [ 4.205 s] [INFO] [bundle] Equinox Concurrent API 1.2.200-SNAPSHOT ... SUCCESS [ 3.403 s] [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.100-SNAPSHOT SUCCESS [ 10.311 s] [INFO] [bundle] Equinox Launcher 1.6.600-SNAPSHOT ......... SUCCESS [ 3.612 s] [INFO] [bundle] J9 CachingService Plug-in 1.2.300-SNAPSHOT SUCCESS [ 2.926 s] [INFO] [bundle] SSHD Fragment 1.1.200-SNAPSHOT ............ SUCCESS [ 0.255 s] [INFO] [feature] Equinox Core SDK 3.24.200-SNAPSHOT ....... SUCCESS [ 0.930 s] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.800-SNAPSHOT SUCCESS [ 8.596 s] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.800-SNAPSHOT SUCCESS [ 8.075 s] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.800-SNAPSHOT SUCCESS [ 0.286 s] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.800-SNAPSHOT SUCCESS [ 0.219 s] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.800-SNAPSHOT SUCCESS [ 8.179 s] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.800-SNAPSHOT SUCCESS [ 0.218 s] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.800-SNAPSHOT SUCCESS [ 0.320 s] [INFO] org.eclipse.equinox.executable 3.8.2300-SNAPSHOT ... SUCCESS [ 1.725 s] [INFO] [bundle] Http Services Servlet 1.8.0-SNAPSHOT ...... SUCCESS [ 8.419 s] [INFO] [bundle] Jetty Http Service 3.9.0-SNAPSHOT ......... SUCCESS [ 4.934 s] [INFO] [feature] Jetty Http Server Feature 1.11.300-SNAPSHOT SUCCESS [ 0.336 s] [INFO] [bundle] Jasper Jsp Support Bundle 1.1.800-SNAPSHOT SUCCESS [ 4.416 s] [INFO] [bundle] Http Service Registry Extensions 1.3.400-SNAPSHOT SUCCESS [ 3.276 s] [INFO] [feature] Core Server Feature 1.15.200-SNAPSHOT .... SUCCESS [ 0.355 s] [INFO] [bundle] Jasper Jsp Registry Support Plug-in 1.2.200-SNAPSHOT SUCCESS [ 3.360 s] [INFO] [bundle] Servletbridge 1.6.400-SNAPSHOT ............ SUCCESS [ 3.453 s] [INFO] [bundle] Servletbridge Http Service 1.2.300-SNAPSHOT SUCCESS [ 2.731 s] [INFO] [feature] Equinox Target Components 3.23.1000-SNAPSHOT SUCCESS [ 0.751 s] [INFO] [test-bundle] BiDi tests 1.3.300-SNAPSHOT .......... SUCCESS [ 8.934 s] [INFO] [test-bundle] Test Plug-in 1.1.300-SNAPSHOT ........ SUCCESS [ 10.773 s] [INFO] [test-bundle] Common Eclipse Runtime Tests 3.17.0-SNAPSHOT SUCCESS [ 12.714 s] [INFO] [test-bundle] Declarative Services Tests 1.6.500-SNAPSHOT SUCCESS [03:00 min] [INFO] [test-bundle] Preferences Tests 3.9.300-SNAPSHOT ... SUCCESS [ 6.860 s] [INFO] [test-bundle] Equinox security tests 1.3.100-SNAPSHOT SUCCESS [ 8.087 s] [INFO] [test-bundle] Ssh Tests 1.3.100-SNAPSHOT ........... SUCCESS [ 4.436 s] [INFO] [test-bundle] Console tests 1.3.100-SNAPSHOT ....... SUCCESS [ 4.255 s] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests 1.9.0-SNAPSHOT SUCCESS [01:02 min] [INFO] [bundle] slf4j Stub 1.1.200-SNAPSHOT ............... SUCCESS [ 0.108 s] [INFO] org.eclipse.osgi.tests 3.18.600-SNAPSHOT ........... SUCCESS [09:00 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19:20 min [INFO] Finished at: 2023-11-24T11:57:12Z [INFO] ------------------------------------------------------------------------ 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: '814024b') [ReferenceFinder] -> adding 1 commits from build '#246' of reference job (last one: '814024b') [ReferenceFinder] -> found a matching commit in current branch and target branch: '814024b' [ReferenceFinder] -> found build '#246' in reference job with matching commits [ReferenceFinder] Found reference build '#246' for target branch [Pipeline] recordIssues [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_30_maintenance') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 20 issues (skipped 8 duplicates) 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 [Java Compiler] Post processing issues on 'centos-8-gflsj' with source code encoding 'UTF-8' [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files [Java Compiler] -> Git blamer successfully created in working tree '/home/jenkins/agent/workspace/equinox_R4_30_maintenance' [Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/equinox_R4_30_maintenance' [Java Compiler] -> resolved paths in source directory (6 found, 2 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 20 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 8 affected files [Java Compiler] No filter has been set, publishing all 20 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 18 issues (skipped 2 issues) [Java Compiler] Invoking Git blamer to create author and commit information for 8 affected files [Java Compiler] -> GIT_COMMIT env = 'HEAD' [Java Compiler] -> Git commit ID = '814024bf4d175788635cb11c031aa9b9c3379f12' [Java Compiler] -> Git working tree = '/home/jenkins/agent/workspace/equinox_R4_30_maintenance' [Java Compiler] -> blamed authors of issues in 6 files [Java Compiler] Blaming of authors took 2 seconds [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/equinox/branches/R4-30-maintenance.a65t94/builds/1/files-with-issues' [Java Compiler] -> 6 copied, 0 not in workspace, 2 not-found, 0 with I/O error [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] [-ERROR-] Can't create fingerprints for some files: [Java Compiler] [-ERROR-] - 'Parameter 'resolver' is unknown for plugin 'target-platform-configuration' file not found [Java Compiler] [-ERROR-] - 'Parameter 'property' is unknown for plugin 'maven-antrun-plugin' file not found [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_30_maintenance') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 20 issues (skipped 8 duplicates) [Java Compiler] Post processing issues on 'centos-8-gflsj' with source code encoding 'UTF-8' [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files [Java Compiler] -> Git blamer successfully created in working tree '/home/jenkins/agent/workspace/equinox_R4_30_maintenance' [Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/equinox_R4_30_maintenance' [Java Compiler] -> resolved paths in source directory (6 found, 2 not found) [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [Java Compiler] -> resolved module names for 20 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 8 affected files [Java Compiler] No filter has been set, publishing all 20 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 18 issues (skipped 2 issues) [Java Compiler] Invoking Git blamer to create author and commit information for 8 affected files [Java Compiler] -> GIT_COMMIT env = 'HEAD' [Java Compiler] -> Git commit ID = '814024bf4d175788635cb11c031aa9b9c3379f12' [Java Compiler] -> Git working tree = '/home/jenkins/agent/workspace/equinox_R4_30_maintenance' [Java Compiler] -> blamed authors of issues in 6 files [Java Compiler] Blaming of authors took 2 seconds [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/equinox/branches/R4-30-maintenance.a65t94/builds/1/files-with-issues' [Java Compiler] -> 6 copied, 0 not in workspace, 2 not-found, 0 with I/O error [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] [-ERROR-] Can't create fingerprints for some files: [Java Compiler] [-ERROR-] - 'Parameter 'resolver' is unknown for plugin 'target-platform-configuration' file not found [Java Compiler] [-ERROR-] - 'Parameter 'property' is unknown for plugin 'maven-antrun-plugin' file not found [Java Compiler] Obtaining reference build from reference recorder [Java Compiler] -> Found 'equinox » master #246' [Java Compiler] Using reference build 'equinox/master #246' to compute new, fixed, and outstanding issues [Java Compiler] Issues delta (vs. reference build): outstanding: 20, new: 0, fixed: 0 [Java Compiler] No quality gates have been set - skipping [Java Compiler] Health report is disabled - skipping [Java Compiler] Created analysis result for 20 issues (found 0 new issues, fixed 0 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'equinox/R4_30_maintenance #1'. [GitHub Checks] GitHub check (name: Java Compiler, status: completed) has been published. [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_30_maintenance') [Maven] -> found 207 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_30_maintenance') [Maven] -> found 207 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 207 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_30_maintenance') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 207 issues [Maven] Repository miner is not configured, skipping repository mining [Maven] Successfully parsed console log [Maven] -> found 207 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 207 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 207 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 207 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_30_maintenance') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 207 issues [Maven] Repository miner is not configured, skipping repository mining [Maven] Obtaining reference build from reference recorder [Maven] -> Found 'equinox » master #246' [Maven] Using reference build 'equinox/master #246' to compute new, fixed, and outstanding issues [Maven] Issues delta (vs. reference build): outstanding: 206, new: 1, fixed: 0 [Maven] No quality gates have been set - skipping [Maven] Health report is disabled - skipping [Maven] Created analysis result for 207 issues (found 1 new issues, fixed 0 issues) [Maven] Attaching ResultAction with ID 'maven-warnings' to build 'equinox/R4_30_maintenance #1'. [GitHub Checks] GitHub check (name: Maven, status: completed) has been published. [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_30_maintenance') [JavaDoc] -> found 23 issues (skipped 12 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_30_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 > git rev-parse HEAD^{commit} # timeout=10 [JavaDoc] -> found 23 issues (skipped 12 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 23 issues (skipped 12 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_30_maintenance') [JavaDoc] Post processing issues on 'centos-8-gflsj' 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_30_maintenance' [JavaDoc] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/equinox_R4_30_maintenance' [JavaDoc] -> resolved paths in source directory (10 found, 0 not found) [JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [JavaDoc] -> resolved module names for 23 issues [JavaDoc] Resolving package names (or namespaces) by parsing the affected files [JavaDoc] -> resolved package names of 10 affected files [JavaDoc] No filter has been set, publishing all 23 issues [JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds [JavaDoc] -> created fingerprints for 23 issues (skipped 0 issues) [JavaDoc] Invoking Git blamer to create author and commit information for 10 affected files [JavaDoc] -> GIT_COMMIT env = 'HEAD' [JavaDoc] -> Git commit ID = '814024bf4d175788635cb11c031aa9b9c3379f12' [JavaDoc] -> Git working tree = '/home/jenkins/agent/workspace/equinox_R4_30_maintenance' [JavaDoc] -> blamed authors of issues in 10 files [JavaDoc] Blaming of authors took 2 seconds [JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/equinox/branches/R4-30-maintenance.a65t94/builds/1/files-with-issues' [JavaDoc] -> 10 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 23 issues (skipped 12 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 23 issues (skipped 12 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 23 issues (skipped 12 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 23 issues (skipped 12 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/equinox_R4_30_maintenance') [JavaDoc] Post processing issues on 'centos-8-gflsj' 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_30_maintenance' [JavaDoc] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/equinox_R4_30_maintenance' [JavaDoc] -> resolved paths in source directory (10 found, 0 not found) [JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [JavaDoc] -> resolved module names for 23 issues [JavaDoc] Resolving package names (or namespaces) by parsing the affected files [JavaDoc] -> resolved package names of 10 affected files [JavaDoc] No filter has been set, publishing all 23 issues [JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds [JavaDoc] -> created fingerprints for 23 issues (skipped 0 issues) [JavaDoc] Invoking Git blamer to create author and commit information for 10 affected files [JavaDoc] -> GIT_COMMIT env = 'HEAD' [JavaDoc] -> Git commit ID = '814024bf4d175788635cb11c031aa9b9c3379f12' [JavaDoc] -> Git working tree = '/home/jenkins/agent/workspace/equinox_R4_30_maintenance' [JavaDoc] -> blamed authors of issues in 10 files [JavaDoc] Blaming of authors took 2 seconds [JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/equinox/branches/R4-30-maintenance.a65t94/builds/1/files-with-issues' [JavaDoc] -> 10 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 #246' [JavaDoc] Using reference build 'equinox/master #246' to compute new, fixed, and outstanding issues [JavaDoc] Issues delta (vs. reference build): outstanding: 23, new: 0, fixed: 0 [JavaDoc] No quality gates have been set - skipping [JavaDoc] Health report is disabled - skipping [JavaDoc] Created analysis result for 23 issues (found 0 new issues, fixed 0 issues) [JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'equinox/R4_30_maintenance #1'. [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