Branch indexing > git rev-parse --resolve-git-dir /var/jenkins/caches/git-6c24abea0c2daa3d834492a9580fbd2c/.git # timeout=10 Setting origin to https://git.eclipse.org/r/a/equinox/rt.equinox.framework > git config remote.origin.url https://git.eclipse.org/r/a/equinox/rt.equinox.framework # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.20.1' > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials Gerrit HTTP Login > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/38/184338/2 Seen branch in repository origin/39/184339/4 Seen branch in repository origin/47/184747/5 Seen branch in repository origin/90/116790/2 Seen branch in repository origin/BETA_JAVA7 Seen branch in repository origin/BETA_JAVA8 Seen branch in repository origin/R3_0_maintenance Seen branch in repository origin/R3_1_2_bug191652 Seen branch in repository origin/R3_1_maintenance Seen branch in repository origin/R3_2_1_criticalFixes Seen branch in repository origin/R3_2_maintenance Seen branch in repository origin/R3_3_1_maintenance Seen branch in repository origin/R3_3_maintenance Seen branch in repository origin/R3_4_maintenance Seen branch in repository origin/R3_4_maintenance_patches Seen branch in repository origin/R3_5_maintenance Seen branch in repository origin/R3_6_1_maintenance_patches Seen branch in repository origin/R3_6_1_patches Seen branch in repository origin/R3_6_maintenance Seen branch in repository origin/R3_6_maintenance_Java7 Seen branch in repository origin/R3_7_maintenance Seen branch in repository origin/R3_8_maintenance Seen branch in repository origin/R3_9_maintenance Seen branch in repository origin/R4_10_maintenance Seen branch in repository origin/R4_11_maintenance Seen branch in repository origin/R4_12_maintenance Seen branch in repository origin/R4_13_maintenance Seen branch in repository origin/R4_14_maintenance Seen branch in repository origin/R4_15_maintenance Seen branch in repository origin/R4_16_maintenance Seen branch in repository origin/R4_17_maintenance Seen branch in repository origin/R4_18_maintenance Seen branch in repository origin/R4_19_maintenance Seen branch in repository origin/R4_20_maintenance Seen branch in repository origin/R4_21_maintenance Seen branch in repository origin/R4_4_maintenance Seen branch in repository origin/R4_5_maintenance Seen branch in repository origin/R4_6_maintenance Seen branch in repository origin/R4_7_maintenance Seen branch in repository origin/R4_8_maintenance Seen branch in repository origin/R4_9_maintenance Seen branch in repository origin/R_3_3_1_maintenance Seen branch in repository origin/bug558371 Seen branch in repository origin/closableBundleFile Seen branch in repository origin/gheorghe/bug407433 Seen branch in repository origin/jross/411877 Seen branch in repository origin/master Seen branch in repository origin/osgiR8 Seen branch in repository origin/prapicau/sharedInstall-part1 Seen branch in repository origin/twatson/neonFix514149 Seen 50 remote branches Obtained Jenkinsfile from f2d9c2ca7f83e21a5761c42025d0c41cb789675d Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-32g0t is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-32g0t" 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-32g0t" - 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-32g0t" - 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-4.7" 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 - 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-32g0t in /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential gerrit-http-login Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://git.eclipse.org/r/a/equinox/rt.equinox.framework > git init /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/a/equinox/rt.equinox.framework > git --version # timeout=10 > git --version # 'git version 2.27.0' using GIT_ASKPASS to set credentials Gerrit HTTP Login > git fetch --no-tags --force --progress -- https://git.eclipse.org/r/a/equinox/rt.equinox.framework +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f2d9c2ca7f83e21a5761c42025d0c41cb789675d (R4_21_maintenance) > git config remote.origin.url https://git.eclipse.org/r/a/equinox/rt.equinox.framework # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2d9c2ca7f83e21a5761c42025d0c41cb789675d # timeout=10 Commit message: "Bug 575576 - add tests to ensure (un-)modifiability of Wiring lists" First time build. Skipping changelog. [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] { (initialize Gerrit review) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] gerritReview Gerrit Review is disabled, invalid reference at BRANCH_NAME or GERRIT_CHANGE_NUMBER/GERRIT_PATCHSET_NUMBER [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (get binaries) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/rt.equinox.binaries [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/equinox/rt.equinox.binaries.git > git init /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/rt.equinox.binaries # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/equinox/rt.equinox.binaries.git > git --version # timeout=10 > git --version # 'git version 2.27.0' > git fetch --tags --force --progress -- https://git.eclipse.org/r/equinox/rt.equinox.binaries.git +refs/heads/*:refs/remotes/origin/* # timeout=120 Avoid second fetch Checking out Revision fb9e7572e7c5e747f265fee0e80b100fd1dea7b3 (refs/remotes/origin/master) Commit message: "Recompiled binaries" First time build. Skipping changelog. [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [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/inox.framework_R4_21_maintenance/.m2/repository -Pbuild-individual-bundles -Pbree-libs -Papi-check -DskipTests=false -Dmaven.compiler.failOnWarning=true -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 -Drt.equinox.binaries.loc=/home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/rt.equinox.binaries Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" > git config remote.origin.url https://git.eclipse.org/r/equinox/rt.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 fb9e7572e7c5e747f265fee0e80b100fd1dea7b3 # timeout=10 [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/ (128B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.21-I-builds [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/ (461B) [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/categories/ (1.46kB) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210831-0600/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210831-0600/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210831-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210831-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210901-0600/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210901-0600/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210901-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210901-1800/ [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi.compatibility.state:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.compatibility.state:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi.compatibility.state:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi.services:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.services:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi.services:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/pom.xml [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (96.33kB) [INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi.util:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.util:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi.util:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (1.41MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (46.27kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (703.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (411.93kB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (16.03kB) [INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (326.25kB) [INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (5.46MB) [INFO] Fetching org.eclipse.compare_3.8.100.v20210805-1512.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (804.85kB) [INFO] Fetching org.eclipse.ui_3.119.100.v20210830-0942.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (432.54kB) [INFO] Fetching org.eclipse.core.resources_3.15.100.v20210818-1523.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (879.11kB) [INFO] Fetching org.eclipse.jface.text_3.18.100.v20210820-1651.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (1.02MB) [INFO] Fetching org.eclipse.ui.ide_3.18.300.v20210817-1731.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (105.57kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.200.v20210724-2153.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (668.08kB) [INFO] Fetching org.eclipse.core.runtime_3.23.0.v20210730-2035.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (70.77kB) [INFO] Fetching org.eclipse.core.expressions_3.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (92.12kB) [INFO] Fetching org.eclipse.ui.editors_3.14.200.v20210622-1002.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (618.57kB) [INFO] Fetching org.eclipse.ui.forms_3.11.200.v20210622-0925.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (330.16kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (66.43kB) [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (114.56kB) [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (139.68kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.0.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (100.01kB) [INFO] Fetching org.eclipse.equinox.preferences_3.9.0.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (136.29kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.0.v20210723-1953.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (194.23kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (180.11kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.11.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (311.11kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (113.34kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (288.46kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.100.v20210611-0919.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (68.45kB) [INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (108.05kB) [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (64.42kB) [INFO] Fetching org.eclipse.equinox.security_1.3.700.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (113.04kB) [INFO] Fetching org.eclipse.equinox.app_1.6.0.v20210723-1130.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (89.14kB) [INFO] Fetching org.eclipse.core.tests.harness_3.12.100.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (94.49kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (415.44kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (25.62kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (52.47kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.9.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (48.25kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.100.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (40.46kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (317.81kB) [INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (45.85kB) [INFO] Fetching org.eclipse.swt_3.117.0.v20210830-2202.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (16.96kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.23.0.v20210723-1324.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (1.1MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (213.88kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.300.v20210723-0837.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (203.11kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (27.72kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.0.v20210619-1009.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (57.42kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (11.51kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (394.73kB) [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (32.98kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (255.66kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (87.54kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (229.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.300.v20210813-1521.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (118.1kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.200.v20210816-1658.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (251.52kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.200.v20210723-1326.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (147.12kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.0.v20210619-0955.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (51.91kB) [INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (367.01kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.0.v20210723-1312.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (50.73kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.200.v20210830-0925.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (165.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (360.09kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.8.0.v20210618-0742.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (76.88kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (73.01kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.200.v20210813-0803.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (142.1kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.100.v20210813-0607.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (213.92kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (130.72kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (270.25kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (57.17kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (26.27kB) [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (25.75kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (341.15kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (468.75kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (416.62kB) [INFO] Fetching org.eclipse.team.core_3.9.100.v20210604-1207.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (395.31kB) [INFO] Fetching org.eclipse.team.ui_3.9.100.v20210721-1306.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (1.42MB) [INFO] Fetching org.eclipse.test.performance_3.18.0.v20210623-0710.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (111.48kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.0.v20210513-1344.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (23.95kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.117.0.v20210830-2202.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (2.07MB) [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (199.25kB) [INFO] Fetching org.eclipse.ui.workbench_3.123.0.v20210817-0704.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (3.47MB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (110.51kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.200.v20210803-2129.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (172.19kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (107.15kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (65.43kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (21.48kB) [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (115.31kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (21.24kB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.117.0.v20210830-2202.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (2.03MB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.117.0.v20210830-2202.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (2.05MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.117.0.v20210830-2202.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (2.45MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.117.0.v20210830-2202.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (2.13MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.117.0.v20210830-2202.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (2.12MB) [INFO] Computing target platform for MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.1300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.1300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.1300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] rt.equinox.framework [pom] [INFO] org.eclipse.osgi [eclipse-plugin] [INFO] org.eclipse.osgi.compatibility.state [eclipse-plugin] [INFO] org.eclipse.osgi.util [eclipse-plugin] [INFO] org.eclipse.osgi.services [eclipse-plugin] [INFO] org.eclipse.equinox.supplement [eclipse-plugin] [INFO] org.eclipse.equinox.launcher [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.cocoa.macosx [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.cocoa.macosx.x86_64 [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.cocoa.macosx.aarch64 [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.gtk.linux.aarch64 [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.gtk.linux.ppc64le [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.gtk.linux.x86_64 [eclipse-plugin] [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 [eclipse-plugin] [INFO] org.eclipse.osgi.tests [eclipse-test-plugin] [INFO] org.eclipse.equinox.executable [eclipse-feature] [INFO] [INFO] ---------< org.eclipse.equinox.framework:rt.equinox.framework >--------- [INFO] Building rt.equinox.framework 4.21.0-SNAPSHOT [1/16] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rt.equinox.framework --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ rt.equinox.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ rt.equinox.framework --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ rt.equinox.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ rt.equinox.framework --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ rt.equinox.framework --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ rt.equinox.framework --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ rt.equinox.framework --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ rt.equinox.framework --- [INFO] [INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------ [INFO] Building org.eclipse.osgi 3.17.0-SNAPSHOT [2/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi --- [INFO] The project's OSGi version is 3.17.0.v20210823-1805 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.osgi --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.osgi --- [INFO] Compiling 454 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.osgi --- [INFO] Fetching org.eclipse.osgi_3.17.0.v20210823-1805.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (1.39MB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (126.4kB) [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (72.7kB) [INFO] Fetching org.eclipse.ant.core_3.6.100.v20210731-1643.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (107.27kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (35.64kB) [INFO] Fetching org.eclipse.debug.core_3.18.200.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (394.78kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (69.05kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (53.59kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (109.64kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (367.36kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (244.04kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (56.37kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.100.v20210723-0757.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (101.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (242.54kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (248.88kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (129.25kB) [INFO] Fetching org.eclipse.jdt.core_3.27.0.v20210823-1758.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (6.6MB) [INFO] Fetching org.eclipse.jdt.debug_3.18.0.v20210816-1805.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (903.62kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.300.v20210815-1119.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (563.43kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (249.09kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.600.v20210812-0807.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (931.09kB) [INFO] Fetching org.eclipse.pde.core_3.14.400.v20210812-0807.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (1.33MB) [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (130.19kB) [INFO] Fetching org.objectweb.asm.tree_9.1.0.v20210209-1849.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (64.5kB) [INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (477.46kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.osgi_3.17.0.v20210823-1805, -project, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi, -binary, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/target/classes, -target, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.osgi --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.17.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.17.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi --- [WARNING] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different module-info.class: present in baseline only org/eclipse/osgi/internal/container/NamespaceList.class: different [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_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] --- moditect-maven-plugin:1.0.0.RC1:add-module-info (add-module-infos) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.osgi --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.osgi --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi --- [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/ (172B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600 [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/ [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.osgi --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.osgi --- [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (123.51kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (26.23kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (128.97kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (9.69kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.100.v20210630-1916.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (85.91kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from https://download.eclipse.org/eclipse/updates/4.21-I-builds/I20210830-1800/plugins/ (43.53kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/target/dependencies-list.txt, -failOnError] 1 API warnings * Marker [on: /org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/StateObjectFactory.java, id: 111, type: org.eclipse.pde.api.tools.api_usage, attributes: [apiMarkerID: 3, charEnd: 25993, charStart: 25970, lineNumber: 498, message: StateObjectFactoryProxy implements non-API interface StateObjectFactory, messagearguments: StateObjectFactory#StateObjectFactoryProxy, org.eclipse.jdt.internal.core.JavaModelManager.handleId: =org.eclipse.osgi/container\/src-------- [INFO] Building org.eclipse.osgi.compatibility.state 1.2.500-SNAPSHOT [3/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.compatibility.state --- [INFO] The project's OSGi version is 1.2.500.v20210730-0750 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.osgi.compatibility.state --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.osgi.compatibility.state --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.osgi.compatibility.state --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.osgi.compatibility.state --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.osgi.compatibility.state --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.osgi.compatibility.state --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.osgi.compatibility.state --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.500-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.compatibility.state --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.compatibility.state:1.2.500-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.osgi.compatibility.state --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.osgi.compatibility.state --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.osgi.compatibility.state --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings [INFO] [INFO] ---------------< org.eclipse.osgi:org.eclipse.osgi.util >--------------- [INFO] Building org.eclipse.osgi.util 3.6.100-SNAPSHOT [4/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.util --- [INFO] The project's OSGi version is 3.6.100.v20210723-1119 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.osgi.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.osgi.util --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.osgi.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.osgi.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.osgi.util --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.osgi.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.osgi.util --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.6.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.6.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.util --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.util:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.osgi.util --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.util --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.osgi.util --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.osgi.util --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.util/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings [INFO] [INFO] -------------< org.eclipse.osgi:org.eclipse.osgi.services >------------- [INFO] Building org.eclipse.osgi.services 3.10.200-SNAPSHOT [5/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.services --- [INFO] The project's OSGi version is 3.10.200.v20210723-0643 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.osgi.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.osgi.services --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.osgi.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.osgi.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.osgi.services --- [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.osgi.services --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.osgi.services_3.10.200.v20210723-0643, -project, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services, -binary, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/target/classes, -target, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.osgi.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.osgi.services --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.10.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.10.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.services --- [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.services:3.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.osgi.services --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.services --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.osgi.services --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.osgi.services --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.services/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings [INFO] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.supplement >--------- [INFO] Building org.eclipse.equinox.supplement 1.10.200-SNAPSHOT [6/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.supplement --- [INFO] The project's OSGi version is 1.10.200.v20210726-0927 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.supplement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.supplement --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.supplement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.supplement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.supplement --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.supplement --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.supplement_1.10.200.v20210726-0927, -project, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement, -binary, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/target/classes, -target, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.supplement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.supplement --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.supplement --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.200-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.supplement --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.supplement --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.equinox.supplement --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi/supplement/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings [INFO] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.launcher >---------- [INFO] Building org.eclipse.equinox.launcher 1.6.300-SNAPSHOT [7/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher --- [INFO] The project's OSGi version is 1.6.300.v20210813-1054 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target/apigeneration-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -jar, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.launcher_1.6.300.v20210813-1054, -project, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher, -binary, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target/classes, -target, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/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-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.launcher --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.equinox.launcher --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target/dependencies-list.txt, -failOnError] 0 API ERRORS 0 API warnings [INFO] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx >---- [INFO] Building org.eclipse.equinox.launcher.cocoa.macosx 1.2.300-SNAPSHOT [8/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Executing tasks [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/inox.framework_R4_21_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-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/target/org.eclipse.equinox.launcher.cocoa.macosx-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Skipping Antrun execution [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64 >-- [INFO] Building org.eclipse.equinox.launcher.cocoa.macosx.x86_64 1.2.300-SNAPSHOT [9/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/inox.framework_R4_21_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-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/target/org.eclipse.equinox.launcher.cocoa.macosx.x86_64-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Skipping Antrun execution [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64 >-- [INFO] Building org.eclipse.equinox.launcher.cocoa.macosx.aarch64 1.2.300-SNAPSHOT [10/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/inox.framework_R4_21_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-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/target/org.eclipse.equinox.launcher.cocoa.macosx.aarch64-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Skipping Antrun execution [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64 >-- [INFO] Building org.eclipse.equinox.launcher.gtk.linux.aarch64 1.2.300-SNAPSHOT [11/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/inox.framework_R4_21_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-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/target/org.eclipse.equinox.launcher.gtk.linux.aarch64-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Skipping Antrun execution [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le >-- [INFO] Building org.eclipse.equinox.launcher.gtk.linux.ppc64le 1.2.300-SNAPSHOT [12/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/inox.framework_R4_21_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-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/target/org.eclipse.equinox.launcher.gtk.linux.ppc64le-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Skipping Antrun execution [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64 >-- [INFO] Building org.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.300-SNAPSHOT [13/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/inox.framework_R4_21_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-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/target/org.eclipse.equinox.launcher.gtk.linux.x86_64-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Skipping Antrun execution [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64 >-- [INFO] Building org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.300-SNAPSHOT [14/16] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] The project's OSGi version is 1.2.300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.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/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target [INFO] [chmod] Skipping fileset for directory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target. It is empty. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0: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.300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml The main artifact has been replaced with the baseline version. [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Skipping Antrun execution [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --------------< org.eclipse.osgi:org.eclipse.osgi.tests >--------------- [INFO] Building org.eclipse.osgi.tests 3.16.400-SNAPSHOT [15/16] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.tests --- [INFO] The project's OSGi version is 3.16.400.v20210830-1321 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.osgi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature) @ org.eclipse.osgi.tests --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.osgi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.osgi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.osgi.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.b.jar-classes [INFO] Compiling 188 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.d.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.c.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.b.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.a.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/chain.test.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/circularity.test.a.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/circularity.test.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.host.a.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.host.a.v2.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.frag.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.frag.b.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.a.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.b.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.c.jar-classes [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.a.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.b.jar-classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.c.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.d.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.e.jar-classes [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/thread.locktest.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.registered.a.test1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.registered.a.test2.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.dependent.a.test1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.dependent.a.test2.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.c.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.d.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.e.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/host.multiple.exports.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/frag.multiple.exports.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/client1.multiple.exports.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/client2.multiple.exports.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test3.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.importer.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.requires.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.importer.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer2.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer3.jar-classes [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/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.a.frag.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.b.frag.jar-classes [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/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.e.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.f.jar-classes [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/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.i.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.j.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.k.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.l.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.m.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.n.jar-classes [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/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/security.a.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/security.b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.filter.a.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.link.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.link.a.client.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.a.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.c.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.tccl.jar-classes [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.manifestpackage.jar-classes [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/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug287750.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181b.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.logging.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/geturl.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug375784.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/storage.hooks.a.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.hooks.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug412228.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.uninstall.start1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.uninstall.start2.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/classloader.hooks.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug438904.host.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug438904.frag.jar-classes [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/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/wrapper.hooks.a.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.user.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug471551.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamicimport.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamic.privateimport.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug490902.b.jar-classes [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug490902.a.jar-classes [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/mrBundleInputBase.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error1.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error2.jar-classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error3.jar-classes [INFO] Nothing to compile - all classes are up to date [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug235958.x.jar-classes [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug235958.y.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (build-.api_description) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.osgi.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.16.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.v2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.require.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/thread.locktest.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.invalid.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/host.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/frag.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/client1.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/client2.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test3.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.requires.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer3.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer4.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment3.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment4.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment5.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.g.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.h.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.i.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.j.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.k.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.l.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.m.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.n.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.p.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.q.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.filter.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.client.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.update.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.tccl.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.manifestpackage.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug286307.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287750.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.logging.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/geturl.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug375784.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/storage.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug412228.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.osgiee.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/classloader.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.host.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.global.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.system.nls.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug449484.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/wrapper.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.user.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug471551.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamicimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamic.privateimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/mrBundleInputBase.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error3.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error4.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.x.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.y.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.16.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.tests --- [WARNING] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/pom.xml: baseline and build artifacts have same version but different contents no-classifier: different classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/pom.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] [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.osgi.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx128m, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.300-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work/data, -install, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/surefire.properties] 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:3612) at java.base/java.lang.Thread.run(Thread.java:834) 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@1948f55c LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) java.base@11.0.2/java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:432) org.eclipse.osgi.tests.container.TestModuleContainer.testStartDeadLock(TestModuleContainer.java:3622) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) java.base@11.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@11.0.2/java.lang.reflect.Method.invoke(Method.java:566) 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) junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) junit.framework.TestSuite.runTest(TestSuite.java:241) junit.framework.TestSuite.run(TestSuite.java:236) org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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.runner.JUnitCore.run(JUnitCore.java:137) org.junit.runner.JUnitCore.run(JUnitCore.java:115) org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) org.junit.vintage.engine.VintageTestEngine$$Lambda$325/0x000000010033e440.accept(Unknown Source) java.base@11.0.2/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) java.base@11.0.2/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) java.base@11.0.2/java.util.Iterator.forEachRemaining(Iterator.java:133) java.base@11.0.2/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) java.base@11.0.2/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) java.base@11.0.2/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) java.base@11.0.2/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) java.base@11.0.2/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) java.base@11.0.2/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) java.base@11.0.2/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$274/0x000000010031ec40.accept(Unknown Source) org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) java.base@11.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@11.0.2/java.lang.reflect.Method.invoke(Method.java:566) org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) java.base@11.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@11.0.2/java.lang.reflect.Method.invoke(Method.java:566) app//org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) app//org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) app//org.eclipse.equinox.launcher.Main.run(Main.java:1467) app//org.eclipse.equinox.launcher.Main.main(Main.java:1440) ThreadId: 2 ThreadName: Reference Handler ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.ref.Reference.waitForReferencePendingList(Native Method) java.base@11.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:241) java.base@11.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213) ThreadId: 3 ThreadName: Finalizer ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@696f64fb LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) java.base@11.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170) ThreadId: 4 ThreadName: Signal Dispatcher ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: ThreadId: 9 ThreadName: Common-Cleaner ThreadState: TIMED_WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@5ebd853b LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@11.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) java.base@11.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134) ThreadId: 11 ThreadName: Equinox resolver thread - Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@42c0fc76 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) java.base@11.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 12 ThreadName: Equinox resolver thread - Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@42c0fc76 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) java.base@11.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 13 ThreadName: Active Thread: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25970069 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) java.base@11.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) java.base@11.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 15 ThreadName: Framework Event Dispatcher: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@374df09c LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 16 ThreadName: Start Level: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@56b2f13 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 17 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@408d4084 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 18 ThreadName: Refresh Thread: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@5d8484b4 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 19 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@5955688 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.apache.felix.scr.impl.ComponentActorThread.run(ComponentActorThread.java:83) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 20 ThreadName: Timer-0 ThreadState: TIMED_WAITING Blocked On: java.util.TaskQueue@59dae29e LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.util.TimerThread.mainLoop(Timer.java:553) java.base@11.0.2/java.util.TimerThread.run(Timer.java:506) ThreadId: 21 ThreadName: EMF Reference Cleaner ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@73f91041 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:70) ThreadId: 23 ThreadName: Thread-3 ThreadState: WAITING Blocked On: java.util.concurrent.CountDownLatch$Sync@252fad74 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@a219bae Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345) java.base@11.0.2/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:232) 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:3612) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$350/0x0000000100343040.run(Unknown Source) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 24 ThreadName: Thread-4 ThreadState: RUNNABLE Blocked On: org.eclipse.osgi.internal.container.EquinoxReentrantLock@67315a1c[Locked by thread Thread-3] Synchronizers Locked: none Monitors Locked: none Stack Trace: java.management@11.0.2/sun.management.ThreadImpl.dumpThreads0(Native Method) java.management@11.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:502) java.management@11.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:490) 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:3612) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$350/0x0000000100343040.run(Unknown Source) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ... 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:3632) at java.base/java.lang.Thread.run(Thread.java:834) 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@1594bc58 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) java.base@11.0.2/java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:432) org.eclipse.osgi.tests.container.TestModuleContainer.testStartDeadLock(TestModuleContainer.java:3642) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) java.base@11.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@11.0.2/java.lang.reflect.Method.invoke(Method.java:566) 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) junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50) junit.framework.TestSuite.runTest(TestSuite.java:241) junit.framework.TestSuite.run(TestSuite.java:236) org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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.runner.JUnitCore.run(JUnitCore.java:137) org.junit.runner.JUnitCore.run(JUnitCore.java:115) org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) org.junit.vintage.engine.VintageTestEngine$$Lambda$325/0x000000010033e440.accept(Unknown Source) java.base@11.0.2/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) java.base@11.0.2/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) java.base@11.0.2/java.util.Iterator.forEachRemaining(Iterator.java:133) java.base@11.0.2/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) java.base@11.0.2/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) java.base@11.0.2/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) java.base@11.0.2/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) java.base@11.0.2/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) java.base@11.0.2/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) java.base@11.0.2/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$274/0x000000010031ec40.accept(Unknown Source) org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) java.base@11.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@11.0.2/java.lang.reflect.Method.invoke(Method.java:566) org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) java.base@11.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@11.0.2/java.lang.reflect.Method.invoke(Method.java:566) app//org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) app//org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) app//org.eclipse.equinox.launcher.Main.run(Main.java:1467) app//org.eclipse.equinox.launcher.Main.main(Main.java:1440) ThreadId: 2 ThreadName: Reference Handler ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.ref.Reference.waitForReferencePendingList(Native Method) java.base@11.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:241) java.base@11.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213) ThreadId: 3 ThreadName: Finalizer ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@696f64fb LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) java.base@11.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170) ThreadId: 4 ThreadName: Signal Dispatcher ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: ThreadId: 9 ThreadName: Common-Cleaner ThreadState: TIMED_WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@5ebd853b LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@11.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) java.base@11.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134) ThreadId: 11 ThreadName: Equinox resolver thread - Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@42c0fc76 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) java.base@11.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 12 ThreadName: Equinox resolver thread - Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@42c0fc76 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) java.base@11.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 13 ThreadName: Active Thread: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25970069 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) java.base@11.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) java.base@11.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 15 ThreadName: Framework Event Dispatcher: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@374df09c LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 16 ThreadName: Start Level: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@56b2f13 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 17 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@408d4084 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 18 ThreadName: Refresh Thread: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@5d8484b4 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 19 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@5955688 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.apache.felix.scr.impl.ComponentActorThread.run(ComponentActorThread.java:83) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 20 ThreadName: Timer-0 ThreadState: TIMED_WAITING Blocked On: java.util.TaskQueue@59dae29e LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.util.TimerThread.mainLoop(Timer.java:553) java.base@11.0.2/java.util.TimerThread.run(Timer.java:506) ThreadId: 21 ThreadName: EMF Reference Cleaner ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@73f91041 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:70) ThreadId: 25 ThreadName: Thread-5 ThreadState: WAITING Blocked On: java.util.concurrent.CountDownLatch$Sync@1b53509a LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@a219bae Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345) java.base@11.0.2/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:232) 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:3632) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$369/0x0000000100362440.run(Unknown Source) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 26 ThreadName: Thread-6 ThreadState: RUNNABLE Blocked On: org.eclipse.osgi.internal.container.EquinoxReentrantLock@67315a1c[Locked by thread Thread-5] Synchronizers Locked: none Monitors Locked: none Stack Trace: java.management@11.0.2/sun.management.ThreadImpl.dumpThreads0(Native Method) java.management@11.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:502) java.management@11.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:490) 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:3632) org.eclipse.osgi.tests.container.TestModuleContainer$$Lambda$369/0x0000000100362440.run(Unknown Source) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ... 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:588) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1211) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220) at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264) at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299) at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384) 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:75) at org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$2(BundleContextImpl.java:808) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:802) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:759) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1019) 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:280) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) 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:121) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.safeLogged(ExtendedLogReaderServiceFactory.java:105) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory$LogTask.run(ExtendedLogReaderServiceFactory.java:56) at org.eclipse.osgi.internal.log.OrderedExecutor$OrderedTaskQueue$OrderedTask.run(ExtendedLogReaderServiceFactory.java:438) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) 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:81) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.isLoggablePrivileged(ExtendedLogReaderServiceFactory.java:174) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.isLoggable(ExtendedLogReaderServiceFactory.java:151) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) Hello World!! Goodbye World!! 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 stopped simple app stopped simple app stopped simple app started simple app stopped simple app started simple app stopped simple app !SESSION 2021-09-02 16:09:07.598 ----------------------------------------------- eclipse.buildId=unknown java.version=11.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 34699 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/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 34699 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 2 0 2021-09-02 16:09:38.044 !MESSAGE Failed to launch the scheduled application: {org.osgi.service.application.ScheduledApplication, org.osgi.service.event.EventHandler}={service.id=39, service.bundleid=7, 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:126) at org.eclipse.equinox.internal.app.AppPersistence$AppTimer.run(AppPersistence.java:366) at java.base/java.lang.Thread.run(Thread.java:834) !ENTRY org.eclipse.equinox.app 2 0 2021-09-02 16:10:08.046 !MESSAGE Failed to launch the scheduled application: {org.osgi.service.application.ScheduledApplication, org.osgi.service.event.EventHandler}={service.id=39, service.bundleid=7, 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:126) at org.eclipse.equinox.internal.app.AppPersistence$AppTimer.run(AppPersistence.java:366) at java.base/java.lang.Thread.run(Thread.java:834) started simple app stopped simple app !SESSION !SESSION 2021-09-02 16:11:11.746 ----------------------------------------------- eclipse.buildId=unknown java.version=11.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 39347 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/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 39347 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 4 0 2021-09-02 16:11:14.265 !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:197) at org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(AnyThreadAppLauncher.java:30) at java.base/java.lang.Thread.run(Thread.java:834) !SESSION 2021-09-02 16:11:24.409 ----------------------------------------------- eclipse.buildId=unknown java.version=11.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 46857 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/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 46857 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 2 0 2021-09-02 16:11:27.081 !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:197) at org.eclipse.equinox.internal.app.DefaultApplicationListener.run(DefaultApplicationListener.java:76) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) at org.eclipse.core.launcher.Main.main(Main.java:44) started simple app stopped simple app Debug options: file:/home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/104/data/testDebugLogOnGetURL.options loaded !SESSION 2021-09-02 16:11:57.060 ----------------------------------------------- eclipse.buildId=unknown java.version=11.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi 1 0 2021-09-02 16:11:57.061 !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:87) at org.eclipse.osgi.storage.Storage.(Storage.java:236) at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:181) 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:482) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) !SESSION 2021-09-02 16:11:57.060 ----------------------------------------------- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) eclipse.buildId=unknown java.version=11.0.2 java.vendor=Oracle Corporation at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US at java.base/java.lang.reflect.Method.invoke(Method.java:566) !ENTRY org.eclipse.osgi 1 0 2021-09-02 16:11:57.061 at junit.framework.TestCase.runTest(TestCase.java:177) !MESSAGE Called Location.getURL() when it has not been set for: "null" !STACK 0 at junit.framework.TestCase.runBare(TestCase.java:142) java.lang.RuntimeException: Call stack for Location.getURL() at junit.framework.TestResult$1.protect(TestResult.java:122) at org.eclipse.osgi.internal.location.BasicLocation.getURL(BasicLocation.java:87) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.eclipse.osgi.storage.Storage.(Storage.java:236) at junit.framework.TestResult.run(TestResult.java:125) at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:181) at org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:108) at junit.framework.TestCase.run(TestCase.java:130) at org.eclipse.osgi.launch.Equinox.(Equinox.java:53) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.osgi.launch.Equinox.(Equinox.java:46) at junit.framework.TestSuite.run(TestSuite.java:236) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:482) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.junit.runners.Suite.runChild(Suite.java:27) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at junit.framework.TestCase.runTest(TestCase.java:177) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit.framework.TestCase.run(TestCase.java:130) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.junit.runners.Suite.runChild(Suite.java:128) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) 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:255) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) !ENTRY org.eclipse.osgi 1 0 2021-09-02 16:11:57.065 !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:87) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:492) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) !ENTRY org.eclipse.osgi 1 0 2021-09-02 16:11:57.065 at junit.framework.TestResult$1.protect(TestResult.java:122) !MESSAGE Called Location.getURL() when it has not been set for: "osgi.user.area" !STACK 0 at junit.framework.TestResult.runProtected(TestResult.java:142) java.lang.RuntimeException: Call stack for Location.getURL() at junit.framework.TestResult.run(TestResult.java:125) at org.eclipse.osgi.internal.location.BasicLocation.getURL(BasicLocation.java:87) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:492) at junit.framework.TestSuite.run(TestSuite.java:236) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at org.junit.runners.Suite.runChild(Suite.java:128) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at org.junit.runners.Suite.runChild(Suite.java:27) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at junit.framework.TestCase.runTest(TestCase.java:177) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at junit.framework.TestResult.run(TestResult.java:125) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at junit.framework.TestCase.run(TestCase.java:130) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:27) 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$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) 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$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) !ENTRY org.eclipse.osgi 1 0 2021-09-02 16:11:57.066 !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:87) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:493) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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) !ENTRY org.eclipse.osgi 1 0 2021-09-02 16:11:57.066 at junit.framework.TestSuite.runTest(TestSuite.java:241) !MESSAGE Called Location.getURL() when it has not been set for: "osgi.instance.area" !STACK 0 at junit.framework.TestSuite.run(TestSuite.java:236) java.lang.RuntimeException: Call stack for Location.getURL() at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.eclipse.osgi.internal.location.BasicLocation.getURL(BasicLocation.java:87) at org.junit.runners.Suite.runChild(Suite.java:128) at org.eclipse.osgi.tests.services.datalocation.BasicLocationTests.testDebugLogOnGetURL(BasicLocationTests.java:493) at org.junit.runners.Suite.runChild(Suite.java:27) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at junit.framework.TestCase.runTest(TestCase.java:177) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at junit.framework.TestResult.runProtected(TestResult.java:142) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at junit.framework.TestResult.run(TestResult.java:125) at org.junit.runners.Suite.runChild(Suite.java:128) at junit.framework.TestCase.run(TestCase.java:130) at org.junit.runners.Suite.runChild(Suite.java:27) at junit.framework.TestSuite.runTest(TestSuite.java:241) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) Equinox state: 4 Bundles: [org.eclipse.osgi_3.17.0.v20210823-1805 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.17.0.v20210823-1805 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.17.0.v20210823-1805 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.17.0.v20210823-1805 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.17.0.v20210823-1805 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.17.0.v20210823-1805 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.17.0.v20210823-1805 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.17.0.v20210823-1805 [0], mrBundle_1.0.0 [2]] target/work/configuration/org.eclipse.osgi/104/data/testSystemCapabilitiesBug522125.framework.jar Starting: test.dynamic.privateimport_1.0.0 [1] Starting: test.dynamic.privateimport_1.0.0 [1] test.tccl: start test.tccl: stop test.tccl: start test.tccl: stop test.tccl: start test.tccl: stop test.tccl: start test.tccl: stop testMRUBundleFileListOverflow time taken: 1 Framework state is: STOPPING - 4b47d2b9-af99-4e78-987b-38497f3f74c4 Thread dump ThreadId: 1 ThreadName: main ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: java.management@11.0.2/sun.management.ThreadImpl.dumpThreads0(Native Method) java.management@11.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:502) java.management@11.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:490) org.eclipse.osgi.framework.util.ThreadInfoReport.getThreadDump(ThreadInfoReport.java:30) org.eclipse.osgi.tests.bundles.AbstractBundleTests.waitForStop(AbstractBundleTests.java:381) org.eclipse.osgi.tests.bundles.AbstractBundleTests.stop(AbstractBundleTests.java:355) org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug412228(SystemBundleTests.java:1735) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) java.base@11.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@11.0.2/java.lang.reflect.Method.invoke(Method.java:566) junit.framework.TestCase.runTest(TestCase.java:177) junit.framework.TestCase.runBare(TestCase.java:142) junit.framework.TestResult$1.protect(TestResult.java:122) junit.framework.TestResult.runProtected(TestResult.java:142) junit.framework.TestResult.run(TestResult.java:125) junit.framework.TestCase.run(TestCase.java:130) junit.framework.TestSuite.runTest(TestSuite.java:241) junit.framework.TestSuite.run(TestSuite.java:236) junit.framework.TestSuite.runTest(TestSuite.java:241) junit.framework.TestSuite.run(TestSuite.java:236) org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) 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.runner.JUnitCore.run(JUnitCore.java:137) org.junit.runner.JUnitCore.run(JUnitCore.java:115) org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) org.junit.vintage.engine.VintageTestEngine$$Lambda$325/0x000000010033e440.accept(Unknown Source) java.base@11.0.2/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) java.base@11.0.2/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) java.base@11.0.2/java.util.Iterator.forEachRemaining(Iterator.java:133) java.base@11.0.2/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) java.base@11.0.2/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) java.base@11.0.2/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) java.base@11.0.2/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) java.base@11.0.2/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) java.base@11.0.2/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) java.base@11.0.2/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$274/0x000000010031ec40.accept(Unknown Source) org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) java.base@11.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@11.0.2/java.lang.reflect.Method.invoke(Method.java:566) org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.base@11.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) java.base@11.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.base@11.0.2/java.lang.reflect.Method.invoke(Method.java:566) app//org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) app//org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) app//org.eclipse.equinox.launcher.Main.run(Main.java:1467) app//org.eclipse.equinox.launcher.Main.main(Main.java:1440) ThreadId: 2 ThreadName: Reference Handler ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.ref.Reference.waitForReferencePendingList(Native Method) java.base@11.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:241) java.base@11.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213) ThreadId: 3 ThreadName: Finalizer ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@696f64fb LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) java.base@11.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170) ThreadId: 4 ThreadName: Signal Dispatcher ThreadState: RUNNABLE Blocked On: none Synchronizers Locked: none Monitors Locked: none Stack Trace: ThreadId: 9 ThreadName: Common-Cleaner ThreadState: TIMED_WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@5ebd853b LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@11.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) java.base@11.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134) ThreadId: 13 ThreadName: Active Thread: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@25970069 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) java.base@11.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) java.base@11.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 15 ThreadName: Framework Event Dispatcher: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@374df09c LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 16 ThreadName: Start Level: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@56b2f13 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 17 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@408d4084 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 18 ThreadName: Refresh Thread: Equinox Container: cf268531-44b2-4080-9a2d-a800f1d236f0 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@5d8484b4 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 19 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@5955688 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.apache.felix.scr.impl.ComponentActorThread.run(ComponentActorThread.java:83) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 21 ThreadName: EMF Reference Cleaner ThreadState: WAITING Blocked On: java.lang.ref.ReferenceQueue$Lock@73f91041 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@11.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:70) ThreadId: 33 ThreadName: Start Level: org.eclipse.osgi.tests.container.dummys.DummyContainerAdaptor@25a5c7db ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@2175c4fc LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 230 ThreadName: Worker-JM ThreadState: WAITING Blocked On: java.util.ArrayList@69a98399 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) org.eclipse.core.internal.jobs.InternalWorker.run(InternalWorker.java:61) ThreadId: 231 ThreadName: Worker-0 ThreadState: TIMED_WAITING Blocked On: org.eclipse.core.internal.jobs.WorkerPool@6f9dc31b LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.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: 247 ThreadName: process reaper ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@64a7e229 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) java.base@11.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 1311 ThreadName: EventAdmin Async Event Dispatcher Thread ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@6b7a8865 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 1614 ThreadName: Equinox resolver thread - Equinox Container: 4b47d2b9-af99-4e78-987b-38497f3f74c4 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@4e6a7bd8 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) java.base@11.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 1615 ThreadName: Equinox resolver thread - Equinox Container: 4b47d2b9-af99-4e78-987b-38497f3f74c4 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@4e6a7bd8 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462) java.base@11.0.2/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361) java.base@11.0.2/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 1616 ThreadName: Active Thread: Equinox Container: 4b47d2b9-af99-4e78-987b-38497f3f74c4 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4feefc15 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) java.base@11.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) java.base@11.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) ThreadId: 1618 ThreadName: Framework Event Dispatcher: Equinox Container: 4b47d2b9-af99-4e78-987b-38497f3f74c4 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@1483f96b LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: none Monitors Locked: none Stack Trace: java.base@11.0.2/java.lang.Object.wait(Native Method) java.base@11.0.2/java.lang.Object.wait(Object.java:328) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent(EventManager.java:394) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:335) ThreadId: 1619 ThreadName: Framework stop - Equinox Container: 4b47d2b9-af99-4e78-987b-38497f3f74c4 ThreadState: TIMED_WAITING Blocked On: none Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@e9a24b9 java.util.concurrent.locks.ReentrantLock$NonfairSync@5d9dca0 Monitors Locked: java.lang.Object@2b05623e Stack Trace: java.base@11.0.2/java.lang.Thread.sleep(Native Method) test.bug412228.Activator.stop(Activator.java:28) org.eclipse.osgi.internal.framework.BundleContextImpl.lambda$3(BundleContextImpl.java:862) org.eclipse.osgi.internal.framework.BundleContextImpl$$Lambda$1694/0x0000000100afe440.run(Unknown Source) java.base@11.0.2/java.security.AccessController.doPrivileged(Native Method) org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:856) org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1033) org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:370) 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:1874) org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1757) 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.lambda$0(EquinoxBundle.java:224) org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$$Lambda$1699/0x0000000100b20440.run(Unknown Source) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) Time to create: 354 Installing: bundle-b0.jar Installing: bundle-b2.jar Installing: bundle-b1.jar Installing: bundle-b3.jar Installing: bundle-b5.jar Installing: bundle-b4.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-b25.jar Installing: bundle-b24.jar Installing: bundle-b26.jar Installing: bundle-b27.jar Installing: bundle-b28.jar Installing: bundle-b29.jar Installing: bundle-b31.jar Installing: bundle-b32.jar Installing: bundle-b30.jar Installing: bundle-b35.jar Installing: bundle-b34.jar Installing: bundle-b36.jar Installing: bundle-b33.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-b50.jar Installing: bundle-b49.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-b1853.jar Installing: bundle-b1854.jar Installing: bundle-b1855.jar Installing: bundle-b1856.jar Installing: bundle-b1857.jar Installing: bundle-b1858.jar Installing: bundle-b1859.jar Installing: bundle-b1860.jar Installing: bundle-b1861.jar Installing: bundle-b1862.jar Installing: bundle-b1863.jar Installing: bundle-b1864.jar Installing: bundle-b1865.jar Installing: bundle-b1866.jar Installing: bundle-b1867.jar Installing: bundle-b1868.jar Installing: bundle-b1869.jar Installing: bundle-b1870.jar Installing: bundle-b1871.jar Installing: bundle-b1872.jar Installing: bundle-b1873.jar Installing: bundle-b1874.jar Installing: bundle-b1875.jar Installing: bundle-b1876.jar Installing: bundle-b1877.jar Installing: bundle-b1878.jar Installing: bundle-b1879.jar Installing: bundle-b1880.jar Installing: bundle-b1881.jar Installing: bundle-b1882.jar Installing: bundle-b1883.jar Installing: bundle-b1884.jar Installing: bundle-b1885.jar Installing: bundle-b1886.jar Installing: bundle-b1887.jar Installing: bundle-b1888.jar Installing: bundle-b1889.jar Installing: bundle-b1890.jar Installing: bundle-b1891.jar Installing: bundle-b1892.jar Installing: bundle-b1893.jar Installing: bundle-b1894.jar Installing: bundle-b1895.jar Installing: bundle-b1896.jar Installing: bundle-b1897.jar Installing: bundle-b1898.jar Installing: bundle-b1899.jar Installing: bundle-b1900.jar Installing: bundle-b1901.jar Installing: bundle-b1902.jar Installing: bundle-b1903.jar Installing: bundle-b1904.jar Installing: bundle-b1905.jar Installing: bundle-b1906.jar Installing: bundle-b1907.jar Installing: bundle-b1908.jar Installing: bundle-b1909.jar Installing: bundle-b1910.jar Installing: bundle-b1911.jar Installing: bundle-b1912.jar Installing: bundle-b1913.jar Installing: bundle-b1914.jar Installing: bundle-b1915.jar Installing: bundle-b1916.jar Installing: bundle-b1917.jar Installing: bundle-b1918.jar Installing: bundle-b1919.jar Installing: bundle-b1920.jar Installing: bundle-b1921.jar Installing: bundle-b1922.jar Installing: bundle-b1923.jar Installing: bundle-b1924.jar Installing: bundle-b1925.jar Installing: bundle-b1926.jar Installing: bundle-b1927.jar Installing: bundle-b1928.jar Installing: bundle-b1929.jar Installing: bundle-b1930.jar Installing: bundle-b1931.jar Installing: bundle-b1932.jar Installing: bundle-b1933.jar Installing: bundle-b1934.jar Installing: bundle-b1935.jar Installing: bundle-b1936.jar Installing: bundle-b1937.jar Installing: bundle-b1938.jar Installing: bundle-b1939.jar Installing: bundle-b1940.jar Installing: bundle-b1941.jar Installing: bundle-b1942.jar Installing: bundle-b1943.jar Installing: bundle-b1944.jar Installing: bundle-b1945.jar Installing: bundle-b1946.jar Installing: bundle-b1947.jar Installing: bundle-b1948.jar Installing: bundle-b1949.jar Installing: bundle-b1950.jar Installing: bundle-b1951.jar Installing: bundle-b1952.jar Installing: bundle-b1953.jar Installing: bundle-b1954.jar Installing: bundle-b1955.jar Installing: bundle-b1956.jar Installing: bundle-b1957.jar Installing: bundle-b1958.jar Installing: bundle-b1959.jar Installing: bundle-b1960.jar Installing: bundle-b1961.jar Installing: bundle-b1962.jar Installing: bundle-b1963.jar Installing: bundle-b1964.jar Installing: bundle-b1965.jar Installing: bundle-b1966.jar Installing: bundle-b1967.jar Installing: bundle-b1968.jar Installing: bundle-b1969.jar Installing: bundle-b1970.jar Installing: bundle-b1971.jar Installing: bundle-b1972.jar Installing: bundle-b1973.jar Installing: bundle-b1974.jar Installing: bundle-b1975.jar Installing: bundle-b1976.jar Installing: bundle-b1977.jar Installing: bundle-b1978.jar Installing: bundle-b1979.jar Installing: bundle-b1980.jar Installing: bundle-b1981.jar Installing: bundle-b1982.jar Installing: bundle-b1983.jar Installing: bundle-b1984.jar Installing: bundle-b1985.jar Installing: bundle-b1986.jar Installing: bundle-b1987.jar Installing: bundle-b1988.jar Installing: bundle-b1989.jar Installing: bundle-b1990.jar Installing: bundle-b1991.jar Installing: bundle-b1992.jar Installing: bundle-b1993.jar Installing: bundle-b1994.jar Installing: bundle-b1995.jar Installing: bundle-b1996.jar Installing: bundle-b1997.jar Installing: bundle-b1998.jar Installing: bundle-b1999.jar Time to resolve: 9714 SchemaFactory with TCCL: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory !SESSION 2021-09-02 16:13:27.910 ----------------------------------------------- eclipse.buildId=unknown java.version=11.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US !ENTRY org.eclipse.osgi 2 0 2021-09-02 16:13:27.910 !MESSAGE The property 'osgi.configuration.area' with the value '/home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/104/data/testOverrideEquinoxConfigAreaProp-override' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/104/data/testOverrideEquinoxConfigAreaProp'. !STACK 0 java.lang.IllegalArgumentException: The property 'osgi.configuration.area' with the value '/home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/104/data/testOverrideEquinoxConfigAreaProp-override' is being overriden by the OSGi standard configuration property 'org.osgi.framework.storage' with the value '/home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/104/data/testOverrideEquinoxConfigAreaProp'. at org.eclipse.osgi.internal.location.EquinoxLocations.(EquinoxLocations.java:87) at org.eclipse.osgi.internal.framework.EquinoxConfiguration.(EquinoxConfiguration.java:562) 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:2713) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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 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.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195) at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:150) at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:124) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 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:401) 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:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) Start time: 18 Stop time: 21 about to start thread about to join the thread about to load Class1 loaded Class1 30019 after joining thread osgi.lazystart.d.DTest@31c75f57 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. Starting bundle Test2!! Security manager: org.eclipse.osgi.internal.permadmin.EquinoxSecurityManager@23707cd9 Stopping bundle Test2!! Starting bundle Test2!! Security manager: org.eclipse.osgi.internal.permadmin.EquinoxSecurityManager@9ec96d1 Stopping bundle Test2!! Tests run: 1175, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 472.144 s - in org.eclipse.osgi.tests.AutomatedTests testOptionalSubstituted Time elapsed: 0.005 s testPersistence Time elapsed: 0.007 s testUpdateCollision01 Time elapsed: 0.004 s testUpdateCollision02 Time elapsed: 0.001 s testUpdateCollision03 Time elapsed: 0.001 s testModuleWiringLookup Time elapsed: 0.021 s testDisableStartOnResolve Time elapsed: 0.004 s testStartDeadLock Time elapsed: 2.037 s testResolveDeadlock Time elapsed: 6.005 s testCompatProvidePackage Time elapsed: 0.001 s testCompatOptional Time elapsed: 0.001 s testDynamicImportMiss01 Time elapsed: 0.003 s testSubstitutionWithMoreThan2Providers Time elapsed: 0.041 s testEventsStartRefresh Time elapsed: 0.003 s testUnresolvedHostWithFragmentCycle Time elapsed: 0.002 s testSystemBundleFragmentsWithNonEffectiveCapsReqs Time elapsed: 0.002 s testUses1 Time elapsed: 0.002 s testUses2 Time elapsed: 0.001 s testUses3 Time elapsed: 0.001 s testUses4 Time elapsed: 0.002 s testExecutionEnvironment Time elapsed: 0.001 s testSystemBundleOnDemandFragments Time elapsed: 0 s testModuleIDSetting Time elapsed: 0.001 s testSubstitutableExportBatch Time elapsed: 0.001 s testNativeWithFilterChars Time elapsed: 0.001 s testModuleContainerCreate Time elapsed: 0 s testCompatSingleton Time elapsed: 0.001 s testR3 Time elapsed: 0.001 s testSystemBundleFragmentsPackageImport Time elapsed: 0 s testMultipleSystemBundleFragmentsWithSameName Time elapsed: 0.002 s testStartLevelDeadlock Time elapsed: 6.002 s testSettings01 Time elapsed: 0.003 s testMultiHostFragmentWithOverlapImport Time elapsed: 0.002 s testEventsStartLevelBeginningAt100 Time elapsed: 0.002 s testMultiHost Time elapsed: 0.001 s testUsesTimeout Time elapsed: 1.978 s testSystemBundleFragmentsNonPayloadRequirements Time elapsed: 0.001 s testUsesWithRequireReexport Time elapsed: 0.001 s testSubstitutableExport Time elapsed: 0.001 s testDynamicWithExport Time elapsed: 0 s testInvalidAttributes Time elapsed: 0.001 s testUses5Importer Time elapsed: 0.001 s testTimestampSeeding Time elapsed: 0.202 s testEventsResolved Time elapsed: 0.001 s testUses5Requirer Time elapsed: 0.001 s testSimpleUnResolveable Time elapsed: 0.001 s testBadNativeCode Time elapsed: 0 s testModuleWiringToString Time elapsed: 0 s testBug457118 Time elapsed: 0.001 s testSystemBundleFragmentRequiresOtherFragmentFailResolution Time elapsed: 0.001 s testBug483849 Time elapsed: 0.001 s testRemovalPending Time elapsed: 0.003 s testRequireBundleUses Time elapsed: 0.001 s testDynamicImport01 Time elapsed: 0.001 s testDynamicImport02 Time elapsed: 0.001 s testDynamicImport03 Time elapsed: 0.002 s testDynamicImport04 Time elapsed: 0.001 s testDynamicImport05 Time elapsed: 0.001 s testDynamicImport06 Time elapsed: 0.001 s testDynamicImport07 Time elapsed: 0 s testDynamicImport08 Time elapsed: 0 s testCompatReprovide Time elapsed: 0.001 s testEventsStart Time elapsed: 0.001 s testSubstitutableExports01 Time elapsed: 0.001 s testSubstitutableExports02 Time elapsed: 0 s testSubstitutableExports03 Time elapsed: 0 s testSubstitutableExports04 Time elapsed: 0.001 s testEventsStartLevelBeginningAt1 Time elapsed: 0.002 s testMultiCardinalityUses Time elapsed: 0.004 s testSplitPackageUses01 Time elapsed: 0.002 s testInstallCollision01 Time elapsed: 0 s testInstallCollision02 Time elapsed: 0 s testStoreInvalidAttributes Time elapsed: 0.002 s testFragments01 Time elapsed: 0.001 s testFragments02 Time elapsed: 0.001 s testStaticSubstituted Time elapsed: 0 s testMissingHost Time elapsed: 0.001 s testSystemBundleFragmentRequiresOtherFragment Time elapsed: 0.001 s testSimpleResolve Time elapsed: 0 s testSystemBundleFragmentsWithPayloadRequirements Time elapsed: 0 s testStartOnResolve Time elapsed: 0.001 s testUTF8LineContinuation Time elapsed: 0.08 s testEventsRefresh Time elapsed: 0.002 s testUses6FragConflicts Time elapsed: 0.001 s testCycleBug570984 Time elapsed: 0.001 s testAliasBundleNameReport Time elapsed: 0 s testUses5ReqCap Time elapsed: 0.001 s testDynamicWithOptionalImport Time elapsed: 0.001 s testLazy01 Time elapsed: 0.001 s testUses1Dynamic Time elapsed: 0.001 s testPlatformFilter01 Time elapsed: 0 s testPlatformFilter02 Time elapsed: 0 s testRecurseResolutionPermits Time elapsed: 0.002 s testSingleton01 Time elapsed: 0.001 s testSingleton02 Time elapsed: 0.001 s testSingleton03 Time elapsed: 0 s testSingleton04 Time elapsed: 0.001 s testEventsInstall Time elapsed: 0.001 s testResolutionReportListenerModule Time elapsed: 0 s testResolutionReportEntrySingletonSelectionLowestVersionResolved Time elapsed: 0 s testResolutionReportEntrySingletonSelectionNoneResolved Time elapsed: 0.001 s testResolutionReportEntryFilteredByResolverHook Time elapsed: 0 s testResolutionReportListenerService Time elapsed: 0.002 s testResolutionReportEntryMissingCapability Time elapsed: 0 s testResolutionReportEntrySingletonSelectionHighestVersionResolved Time elapsed: 0 s testResolutionReportEntryUnresolvedProvider01 Time elapsed: 0.001 s testResolutionReportEntryUnresolvedProvider02 Time elapsed: 0.001 s testMultipleExecutionEnvironments Time elapsed: 0.001 s testOutOfOrderNamespace Time elapsed: 0.001 s testGetList Time elapsed: 0.001 s testCreateBuilder Time elapsed: 0 s testCreateEmptyList Time elapsed: 0 s testIsEmpty Time elapsed: 0 s testRemoveNamespaceIf_NamespaceMatches Time elapsed: 0.001 s testRemoveAll_multipleElementsInMultipleNamsespacesAndSomeNotPresent Time elapsed: 0 s testAddAllFilteredAfterLastMatch_matchUpUntilTheMiddle Time elapsed: 0.001 s testIteratorRemove_RemoveAllElements Time elapsed: 0 s testIteratorRemove_removeOneElement Time elapsed: 0 s testAddAllFilteredAfterLastMatch_emptyNamespaceList Time elapsed: 0 s testRemoveAll_listOfAllElementsInBuilder Time elapsed: 0.001 s testTransformIntoCopy_emptyBuilder Time elapsed: 0 s testRemoveIf_multipleMatches Time elapsed: 0 s testBuild_subsequentModificationOfBuilder Time elapsed: 0 s testRemoveIf_noMatches Time elapsed: 0 s testAddAllFilteredAfterLastMatch_noMatch Time elapsed: 0.001 s testRemove_elementNotContainedInNamespaceList Time elapsed: 0 s testAddAllFiltered_notEmptyBuilder Time elapsed: 0 s testClear Time elapsed: 0 s testIteratorsElementSequence_empty Time elapsed: 0 s testTransformIntoCopy_notEmptyBuilder Time elapsed: 0 s testAdd_multipleElements Time elapsed: 0 s testRemoveNamespaceIf_NamespaceMatchesExpunging Time elapsed: 0 s testIteratorRemove_NextNotCalled_IllegalStateException Time elapsed: 0.001 s testAddAll_namespaceList Time elapsed: 0 s testRemoveElementsOfNamespaceIf_noMatch Time elapsed: 0 s testIteratorsElementSequence_oneNamespace Time elapsed: 0 s testBuild_notEmptyBuilder Time elapsed: 0 s testRemoveElementsOfNamespaceIf_allElementsOfNamespaceMatch Time elapsed: 0.001 s testBuild_emptyBuilder Time elapsed: 0 s testRemoveElementsOfNamespaceIf_multipleMatches Time elapsed: 0 s testRemoveNamespaceIf_NoNamespaceMatches Time elapsed: 0 s testRemove_emptyBuilder Time elapsed: 0 s testAddAll_emptyNamespaceList Time elapsed: 0 s testIteratorsElementSequence_iterationBeyoundEndOfEmptyBuilder_NoSuchElementException Time elapsed: 0.001 s testAddAll_namespaceSortedList Time elapsed: 0 s testRemove_argumentOfOtherClass Time elapsed: 0 s testRemoveAll_emptyBuilder Time elapsed: 0 s testGetNamespaceElements_notContainedNamespace Time elapsed: 0 s testRemove_elementWithNotPresentNamespace Time elapsed: 0 s testAddAllFilteredAfterLastMatch_allElementsMatches Time elapsed: 0.001 s testAddAllFiltered_emptyBuilder Time elapsed: 0 s testRemove_onlyElementOfNamspace Time elapsed: 0 s testAdd_singleElement Time elapsed: 0 s testAddAll_builderArgument Time elapsed: 0 s testIteratorsElementSequence_multipleNamespace Time elapsed: 0 s testRemoveElementsOfNamespaceIf_allElementsMatch Time elapsed: 0 s testGetNamespaceElements_contaiendNamespace Time elapsed: 0.001 s testAddAllFiltered_allElementsOfNewNamespaceFiltered Time elapsed: 0 s testIteratorRemove_RemoveTwice_IllegalStateException Time elapsed: 0 s testRemoveIf_allMatches Time elapsed: 0 s testCreate Time elapsed: 0 s testRemoveAll_multipleElementsInMultipleNamsespaces Time elapsed: 0.001 s testRemove_elementIsOneOfMultipleOfNamespace Time elapsed: 0 s testGetNamespaceElements_nullNamespace Time elapsed: 0 s testRemoveAll_emptyList Time elapsed: 0 s testIteratorsElementSequence_iterationBeyoundEnd_NoSuchElementException Time elapsed: 0 s testRemoveAll_argumentListOfOtherClass Time elapsed: 0 s testRemoveElementsOfNamespaceIf_namespaceNotPresent Time elapsed: 0.001 s testAddAll_randomlySortedList Time elapsed: 0 s testAddAll_emptyList Time elapsed: 0 s testGetProvidedResourceWires_isModifiable Time elapsed: 0.001 s testGetModuleCapabilities_isUnmodifiable Time elapsed: 0.001 s testGetRequirements_isModifiable Time elapsed: 0 s testGetResourceCapabilities_isModifiable Time elapsed: 0.001 s testGetProvidedModuleWires_isUnmodifiable Time elapsed: 0 s testGetModuleRequirements_isUnmodifiable Time elapsed: 0 s testGetRequiredWires_isModifiable Time elapsed: 0 s testGetRequiredResourceWires_isModifiable Time elapsed: 0 s testGetRequiredModuleWires_isUnmodifiable Time elapsed: 0.001 s testGetResourceRequirements_isModifiable Time elapsed: 0 s testGetProvidedWires_isModifiable Time elapsed: 0 s testGetCapabilities_isModifiable Time elapsed: 0.001 s testBundleNotDiscardedWhenClasspathStorageHookValidates Time elapsed: 0.235 s testAdaptModuleRevisionBuilder Time elapsed: 0.209 s testDeletingGenerationCalledUpdate Time elapsed: 0.19 s testHandleContent Time elapsed: 0.172 s testWrongStorageHookFactoryClassOnFrameworkRestart Time elapsed: 0.169 s testBundleDiscardedWhenClasspathStorageHookInvalidates Time elapsed: 0.207 s testFrameworkUtilHelper Time elapsed: 0.156 s testNullStorageHook Time elapsed: 0.199 s testDeletingGenerationCalledOnDiscard Time elapsed: 0.165 s testCleanOnFailLoad Time elapsed: 0.223 s testWrongStorageHookFactoryClassOnBundleInstall Time elapsed: 0.158 s testDeletingGenerationCalledUninstall Time elapsed: 0.159 s testWrongStorageHookFactoryClassOnBundleUpdate Time elapsed: 0.201 s testRecursionFromClassLoadingHookNotSupported Time elapsed: 0.163 s testFilterClassPaths Time elapsed: 0.164 s testRejectTransformationFromWeavingHook Time elapsed: 0.184 s testRecursionFromClassLoadingHookIsSupported Time elapsed: 0.171 s testPreventResourceLoadFromClassLoadingHook Time elapsed: 0.158 s testRejectTransformationFromClassLoadingHook Time elapsed: 0.189 s testGetResourceURL Time elapsed: 0.151 s testContextClassLoaderNullLocal Time elapsed: 0.188 s testDevClassPathWithExtension Time elapsed: 0.181 s testEmbeddedURLHandler Time elapsed: 0.222 s testFrameworkClassLoaderWithNewURI Time elapsed: 0.174 s testActivatorOrder Time elapsed: 0.174 s testDevClassPathWithExtension Time elapsed: 0.145 s testInstall2SingletonBundles Time elapsed: 0.029 s testInstallLocationWithUnderscores Time elapsed: 0.001 s testInstallBundleWithExtensionOnly Time elapsed: 0.001 s testStartError01 Time elapsed: 0.002 s testStartError02 Time elapsed: 0.004 s testInstallBundleWithExtensionAndExtensionPoint Time elapsed: 0.001 s testInstallLocationWithSpaces Time elapsed: 0.001 s testUnsupportedOperation01 Time elapsed: 0.001 s testInstall2NonSingletonBundles Time elapsed: 0.004 s testInstallNoVersionManifest01 Time elapsed: 0.001 s testInstallBundleWithExtensionPointOnly Time elapsed: 0.001 s testInstallInvalidManifest02 Time elapsed: 0.001 s testInstallInvalidManifest03 Time elapsed: 0.001 s testInstallInvalidManifest04 Time elapsed: 0.001 s testInstallInvalidManifest05 Time elapsed: 0.001 s testAIX Time elapsed: 0 s testQNX Time elapsed: 0 s testZSeries Time elapsed: 0 s testLinux Time elapsed: 0 s testHPUX Time elapsed: 0 s testISeries Time elapsed: 0 s testWindows Time elapsed: 0 s testMacOSX Time elapsed: 0 s testSolaris Time elapsed: 0 s testColonOnPath Time elapsed: 0.001 s testThreeLetterValidLanguage Time elapsed: 0 s testInvalidThreeLetterCountry Time elapsed: 0 s testValidCountryVariant Time elapsed: 0 s testValidLanguage Time elapsed: 0 s testValidLanguageVariant Time elapsed: 0 s testValidVariant Time elapsed: 0 s testValidNumericAreaCode Time elapsed: 0 s testValidLanguageCountry Time elapsed: 0.001 s testInvalidOneLetterLanguage Time elapsed: 0 s testValidCountry Time elapsed: 0 s testInvalidLanguage Time elapsed: 0 s testValidLanguageCountryVariant Time elapsed: 0 s testInvalidOneLetterCountry Time elapsed: 0 s testSubstitutableExports001 Time elapsed: 0.024 s testSubstitutableExports002 Time elapsed: 0.002 s testSubstitutableExports003 Time elapsed: 0.001 s testSubstitutableExports004 Time elapsed: 0.002 s testSubstitutableExports005 Time elapsed: 0.003 s testSubstitutableExports006 Time elapsed: 0.004 s testSubstitutableExports007 Time elapsed: 0.001 s testSubstitutableExports008 Time elapsed: 0.001 s testSubstitutableExports009 Time elapsed: 0.001 s testSubstitutableExports010 Time elapsed: 0.001 s testSubstitutableExports011 Time elapsed: 0.002 s testSubstitutableExports012 Time elapsed: 0.022 s testSubstitutableExports013 Time elapsed: 0.002 s testSubstitutableExports014 Time elapsed: 0.004 s testSubstitutableExports015 Time elapsed: 0.003 s testSubstitutableExports016 Time elapsed: 0.001 s testSubstitutableExports017 Time elapsed: 0.002 s testSubstitutableExports018 Time elapsed: 0.002 s testSubstitutableExports019 Time elapsed: 0.001 s testSubstitutableExports020 Time elapsed: 0.001 s testSubstitutableExports021 Time elapsed: 0.001 s testSubstitutableExports022 Time elapsed: 0.001 s testSubstitutableExports023 Time elapsed: 0.001 s testSubstitutableExports024 Time elapsed: 0.001 s testSubstitutableExports025 Time elapsed: 0.001 s testDisabledInfo01 Time elapsed: 0 s testDisabledInfo02 Time elapsed: 0.001 s testDisabledInfo03 Time elapsed: 0.009 s testDisabledInfo04 Time elapsed: 0 s testBug251427 Time elapsed: 0 s testCache Time elapsed: 0.002 s testClone Time elapsed: 0 s testGenericsBasics Time elapsed: 0.001 s testBug184127 Time elapsed: 0.005 s testBug205270 Time elapsed: 0.001 s testBug241128_01 Time elapsed: 0 s testBug241128_02 Time elapsed: 0.001 s testBug241128_03 Time elapsed: 0 s testBug241128_04 Time elapsed: 0 s testSelectionPolicy Time elapsed: 0 s testFragmentsBug188199 Time elapsed: 0.001 s testPlatformProperties01 Time elapsed: 0.002 s testPlatformProperties02 Time elapsed: 0 s testPlatformProperties03 Time elapsed: 0.001 s testPlatformProperties04 Time elapsed: 0 s testLinkageChange Time elapsed: 0.001 s testSingletonsSelection1 Time elapsed: 0.001 s testSingletonsSelection2 Time elapsed: 0 s testSingletonsSelection3 Time elapsed: 0.001 s testSingletonsSelection4 Time elapsed: 0.001 s testSingletonsSelection5 Time elapsed: 0.001 s testSingletonsSelection6 Time elapsed: 0 s testSingletonsSelection7 Time elapsed: 0.001 s testReinstall Time elapsed: 0 s testPlatformPropertiesBug207500a Time elapsed: 0.005 s testPlatformPropertiesBug207500b Time elapsed: 0 s testNativeCodeResolution01 Time elapsed: 0 s testNativeCodeResolution02 Time elapsed: 0.001 s testNativeCodeResolution03 Time elapsed: 0 s testNativeCodeResolution04 Time elapsed: 0 s testNativeCodeResolution05 Time elapsed: 0 s testNativeCodeResolution06 Time elapsed: 0 s testPlatformPropertiesBug246640a Time elapsed: 0.001 s testPlatformPropertiesBug246640b Time elapsed: 0 s testEECapabilityRequirement1 Time elapsed: 0.002 s testEEBug377510 Time elapsed: 0.001 s testNonSingletonsSameVersion Time elapsed: 0 s testRequirements Time elapsed: 0.006 s testFragmentsMultipleVersion Time elapsed: 0 s testCapabilities Time elapsed: 0.005 s testReresolveBundle Time elapsed: 0 s testBasicResolution Time elapsed: 0 s testRemoveAndAdd Time elapsed: 0.001 s testBug266935_01 Time elapsed: 0 s testBug266935_02 Time elapsed: 0.023 s testBug266935_03 Time elapsed: 0 s testBug266935_04 Time elapsed: 0 s testBug187616 Time elapsed: 0 s testBug217150 Time elapsed: 0 s testBug320124 Time elapsed: 0.001 s testBug324618 Time elapsed: 0 s testBug369880 Time elapsed: 0.001 s testBug376322 Time elapsed: 0.014 s testMultiStateAdd01 Time elapsed: 0.003 s testMultiStateAdd02 Time elapsed: 0 s testMultiStateAdd03 Time elapsed: 0.001 s testSingletons Time elapsed: 0 s testPlatformPropertiesBug188075 Time elapsed: 0.004 s testRemovalPending Time elapsed: 0 s testRequireBundleUses Time elapsed: 0.001 s testComplexResolution Time elapsed: 0 s testCyclicTransitiveUses Time elapsed: 0.001 s testRemoval Time elapsed: 0 s testEECapabilityRequirement Time elapsed: 0.002 s testSingletonsSameVersion Time elapsed: 0 s testFragmentConstraints01 Time elapsed: 0.001 s testFragmentConstraints02 Time elapsed: 0 s testFragmentConstraints03 Time elapsed: 0.001 s testFragmentConstraints04 Time elapsed: 0 s testFragmentConstraints05 Time elapsed: 0.001 s testFragmentConstraints06 Time elapsed: 0 s testFragmentConstraints07 Time elapsed: 0 s testAdd3Resolve1 Time elapsed: 0.001 s testFragmentTransitiveUses Time elapsed: 0 s testTransitiveUses Time elapsed: 0.001 s testMultipleExportsUses01 Time elapsed: 0 s testDependentBundles Time elapsed: 0 s testCycleBug570984 Time elapsed: 0 s testCyclicUsesExportDrop Time elapsed: 0 s testResolveFragmentEE01 Time elapsed: 0.001 s testResolveFragmentEE02 Time elapsed: 0.004 s testRanges Time elapsed: 0.001 s testUpdate Time elapsed: 0 s testFragmentUses01 Time elapsed: 0.001 s testFragmentUses02 Time elapsed: 0 s testPrerequisiteBundle Time elapsed: 0 s testRemovalResolve Time elapsed: 0.001 s testImportJavaPackages Time elapsed: 0 s test185285 Time elapsed: 0 s testCycle1 Time elapsed: 0.001 s testCycle2 Time elapsed: 0 s testCycle3 Time elapsed: 0 s testCycle4 Time elapsed: 0 s testAddition Time elapsed: 0 s testRemoval Time elapsed: 0.001 s testUpdate Time elapsed: 0 s testLowerThan Time elapsed: 0 s testGreaterThan Time elapsed: 0 s testInvertedRange Time elapsed: 0 s testNullMax Time elapsed: 0 s testNullMin Time elapsed: 0 s testSingleVersionRange Time elapsed: 0 s testTest_001 Time elapsed: 0 s testTest_001 Time elapsed: 0 s testTest_001 Time elapsed: 0 s testTest_002 Time elapsed: 0.001 s testTest_003 Time elapsed: 0 s testTest_001 Time elapsed: 0 s testTest_002 Time elapsed: 0.001 s testTest_003 Time elapsed: 0 s testTest_001 Time elapsed: 0 s testTest_002 Time elapsed: 0 s testTest_003 Time elapsed: 0 s testTest_003 Time elapsed: 0 s testTest_005 Time elapsed: 0 s testTest_005 Time elapsed: 0.001 s testTest_001 Time elapsed: 0 s testTest_001 Time elapsed: 0.001 s testTest_002 Time elapsed: 0 s testTest_003 Time elapsed: 0 s testTest_001 Time elapsed: 0.001 s testTest_008 Time elapsed: 0 s testTest_002 Time elapsed: 0 s testTest_002 Time elapsed: 0 s testTest_001 Time elapsed: 0.001 s testTest_001 Time elapsed: 0 s testTest_001 Time elapsed: 0 s testTest_002 Time elapsed: 0.001 s testTest_003 Time elapsed: 0 s testTest_004 Time elapsed: 0 s testTest_005 Time elapsed: 0.001 s testTest_006 Time elapsed: 0 s testTest_007 Time elapsed: 0 s testTest_001 Time elapsed: 0.001 s testTest_002 Time elapsed: 0 s testTest_003 Time elapsed: 0 s testXFriends Time elapsed: 0.001 s testVisiblePackages001 Time elapsed: 0 s testVisiblePackages002 Time elapsed: 0 s testVisiblePackages003 Time elapsed: 0 s testGenericsFrags Time elapsed: 0.001 s testGenericsBasics Time elapsed: 0.001 s testGenericsCycles Time elapsed: 0 s testGenericsIntraFrags Time elapsed: 0 s testGenericsOptionalMultiple Time elapsed: 0.001 s testGenericsUpdate Time elapsed: 0 s testGenericsRefresh Time elapsed: 0.001 s testGenericsAliases Time elapsed: 0 s testGenericsEquinoxEquinox Time elapsed: 0.006 s testGenericsOSGiNameOSGi Time elapsed: 0.006 s testGenericsEquinoxOSGi Time elapsed: 0.005 s testDeclaringIdentityCapability Time elapsed: 0 s testGenericsOSGiNameEquinox Time elapsed: 0.027 s testGenericsOSGiEquinox Time elapsed: 0.005 s testGenericsOSGiNameEquinoxName Time elapsed: 0.005 s testGenericFragments01 Time elapsed: 0.006 s testGenericFragments02 Time elapsed: 0.009 s testOSGiCardinality Time elapsed: 0 s testGenericUses Time elapsed: 0.002 s testOSGiCardinalityUses Time elapsed: 0.001 s testGenericsOSGiOSGi Time elapsed: 0.005 s testDevModeFragment01 Time elapsed: 0.001 s testDevModeGenericCapability Time elapsed: 0 s testDevModeDomino01 Time elapsed: 0 s testDevModeDomino02 Time elapsed: 0 s testDevModeSingleton01 Time elapsed: 0 s testDevModeSingleton02 Time elapsed: 0 s testRegistration01 Time elapsed: 0.001 s testTraceFile01 Time elapsed: 0.003 s testTraceFile02 Time elapsed: 0.002 s testTraceFile03 Time elapsed: 0.003 s testTraceFile04 Time elapsed: 0.002 s testTraceFile05 Time elapsed: 0.001 s testTraceFile06 Time elapsed: 0.001 s testTraceFile07 Time elapsed: 0.001 s testTraceFile08 Time elapsed: 0.001 s testTraceFile09 Time elapsed: 0.001 s testTraceSystemOut Time elapsed: 0.002 s testBooleanValues Time elapsed: 0 s testBatchSetOptionsWhenDisabled Time elapsed: 0.001 s testVerboseDebugging Time elapsed: 0.003 s testIntegerValues Time elapsed: 0 s testSetNullOptions Time elapsed: 0 s testStringValues Time elapsed: 0.001 s testDyanmicEnablement01 Time elapsed: 0 s testDyanmicEnablement02 Time elapsed: 0 s testDyanmicEnablement03 Time elapsed: 0 s testDyanmicEnablement04 Time elapsed: 0.001 s testSetOptionsWhenDisabled Time elapsed: 0 s testBatchSetOptionsWhenEnabled Time elapsed: 0 s testTracingEntry01 Time elapsed: 0.001 s testTracingEntry02 Time elapsed: 0 s testLogNullMessage Time elapsed: 0.002 s testLogThrowable Time elapsed: 0.001 s testLogServiceReference Time elapsed: 0 s testLogMessage Time elapsed: 0.001 s testNullLogServiceReference Time elapsed: 0.001 s testLogWarning Time elapsed: 0 s testLogDebug Time elapsed: 0.001 s testLogError Time elapsed: 0.001 s testLogFull1 Time elapsed: 0 s testLogFull2 Time elapsed: 0.001 s testLogFull3 Time elapsed: 0 s testLogFull4 Time elapsed: 0 s testLogNull1 Time elapsed: 0.001 s testLogNull2 Time elapsed: 0 s testLogNull3 Time elapsed: 0.001 s testLogNull4 Time elapsed: 0.001 s testLogNegativeLevel Time elapsed: 0 s testLogInfo Time elapsed: 0.001 s testLogNullThrowable Time elapsed: 0 s testServiceEventLog Time elapsed: 0.001 s testLogServiceReferenceWithNullThrowable Time elapsed: 0.001 s testaddListener Time elapsed: 0.02 s testLogEntry Time elapsed: 0.002 s testLoggerContextSetLogLevelsWithBundleInstalledAndNoLogger Time elapsed: 0.011 s testBadListener Time elapsed: 0.002 s testLogServiceEventInfo Time elapsed: 0.002 s testLoggerContextSetLogLevelsWithoutBundleAndLogger Time elapsed: 0.014 s testLogBundleEventInfo Time elapsed: 0.006 s testLogBundleEventSynchronous Time elapsed: 0.007 s testLogHistory1 Time elapsed: 0.014 s testLogHistory2 Time elapsed: 0.011 s testaddNullListener Time elapsed: 0.031 s testaddListenerTwice Time elapsed: 0.001 s testLogFrameworkEventType Time elapsed: 0.003 s testLogServiceEventDebug Time elapsed: 0.002 s testBundleEventsLogged Time elapsed: 0.023 s testLoggerContextSetLogLevelsWithBundleInstalledAndLogger Time elapsed: 0.011 s testLogFrameworkEvent Time elapsed: 0.005 s testImplies Time elapsed: 0 s testLogContextWithNullThrowable Time elapsed: 0.001 s testLogContext Time elapsed: 0 s testIsLoggableTrue Time elapsed: 0 s testNotIsLoggableWithNoListener Time elapsed: 0.001 s testLoggerIsLoggableTrue Time elapsed: 0 s testNamedLoggerLogFull Time elapsed: 0.001 s testNamedLoggerLogNull Time elapsed: 0 s testNullLoggerLogNull Time elapsed: 0.001 s testNullLogContext Time elapsed: 0 s testNotIsLoggableWithListener Time elapsed: 0 s testLoggerNotIsLoggableWithListener Time elapsed: 0 s testNamedLoggerLogFullWithBundle Time elapsed: 0.001 s testNamedLoggerLogFullWithNullBundle Time elapsed: 0 s testExtendedLogEntry Time elapsed: 0.001 s testaddNullListener Time elapsed: 0.001 s testaddFilteredListenerTwice Time elapsed: 0 s testSynchronousLogListener Time elapsed: 0.001 s testaddNullFilterr Time elapsed: 0 s testaddFilteredListener Time elapsed: 0.001 s testBadFilter Time elapsed: 0.001 s testInputStreamEquality Time elapsed: 0.11 s findTrustAnchor positive test: self signed trusted Time elapsed: 0.001 s findTrustAnchor positive test: chain with root trusted Time elapsed: 0.001 s findTrustAnchor positive test: chain with intermediate trusted Time elapsed: 0.001 s findTrustAnchor positive test: chain with leaf trusted Time elapsed: 0 s findTrustAnchor negative test: untrusted self signed Time elapsed: 0.001 s findTrustAnchor negative test: untrusted chain Time elapsed: 0.001 s findTrustAnchor negative test: invalid chain Time elapsed: 0 s findTrustAnchor negative test: incomplete-able chain Time elapsed: 0.001 s findTrustAnchor negative test: null chain Time elapsed: 0 s addTrustAnchor positive test: add with alias Time elapsed: 0.001 s addTrustAnchor negative test: null cert specified Time elapsed: 0 s addTrustAnchor negative test: existing cert specified Time elapsed: 0.001 s addTrustAnchor negative test: existing alias specified Time elapsed: 0 s removeTrustAnchor positive test: remove by alias Time elapsed: 0.001 s removeTrustAnchor positive test: remove by cert Time elapsed: 0.001 s removeTrustAnchor negative test: cert not found Time elapsed: 0 s removeTrustAnchor negative test: by alias not found Time elapsed: 0 s removeTrustAnchor negative test: remove by null alias Time elapsed: 0 s removeTrustAnchor negative test: remove by null certificate Time elapsed: 0 s getTrustAnchor positive test: get by alias Time elapsed: 0.001 s getTrustAnchor negative test: get by null alias Time elapsed: 0 s getTrustAnchor negative test: does not exist Time elapsed: 0 s getAliases positive test: get the alias list Time elapsed: 0 s testBug236329_01 Time elapsed: 0 s testBug228427_01 Time elapsed: 0 s testBug228427_02 Time elapsed: 0 s testBug228427_03 Time elapsed: 0 s testBug228427_04 Time elapsed: 0 s testSignedContentJava16 Time elapsed: 0 s testSignedContent01 Time elapsed: 0 s testSignedContent02 Time elapsed: 0 s testSignedContent03 Time elapsed: 0 s testSignedContent04 Time elapsed: 0 s testSignedContent05 Time elapsed: 0 s testSignedContent06 Time elapsed: 0 s testSignedContent07 Time elapsed: 0 s testSignedContent08 Time elapsed: 0 s testSignedContent09 Time elapsed: 0 s testSignedContent10 Time elapsed: 0 s testSignedContent11 Time elapsed: 0 s testSignedContent12 Time elapsed: 0 s testSignedContent13 Time elapsed: 0 s testSignedContent14 Time elapsed: 0 s testSignedContent15 Time elapsed: 0 s testSignedContent16 Time elapsed: 0 s testBug252098 Time elapsed: 0.001 s testBug378155 Time elapsed: 0 s testSignedContent07a Time elapsed: 0 s testBug434711 Time elapsed: 0 s testBug225090_01 Time elapsed: 0 s testBug225090_02 Time elapsed: 0 s test489686 Time elapsed: 0 s testBug236329_01 Time elapsed: 0.002 s testBug228427_01 Time elapsed: 0.024 s testBug228427_02 Time elapsed: 0.002 s testBug228427_03 Time elapsed: 0.002 s testBug228427_04 Time elapsed: 0.001 s testSignedContentJava16 Time elapsed: 0.004 s testSignedContent01 Time elapsed: 0.001 s testSignedContent02 Time elapsed: 0.017 s testSignedContent03 Time elapsed: 0.006 s testSignedContent04 Time elapsed: 0.003 s testSignedContent05 Time elapsed: 0.004 s testSignedContent06 Time elapsed: 0.006 s testSignedContent07 Time elapsed: 0.003 s testSignedContent08 Time elapsed: 0.004 s testSignedContent09 Time elapsed: 0.001 s testSignedContent10 Time elapsed: 0.001 s testSignedContent11 Time elapsed: 0.003 s testSignedContent12 Time elapsed: 0.002 s testSignedContent13 Time elapsed: 0.003 s testSignedContent14 Time elapsed: 0.002 s testSignedContent15 Time elapsed: 0.003 s testSignedContent16 Time elapsed: 0.002 s testBug252098 Time elapsed: 0.004 s testBug378155 Time elapsed: 0.015 s testSignedContent07a Time elapsed: 0.002 s testBug434711 Time elapsed: 0.003 s testBug225090_01 Time elapsed: 0.001 s testBug225090_02 Time elapsed: 0.001 s test489686 Time elapsed: 0.045 s testAdminPermission01 Time elapsed: 0.004 s testAdminPermission02 Time elapsed: 0.003 s testAdminPermission03 Time elapsed: 0.002 s testAdminPermission04 Time elapsed: 0.005 s testAdminPermission05 Time elapsed: 0.003 s testAdminPermission06 Time elapsed: 0.002 s testAdminPermission07 Time elapsed: 0.003 s testAdminPermission08 Time elapsed: 0.003 s testAdminPermission09 Time elapsed: 0.002 s testAdminPermission10 Time elapsed: 0.003 s testAdminPermission11 Time elapsed: 0.002 s testBundleSignerCondition01 Time elapsed: 0.002 s testBundleSignerCondition02 Time elapsed: 0.002 s testBundleSignerCondition03 Time elapsed: 0.004 s testBundleSignerCondition04 Time elapsed: 0.002 s testBundleSignerCondition05 Time elapsed: 0.003 s testBundleSignerCondition06 Time elapsed: 0.002 s testBundleSignerCondition07 Time elapsed: 0.002 s testBundleSignerCondition08 Time elapsed: 0.003 s testBundleSignerCondition09 Time elapsed: 0.002 s testBundleSignerCondition10 Time elapsed: 0.003 s testBundleSignerCondition11 Time elapsed: 0.002 s testBundleSignerCondition12 Time elapsed: 0.002 s testSimpleApp Time elapsed: 0 s testInvalidArgs Time elapsed: 0 s testAsyncValue01 Time elapsed: 4.943 s testAsyncValue02 Time elapsed: 0 s testAsyncValue03 Time elapsed: 4.941 s testAsyncValue04 Time elapsed: 0.901 s testAsyncValue05 Time elapsed: 0 s testAsyncValue06 Time elapsed: 4.91 s testExitValue01 Time elapsed: 4.905 s testExitValue02 Time elapsed: 4.92 s testExitValue03 Time elapsed: 4.908 s testExitValue04 Time elapsed: 0.939 s testExitValue05 Time elapsed: 0 s testExitValue06 Time elapsed: 0.036 s testExitValue07 Time elapsed: 4.926 s testExitValue08 Time elapsed: 0 s testExitValue09 Time elapsed: 4.931 s testExitValue10 Time elapsed: 4.931 s testGlobalSingleton Time elapsed: 0 s testCardinality01 Time elapsed: 0 s testCardinality02 Time elapsed: 0 s testMainThreaded01 Time elapsed: 0 s testMainThreaded02 Time elapsed: 0 s testHandleEvents01 Time elapsed: 0 s testDescriptorEvents01 Time elapsed: 0.126 s testPersistentLock01 Time elapsed: 0 s testPersistentLock02 Time elapsed: 0 s testPersistentLock03 Time elapsed: 0 s testPersistentSchedule01 Time elapsed: 0 s testPersistentSchedule02 Time elapsed: 29.862 s testPersistentSchedule03 Time elapsed: 0 s testPersistentSchedule04 Time elapsed: 0 s testPersistentSchedule05 Time elapsed: 120.892 s testPersistentSchedule06 Time elapsed: 0 s testPersistentSchedule07 Time elapsed: 0 s testPersistentSchedule08 Time elapsed: 0 s testFailedApplication01 Time elapsed: 0 s testDestroyBeforeStart01 Time elapsed: 1.953 s testDestroyBeforeStart02 Time elapsed: 1.952 s testRelaunch Time elapsed: 0 s testFatalException Time elapsed: 0.002 s testNonFatalException Time elapsed: 0.001 s testFalseCompatBootDelegation Time elapsed: 0 s testDefaultCompatBootDelegation Time elapsed: 0 s testInitializeExtension Time elapsed: 0 s testRemoveExtension Time elapsed: 0 s test0thSession Time elapsed: 0 s test1stSession Time elapsed: 0 s test1stSessionFollowUp Time elapsed: 0 s test2ndSession Time elapsed: 0 s test2ndSessionFollowUp Time elapsed: 0 s test3rdSession Time elapsed: 0 s test3rdSessionFollowUp Time elapsed: 0 s testInitialization Time elapsed: 0 s testMove Time elapsed: 0 s testTakeSnapshot Time elapsed: 0.002 s testAfterMoving Time elapsed: 0 s testVerifySnapshot Time elapsed: 0 s testLockJavaNIO Time elapsed: 0.001 s testSessionFailLockJavaNIO Time elapsed: 0 s testReleaseJavaNIO Time elapsed: 0 s testSessionSuccessLockJavaNIO Time elapsed: 0 s testLockJavaIO Time elapsed: 0 s testSessionFailLockJavaIO Time elapsed: 0 s testReleaseJavaIO Time elapsed: 0 s testSessionSuccessLockJavaIO Time elapsed: 0 s testCreateLocation01 Time elapsed: 0.001 s testCreateLocation02 Time elapsed: 0 s testCreateLocation03 Time elapsed: 0.001 s testCreateLocation04 Time elapsed: 0 s testCreateLocation05 Time elapsed: 0 s testNoDefault Time elapsed: 0.006 s testUNC Time elapsed: 0 s testNone Time elapsed: 0.006 s testSetLocationWithRelLockFile Time elapsed: 0.001 s testUserDir Time elapsed: 0.005 s testLocationDataArea01 Time elapsed: 0.001 s testDebugLogOnGetURL Time elapsed: 0.008 s testUserHome Time elapsed: 0.006 s testSetLocationWithAbsLockFile Time elapsed: 0.001 s testSchemes Time elapsed: 0.005 s testSetLocationWithEmptyLockFile Time elapsed: 0.001 s testSlashes Time elapsed: 0.005 s testAddRemove Time elapsed: 0.006 s testMultipleFileManagers Time elapsed: 0.016 s testReadOnly Time elapsed: 0.005 s testCleanupOnOpen Time elapsed: 0.016 s testCleanupOnSave Time elapsed: 0.013 s testJavaIOLocking Time elapsed: 0 s testExistingVersion Time elapsed: 0.012 s testNotOpen Time elapsed: 0.022 s testRemoveThenAdd Time elapsed: 0.023 s testReliableFile Time elapsed: 5.011 s testAbort Time elapsed: 0.033 s testMigration Time elapsed: 0.016 s testGetOutputStreamSet Time elapsed: 0.035 s testAbortStreamSet Time elapsed: 0.006 s testBigReliableFile Time elapsed: 0.013 s testOtherKeys Time elapsed: 0 s testCommonKeys Time elapsed: 0 s testObjectPool01 Time elapsed: 0.308 s testObjectPool02 Time elapsed: 0.29 s testManifestWithCR Time elapsed: 0 s testManifestWithLF Time elapsed: 0 s testSpacesInValues Time elapsed: 0 s testBug238675_01 Time elapsed: 0 s testBug238675_02 Time elapsed: 0 s testManifestWithCRLF Time elapsed: 0 s testEmptyMessageBug200296 Time elapsed: 0.001 s testRegularWindowsFileName Time elapsed: 0 s testAdditionalStrings Time elapsed: 0 s testAdditionalStringsDeprocess Time elapsed: 0 s testBidiPaths Time elapsed: 0 s testBidiPathsDeprocess Time elapsed: 0 s testBidiPathsWithNullDelimiter Time elapsed: 0 s testBidiStringWithNoDelimiters Time elapsed: 0 s testDoubleProcessOtherStrings Time elapsed: 0 s testDoubleProcessPaths Time elapsed: 0 s testEmptyStringParams Time elapsed: 0 s testEmptyStringParamsDeprocess Time elapsed: 0 s testNullParams Time elapsed: 0 s testNullParamsDeprocess Time elapsed: 0 s testOtherStrings Time elapsed: 0 s testOtherStringsDeprocess Time elapsed: 0 s testOtherStringsWithNullDelimiter Time elapsed: 0 s testEmptyStringParams Time elapsed: 0 s testEmptyStringParamsDeprocess Time elapsed: 0 s testLatinOtherStrings Time elapsed: 0 s testLatinOtherStringsDeprocess Time elapsed: 0 s testLatinOtherStringsWithNoDelimiter Time elapsed: 0 s testLatinPaths Time elapsed: 0 s testLatinPathsDeprocess Time elapsed: 0 s testLatinPathsWithNullDelimiter Time elapsed: 0 s testNullParams Time elapsed: 0 s testNullParamsDeprocess Time elapsed: 0 s testBug251427 Time elapsed: 0 s testSystemBundleContent Time elapsed: 0.058 s testOpenCloseUpdateConnectContent Time elapsed: 0.018 s testTrueCondition Time elapsed: 0.015 s testConnectContentActivatorsWithFrameworkLoaders Time elapsed: 0.021 s testConnectContentManifest Time elapsed: 0.037 s testGetConnectHeaders Time elapsed: 0.02 s testConnectFactoryNoModules Time elapsed: 0.022 s testConnectContentHeaders Time elapsed: 0.032 s testConnectBundleHeaders Time elapsed: 0.056 s testInstallUpdateWithInputStream Time elapsed: 0.062 s testConnectContentActivatorsWithProvidedLoaders Time elapsed: 0.017 s testConnectInit Time elapsed: 0.014 s testConnectActivator Time elapsed: 0.017 s testConnectContentEntriesWithFrameworkLoaders Time elapsed: 0.018 s testJavaExportsConnect Time elapsed: 0.015 s testConnectContentEntriesWithProvidedLoaders Time elapsed: 0.021 s testUnregisterTwiceError Time elapsed: 0.004 s testUnregisterSetPropsError Time elapsed: 0.004 s testUninstallModuleError Time elapsed: 0.001 s testLoadActivatorError Time elapsed: 0.003 s testUninstallContextError Time elapsed: 0.004 s testStartFragmentError Time elapsed: 0.002 s testTrasientStartLevelError Time elapsed: 0.003 s testSystemPackages Time elapsed: 0.03 s testImportPackageCanContainJavaPackages Time elapsed: 0.016 s testExportPackageCannotContainJavaPackages Time elapsed: 0.031 s testMultiRelease11ListResources Time elapsed: 0.037 s testMultiRelease11ClassLoad Time elapsed: 0.017 s testMultiRelease10GetResource Time elapsed: 0.018 s testMultiReleaseBundleDeletedRestart Time elapsed: 0.028 s testMultiRelease10ListResources Time elapsed: 0.017 s testMultiRelease11GetResource Time elapsed: 0.021 s testMultiRelease10ClassLoad Time elapsed: 0.016 s testMultiRelease9ListResources Time elapsed: 0.016 s testMultiRelease9ClassLoad Time elapsed: 0.017 s testMultiRelease8ListResources Time elapsed: 0.015 s testMultiRelease8ClassLoad Time elapsed: 0.019 s testMultiReleaseBundleManifest8 Time elapsed: 0.016 s testMultiReleaseBundleManifest9 Time elapsed: 0.021 s testMultiReleasePreventMetaInfVersionListing Time elapsed: 0.016 s testMultiReleasePreventMetaInfServiceVersions Time elapsed: 0.018 s testMultiRelease8GetResource Time elapsed: 0.018 s testMultiReleasePreventMetaInfResourceURLs Time elapsed: 0.016 s testMultiRelease9GetResource Time elapsed: 0.018 s testMultiReleaseBundleManifestChangeRuntime Time elapsed: 0.145 s testMultiReleaseBundleManifest10 Time elapsed: 0.015 s testMultiReleaseBundleManifest11 Time elapsed: 0.023 s testMultiRelease11GetResources Time elapsed: 0.015 s testMultiRelease9GetResources Time elapsed: 0.016 s testMultiRelease10GetResources Time elapsed: 0.015 s testMultiRelease8GetResources Time elapsed: 0.015 s testImageProducer Time elapsed: 0.001 s testURLHandlerUnregister Time elapsed: 0.004 s testPeriodicPersistence Time elapsed: 6.023 s testNoPersistence Time elapsed: 4.034 s testImmediatePersistence Time elapsed: 0.017 s testCascadeConfigBundleInstall Time elapsed: 0.034 s testCascadeConfigDataArea Time elapsed: 0.035 s testCascadeConfigIni Time elapsed: 0.013 s testDiscardDeletedBundleFile Time elapsed: 0.067 s testNoDiscardOsgiCheckConfigurationFalseOsgiDevSpecified Time elapsed: 0.059 s testNoDiscardOsgiCheckConfigurationUnspecifiedOsgiDevUnspecified Time elapsed: 0.06 s testNoDiscardOsgiCheckConfigurationFalseOsgiDevUnspecified Time elapsed: 0.075 s testDiscardOsgiCheckConfigurationUnspecifiedOsgiDevSpecified Time elapsed: 0.053 s testDiscardOsgiCheckConfigurationTrueOsgiDevUnspecified Time elapsed: 0.048 s testDiscardOsgiCheckConfigurationTrueOsgiDevSpecified Time elapsed: 0.057 s testFrameworkLog Time elapsed: 5.007 s testRuntimeLog Time elapsed: 0.005 s testPluginILog Time elapsed: 0.004 s testLogService Time elapsed: 5.004 s testEventAdminAdapter1 Time elapsed: 0.004 s testEventAdminAdapter2 Time elapsed: 5.002 s testBug347183 Time elapsed: 0.053 s testBug320546_01 Time elapsed: 0.001 s testBug320546_02 Time elapsed: 0.001 s testBug328795 Time elapsed: 0.005 s testBug338081 Time elapsed: 0.002 s testBug395274 Time elapsed: 0.004 s testSpaceCharBundleEntry Time elapsed: 0.002 s testSpaceLocation Time elapsed: 0.035 s testCollisionHook Time elapsed: 0.004 s testInstallWithStream03 Time elapsed: 0.002 s testPercentLocation Time elapsed: 0.016 s testBug290193 Time elapsed: 0.001 s testQuestionMarkLocation Time elapsed: 0.012 s testPlusCharBundleEntry Time elapsed: 0.002 s testPlusLocation Time elapsed: 0.014 s testUpdateNoStream01 Time elapsed: 0.002 s testUpdateNoStream02 Time elapsed: 0.002 s testOctothorpLocation Time elapsed: 0.043 s testInstallWithLocation01 Time elapsed: 0.002 s testInstallWithLocation02 Time elapsed: 0.001 s testEscapeZipRoot Time elapsed: 0.008 s testPercentCharBundleEntry Time elapsed: 0.002 s testUpdateWithStream01 Time elapsed: 0.002 s testUpdateWithStream02 Time elapsed: 0.002 s testInstallWithInterruption Time elapsed: 0.001 s testURLMultiplexing01 Time elapsed: 0.034 s testURLExternalFormat01 Time elapsed: 0.027 s testSystemCapabilitiesBug522125 Time elapsed: 0.173 s testConfigPlusChar Time elapsed: 0.013 s testOSGiDevSetsCheckConfiguration Time elapsed: 0.005 s testZipBundleFileOpenLock Time elapsed: 0.032 s testSystemBundleListener Time elapsed: 0.012 s testSystemNLFragment Time elapsed: 0.008 s testNullConfigurationValue Time elapsed: 0.005 s testExtraSystemBundleHeaders Time elapsed: 0.022 s testCaptureLogEntryLocation Time elapsed: 0.025 s testContextFinderGetResource Time elapsed: 0.026 s testDynamicImportPrivatePackage Time elapsed: 0.014 s testDeleteBundleFile Time elapsed: 0.031 s testConfigPercentChar Time elapsed: 0.013 s testUUID Time elapsed: 0.023 s testBug258209_1 Time elapsed: 1.229 s testConfigSpaceChar Time elapsed: 0.014 s testBug351519RefreshDisabled Time elapsed: 0.017 s testMRUBundleFileListOverflow Time elapsed: 4.539 s testStartLevelRestrictMultiThreadExplicit4 Time elapsed: 3.879 s testSystemBundleLoader Time elapsed: 0.001 s testBug351519RefreshDefault Time elapsed: 0.015 s testNullStorageArea Time elapsed: 0.006 s testInitialBundleUpdate Time elapsed: 0.015 s testWeavingPersistence Time elapsed: 0.028 s testDaemonActiveThread Time elapsed: 0.022 s testMRUBundleFileList Time elapsed: 1.377 s testBug304213 Time elapsed: 0.018 s testBug352275 Time elapsed: 0.012 s testBug375784 Time elapsed: 0.012 s testBug405919 Time elapsed: 0.013 s testBug412228 Time elapsed: 0.534 s testBug413879 Time elapsed: 1.519 s testBug414070 Time elapsed: 0.02 s testBug432632 Time elapsed: 0.012 s testSystemBundle01 Time elapsed: 0.012 s testSystemBundle02 Time elapsed: 0.013 s testSystemBundle03 Time elapsed: 0.013 s testSystemBundle04 Time elapsed: 0.012 s testSystemBundle06 Time elapsed: 0.023 s testSystemBundle07 Time elapsed: 0.016 s testSystemBundle08 Time elapsed: 0.031 s testSystemBundle09 Time elapsed: 0.021 s testSystemBundle10 Time elapsed: 1.22 s testSystemBundle11 Time elapsed: 0.017 s testSystemBundle12 Time elapsed: 1.02 s testSystemBundle13 Time elapsed: 0.028 s testSystemBundle14 Time elapsed: 0.012 s testSystemBundle16 Time elapsed: 0.013 s testSystemBundle17 Time elapsed: 0.013 s testSystemBundle18 Time elapsed: 0.013 s testSystemBundle19 Time elapsed: 0.012 s testNullConfiguration Time elapsed: 0.004 s testJavaProfile Time elapsed: 0.102 s testMassiveParallelInstallStart Time elapsed: 10.192 s testProvideOSGiEEandNative Time elapsed: 0.414 s testStartLevelSingleThread Time elapsed: 1.032 s testBug351083DevClassPath Time elapsed: 0.015 s testBootDelegationConfigIni Time elapsed: 0.019 s testLocalConfigReplaceSystemProperties Time elapsed: 0.006 s testLogOrderMultipleListeners Time elapsed: 3.47 s testWindowsAlias Time elapsed: 0.019 s testDynamicImportFromSystemBundle Time elapsed: 0.014 s testNullConfigurationValueSystemProperties Time elapsed: 0.006 s testCorruptStageInstallUpdate Time elapsed: 0.01 s testContextBootDelegation Time elapsed: 0.024 s testSystemBundle05_1 Time elapsed: 0.014 s testSystemBundle05_2 Time elapsed: 0.025 s testBundleIDLock Time elapsed: 3.057 s testLazyTriggerOnLoadError Time elapsed: 0.022 s testNullConfigurationValueRequiredProperty Time elapsed: 0.026 s testDynamicSecurityManager Time elapsed: 0.036 s testStartLevelMultiThreadExplicit1 Time elapsed: 6.066 s testStartLevelMultiThreadExplicit4 Time elapsed: 1.649 s testParallelActivationPersistence Time elapsed: 0.017 s testBackedBySystemReplaceSystemProperties Time elapsed: 0.006 s testOverrideEquinoxConfigAreaProp Time elapsed: 0.016 s testStartLevelMultiThreadAvailableProcessors Time elapsed: 3.066 s testAllNullConfigurationValues Time elapsed: 0.006 s testStartLevelSorting Time elapsed: 0.097 s testChangeEE Time elapsed: 0.036 s testDuplicateError01 Time elapsed: 0.002 s testDuplicateError02 Time elapsed: 0.002 s testUninstallSystemBundle Time elapsed: 0.001 s testInvalidBundleActivator01 Time elapsed: 0.003 s testInvalidBundleActivator02 Time elapsed: 0.003 s testInvalidBundleActivator03 Time elapsed: 0.003 s testSubstituteExports01x Time elapsed: 0.004 s testSubstituteExports01y Time elapsed: 0.003 s testSubstituteExports02 Time elapsed: 0.004 s testSubstituteExports03 Time elapsed: 0.003 s testSubstituteExports04 Time elapsed: 0.005 s testSubstituteExports05 Time elapsed: 0.005 s testSubstituteExports06 Time elapsed: 0.007 s testSubstituteExports07 Time elapsed: 0.006 s testSubstituteExports08 Time elapsed: 0.019 s testSubstituteExports09 Time elapsed: 0.005 s testSubstituteExports10 Time elapsed: 0.005 s testSubstituteExports11 Time elapsed: 0.007 s testSubstituteExports12 Time elapsed: 0.006 s testSubstituteExports13 Time elapsed: 0.003 s testSubstituteExports14 Time elapsed: 0.004 s testUninstallWhileResolving Time elapsed: 0.007 s testBug259903 Time elapsed: 0.009 s testBug287636 Time elapsed: 0.008 s testBug289719 Time elapsed: 1.012 s testBug415447 Time elapsed: 0 s testBundleEvents01 Time elapsed: 0.005 s testBundleEvents02 Time elapsed: 0.005 s testExtensionBundleWithRequireCapabilityOsgiEeInstalls Time elapsed: 0.002 s testActivatorOrder Time elapsed: 0.005 s testFrameworkExtension01 Time elapsed: 0.003 s testFrameworkExtension02 Time elapsed: 0.003 s testExtClasspathExtension01 Time elapsed: 0.004 s testURLExternalFormat01 Time elapsed: 0.001 s testURLExternalFormat02 Time elapsed: 0.002 s testURLExternalFormat03 Time elapsed: 0.002 s testURLExternalFormat04 Time elapsed: 0.002 s testMultiChainDepedencies01 Time elapsed: 0.01 s testMultiChainDepedencies02 Time elapsed: 0.006 s testLoadClassUnresolved Time elapsed: 0.002 s testThreadLock Time elapsed: 30.022 s testBuddyClassLoadingGlobalNotFound Time elapsed: 0.004 s testBug370258_beginException Time elapsed: 0.004 s testBug370258_endException Time elapsed: 0.002 s testURI Time elapsed: 0 s testBuddyClassLoadingDependent1 Time elapsed: 0.005 s testBuddyClassLoadingDependent2 Time elapsed: 0.005 s testBuddyClassLoadingDependent3 Time elapsed: 0.004 s testGetResourceDir01 Time elapsed: 0.002 s testRecursiveWeavingHookFactory Time elapsed: 0.002 s testStartTransientByLoadClass Time elapsed: 0.006 s testImporterExporter01 Time elapsed: 0.003 s testImporterExporter02 Time elapsed: 0.003 s testBundleClassLoaderEmptyGetResources Time elapsed: 0.002 s testLoadTriggerClass Time elapsed: 0.004 s testDefaultLocalUninstall Time elapsed: 0.002 s testFragmentExportPackage Time elapsed: 0.004 s testBuddyClassloadingBug438904 Time elapsed: 0.004 s testMultipleGetResources01a Time elapsed: 0.002 s testListResources Time elapsed: 0.006 s testBug300692_01 Time elapsed: 0.008 s testBug300692_02 Time elapsed: 0.006 s testStartTransient Time elapsed: 0.005 s testGetEntryDir01 Time elapsed: 0.003 s testBug258659_01 Time elapsed: 0.002 s testBug258659_02 Time elapsed: 0.004 s testBug258659_03 Time elapsed: 0.003 s testBug258659_04 Time elapsed: 0.004 s testLoaderUninstalledBundle Time elapsed: 0.003 s testFragmentPackageAccess Time elapsed: 0.003 s testOSGiLazyStartDelay Time elapsed: 4.004 s testManifestPackageSpec Time elapsed: 0.003 s testResolveURLRelativeBundleResourceWithPort Time elapsed: 0.001 s testBug207847 Time elapsed: 0.005 s testBug213791 Time elapsed: 0.003 s testBug235958 Time elapsed: 0.003 s testBug299921 Time elapsed: 0.002 s testBug306181 Time elapsed: 0.005 s testBug348805 Time elapsed: 0.001 s testBug348806 Time elapsed: 0.003 s testBug408629 Time elapsed: 0.01 s testBug490902 Time elapsed: 15.004 s testArrayTypeLoad Time elapsed: 0.001 s testBug565522FragmentClasspath Time elapsed: 0.006 s testClassCircularityError Time elapsed: 0.003 s testBuddyClassLoadingRegistered1 Time elapsed: 0.004 s testBuddyClassLoadingRegistered2 Time elapsed: 0.004 s testBuddyClassLoadingRegistered3 Time elapsed: 0.005 s testStaleLoaderNPE Time elapsed: 1.009 s testURLsBug164077 Time elapsed: 0.003 s testStopTransient Time elapsed: 0.007 s testResourceURLEqualsHashCode Time elapsed: 0.002 s testBootGetResources01 Time elapsed: 0.003 s testBootGetResources02 Time elapsed: 0.002 s testOSGiLazyStart Time elapsed: 0.006 s testUninstallInUse01 Time elapsed: 0.004 s testSystemBundleGetResources01 Time elapsed: 0.001 s testSystemBundleGetResources02 Time elapsed: 0.001 s testLegacyLazyStart Time elapsed: 0.007 s testBundleReference01 Time elapsed: 0.003 s testBundleReference02 Time elapsed: 0.004 s testChainDepedencies Time elapsed: 0.009 s testLegacyLoadActivation Time elapsed: 0.007 s testMultipleGetResources01 Time elapsed: 0.004 s testMultipleGetResources02 Time elapsed: 0.002 s testMultipleGetResources03 Time elapsed: 0.003 s testBuddyClassLoadingInvalid Time elapsed: 0.002 s testSimple Time elapsed: 0.004 s testFragmentMultiHost Time elapsed: 0.004 s testBuddyClassLoadingGlobalFound Time elapsed: 0.002 s testMultipleExportFragments01 Time elapsed: 0.003 s testMultipleExportFragments02 Time elapsed: 0.004 s testMultipleExportFragments03 Time elapsed: 0.004 s testEntryURLEqualsHashCode Time elapsed: 0.006 s testUnitTestForcompoundEnumerations Time elapsed: 0 s testStartResolve Time elapsed: 0.004 s testNativeCode01 Time elapsed: 0.008 s testNativeCode02 Time elapsed: 0.008 s testNativeCode03 Time elapsed: 0.006 s testNativeCode04 Time elapsed: 0.002 s testNativeCode05 Time elapsed: 0.005 s testNativeCode06 Time elapsed: 0.042 s testNativeCode07 Time elapsed: 0.003 s testNativeCode08 Time elapsed: 0.023 s testNativeCode09 Time elapsed: 0.006 s testInstallUninstallBundle Time elapsed: 0.091 s testTimestamp Time elapsed: 0.002 s testNativeCodeFilterWithSpecialChars Time elapsed: 5.024 s testR3Bundle Time elapsed: 0.003 s testResolveRefresh Time elapsed: 0.007 s testFrameworkListenersOrder Time elapsed: 0.069 s testBundleListenersOrder Time elapsed: 1.488 s testServiceListenersOrder Time elapsed: 0.091 s testModifiedRanking Time elapsed: 0.001 s testServiceReferenceCompare01 Time elapsed: 0.002 s testInvalidRanking Time elapsed: 0.001 s testServiceOrdering01 Time elapsed: 0.001 s testServiceListener01 Time elapsed: 0.002 s testServiceListener02 Time elapsed: 0.001 s testServiceListener03 Time elapsed: 0.002 s testDuplicateObjectClass Time elapsed: 0.001 s testNullValue Time elapsed: 0.001 s testNullKey Time elapsed: 0.001 s testServiceException01 Time elapsed: 0.002 s testServiceException02 Time elapsed: 0.001 s testServiceException03 Time elapsed: 0.002 s testServiceException04 Time elapsed: 0.002 s testFindHook01 Time elapsed: 0.004 s testEventHook01 Time elapsed: 0.006 s testListenerHook01 Time elapsed: 0.003 s testListenerHook02 Time elapsed: 0.002 s testServiceTracker01 Time elapsed: 0.002 s testServiceTracker02 Time elapsed: 0.001 s testServiceTracker03 Time elapsed: 0.002 s testCopyOnWriteIdentityMap Time elapsed: 0.001 s testComparable Time elapsed: 0.002 s testNullValueMatch Time elapsed: 0 s testScalarSubstring Time elapsed: 0.001 s testNormalization Time elapsed: 0 s testInvalidValues Time elapsed: 0.002 s testFilter Time elapsed: 0.004 s testNullKeyMatch Time elapsed: 0 s testIllegal Time elapsed: 0 s testObject Time elapsed: 0.001 s testFrameworkUtilCreateFilter Time elapsed: 0 s testComparable Time elapsed: 0 s testNullValueMatch Time elapsed: 0 s testScalarSubstring Time elapsed: 0 s testNormalization Time elapsed: 0.001 s testInvalidValues Time elapsed: 0 s testFilter Time elapsed: 0.04 s testNullKeyMatch Time elapsed: 0 s testIllegal Time elapsed: 0 s testObject Time elapsed: 0 s testAdminPermission Time elapsed: 0.007 s testServicePermission Time elapsed: 0.004 s testPackagePermission Time elapsed: 0.005 s testMultipleLocationConditions01 Time elapsed: 0.035 s testMultipleLocationConditions02 Time elapsed: 0.009 s testAccessControlContext01 Time elapsed: 0.008 s testAccessControlContext02 Time elapsed: 0.006 s testAccessControlContext03 Time elapsed: 0.031 s testAccessControlContext04 Time elapsed: 0.016 s testAccessControlContext05 Time elapsed: 0.018 s testAccessControlContext06 Time elapsed: 0.008 s testAccessControlContext07 Time elapsed: 0.008 s testEncodingInfos01 Time elapsed: 0.018 s testEncodingInfos02 Time elapsed: 0.032 s testMutableConditions Time elapsed: 0.02 s testLocationPermission01 Time elapsed: 0.009 s testLocationPermission02 Time elapsed: 0.01 s testLocationPermission03 Time elapsed: 0.01 s testPermissionCheckCache Time elapsed: 6.24 s testAccessControlContext01a Time elapsed: 0.025 s testNotLocationCondition01 Time elapsed: 0.012 s testNotLocationCondition02 Time elapsed: 0.009 s testBug286307 Time elapsed: 0.011 s testRelativeFilePermission Time elapsed: 0.012 s testPostponedConditions01 Time elapsed: 0.015 s testPostponedConditions02 Time elapsed: 0.029 s testPostponedConditions03 Time elapsed: 0.009 s testPostponedConditions04 Time elapsed: 0.01 s testPostponedConditions05 Time elapsed: 0.015 s testSecurityManager01 Time elapsed: 0.008 s testDefaultPermissions01 Time elapsed: 0.007 s testDefaultPermissions02 Time elapsed: 0.007 s testUpdate01 Time elapsed: 0.006 s testUpdate02 Time elapsed: 0.007 s testUpdate03 Time elapsed: 0.03 s testUpdate04 Time elapsed: 0.009 s testCreateDomain Time elapsed: 0.009 s testEnableSecurityManager01 Time elapsed: 0.025 s testEnableSecurityManager02 Time elapsed: 0.025 s testEnableSecurityManager03 Time elapsed: 0.017 s testEnableSecurityManager04 Time elapsed: 2.033 s testEnableSecurityManager05 Time elapsed: 0.023 s testJava12SecurityManagerAllow Time elapsed: 0.013 s testJava12SecurityManagerEmpty Time elapsed: 0.015 s testDynamicImportWithSecurity Time elapsed: 0.016 s testJava12SecurityManagerDisallow Time elapsed: 0.012 s testBug254600 Time elapsed: 0.088 s testBug287750 Time elapsed: 1.028 s testLocalization01 Time elapsed: 0.019 s testBug367614 Time elapsed: 0.016 s testJava12SecurityManagerDefault Time elapsed: 0.013 s testRequirementMatches Time elapsed: 0.002 s testIdentity Time elapsed: 0.006 s testSingletonIdentity Time elapsed: 0.021 s Results: Tests run: 1175, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.osgi.tests --- [INFO] Skipping Antrun execution [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.osgi.tests --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.osgi.tests --- [INFO] [INFO] -----< org.eclipse.equinox.feature:org.eclipse.equinox.executable >----- [INFO] Building org.eclipse.equinox.executable 3.8.1300-SNAPSHOT [16/16] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.executable --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] The project's OSGi version is 3.8.1300.v20210828-0802 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (saveproperties) @ org.eclipse.equinox.executable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (filter-resources) @ org.eclipse.equinox.executable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/src/main/resources [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (copy-executable-natives) @ org.eclipse.equinox.executable --- [INFO] Executing tasks [WARNING] [echo] Copy eclipse binaries to launcher binaries [INFO] [copy] Copying 7 files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipsec.exe to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipsec.exe [INFO] [move] Moving 6 files to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_21_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/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_21_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/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/launcher.exe [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:2.4.0:plugin-source (plugin-source) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.equinox.executable --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.executable --- [WARNING] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.1300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_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.1300-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_21_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-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (repack) @ org.eclipse.equinox.executable --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.1300-SNAPSHOT.jar into /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [zip] Building zip: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.1300-SNAPSHOT.jar [INFO] Executed tasks [INFO] [INFO] --- xml-maven-plugin:1.0.2:transform (generate-extra-iu) @ org.eclipse.equinox.executable --- [INFO] Transforming file: /home/jenkins/agent/workspace/inox.framework_R4_21_maintenance/features/org.eclipse.equinox.executable.feature/target/p2content.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-extra-iu) @ org.eclipse.equinox.executable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-p2-extras-plugin:2.4.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (check-skip-api-analysis) @ org.eclipse.equinox.executable --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-dependency-tools-plugin:2.4.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.executable --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.4.0:eclipse-run (api-analysis) @ org.eclipse.equinox.executable --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rt.equinox.framework 4.21.0-SNAPSHOT ............... SUCCESS [ 24.911 s] [INFO] org.eclipse.osgi 3.17.0-SNAPSHOT ................... SUCCESS [ 51.827 s] [INFO] org.eclipse.osgi.compatibility.state 1.2.500-SNAPSHOT SUCCESS [ 9.814 s] [INFO] org.eclipse.osgi.util 3.6.100-SNAPSHOT ............. SUCCESS [ 9.024 s] [INFO] org.eclipse.osgi.services 3.10.200-SNAPSHOT ........ SUCCESS [ 13.391 s] [INFO] org.eclipse.equinox.supplement 1.10.200-SNAPSHOT ... SUCCESS [ 12.286 s] [INFO] org.eclipse.equinox.launcher 1.6.300-SNAPSHOT ...... SUCCESS [ 11.668 s] [INFO] org.eclipse.equinox.launcher.cocoa.macosx 1.2.300-SNAPSHOT SUCCESS [ 0.171 s] [INFO] org.eclipse.equinox.launcher.cocoa.macosx.x86_64 1.2.300-SNAPSHOT SUCCESS [ 0.181 s] [INFO] org.eclipse.equinox.launcher.cocoa.macosx.aarch64 1.2.300-SNAPSHOT SUCCESS [ 0.122 s] [INFO] org.eclipse.equinox.launcher.gtk.linux.aarch64 1.2.300-SNAPSHOT SUCCESS [ 0.195 s] [INFO] org.eclipse.equinox.launcher.gtk.linux.ppc64le 1.2.300-SNAPSHOT SUCCESS [ 0.128 s] [INFO] org.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.300-SNAPSHOT SUCCESS [ 0.147 s] [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.300-SNAPSHOT SUCCESS [ 0.144 s] [INFO] org.eclipse.osgi.tests 3.16.400-SNAPSHOT ........... SUCCESS [08:06 min] [INFO] org.eclipse.equinox.executable 3.8.1300-SNAPSHOT ... SUCCESS [ 4.770 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:24 min [INFO] Finished at: 2021-09-02T16:14:44Z [INFO] ------------------------------------------------------------------------ Post stage [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] scanForIssues [Java Compiler] Sleeping for 5 seconds due to JENKINS-32191... [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/inox.framework_R4_21_maintenance') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 0 issues (skipped 0 duplicates) [Java Compiler] Skipping post processing [Java Compiler] No filter has been set, publishing all 0 issues [Java Compiler] Repository miner is not configured, skipping repository mining [Pipeline] scanForIssues [Maven] Sleeping for 5 seconds due to JENKINS-32191... [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/inox.framework_R4_21_maintenance') [Maven] -> found 4 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/inox.framework_R4_21_maintenance') [Maven] -> found 4 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 4 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/inox.framework_R4_21_maintenance') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 4 issues [Maven] Repository miner is not configured, skipping repository mining [Pipeline] publishIssues [Static Analysis] Reference build recorder is not configured [Static Analysis] Obtaining reference build from same job (R4_21_maintenance) [Static Analysis] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE) [Static Analysis] All reported issues will be considered outstanding [Static Analysis] No quality gates have been set - skipping [Static Analysis] Health report is disabled - skipping [Static Analysis] Created analysis result for 4 issues (found 0 new issues, fixed 0 issues) [Static Analysis] Attaching ResultAction with ID 'analysis' to build 'rt.equinox.framework/R4_21_maintenance #1'. [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Check freeze period) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + wget https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/scripts/verifyFreezePeriod.sh --2021-09-02 16:15:00-- https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/scripts/verifyFreezePeriod.sh Resolving git.eclipse.org (git.eclipse.org)... 198.41.30.196 Connecting to git.eclipse.org (git.eclipse.org)|198.41.30.196|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 616 [text/plain] Saving to: ‘verifyFreezePeriod.sh’ 0K 100% 39.8M=0s 2021-09-02 16:15:01 (39.8 MB/s) - ‘verifyFreezePeriod.sh’ saved [616/616] [Pipeline] sh + chmod +x verifyFreezePeriod.sh [Pipeline] withCredentials Masking supported pattern matches of $GOOGLE_API_KEY [Pipeline] { [Pipeline] sh + ./verifyFreezePeriod.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2371 100 2371 0 0 9920 0 --:--:-- --:--:-- --:--:-- 9920 No freeze today [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] gerritReview Gerrit Review is disabled, invalid reference at BRANCH_NAME or GERRIT_CHANGE_NUMBER/GERRIT_PATCHSET_NUMBER [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS