Branch indexing Connecting to https://api.github.com with no credentials, anonymous access Jenkins-Imposed API Limiter: Current quota for Github API usage has 46 remaining (1 over budget). Next quota of 60 in 49 min. Sleeping for 4 min 23 sec. Jenkins is attempting to evenly distribute GitHub API requests. To configure a different rate limiting strategy, such as having Jenkins restrict GitHub API requests only when near or above the GitHub rate limit, go to "GitHub API usage" under "Configure System" in the Jenkins settings. Jenkins-Imposed API Limiter: Still sleeping, now only 1 min 21 sec remaining. Jenkins-Imposed API Limiter: Current quota for Github API usage has 42 remaining (2 over budget). Next quota of 60 in 45 min. Sleeping for 6 min 9 sec. Jenkins is attempting to evenly distribute GitHub API requests. To configure a different rate limiting strategy, such as having Jenkins restrict GitHub API requests only when near or above the GitHub rate limit, go to "GitHub API usage" under "Configure System" in the Jenkins settings. Jenkins-Imposed API Limiter: Still sleeping, now only 3 min 7 sec remaining. Jenkins-Imposed API Limiter: Still sleeping, now only 6.4 sec remaining. Jenkins-Imposed API Limiter: Current quota for Github API usage has 37 remaining (3 over budget). Next quota of 60 in 39 min. Sleeping for 7 min 49 sec. Jenkins is attempting to evenly distribute GitHub API requests. To configure a different rate limiting strategy, such as having Jenkins restrict GitHub API requests only when near or above the GitHub rate limit, go to "GitHub API usage" under "Configure System" in the Jenkins settings. Jenkins-Imposed API Limiter: Still sleeping, now only 4 min 47 sec remaining. Jenkins-Imposed API Limiter: Still sleeping, now only 1 min 46 sec remaining. Jenkins-Imposed API Limiter: Current quota for Github API usage has 34 remaining (1 over budget). Next quota of 60 in 31 min. Sleeping for 4 min 28 sec. Jenkins is attempting to evenly distribute GitHub API requests. To configure a different rate limiting strategy, such as having Jenkins restrict GitHub API requests only when near or above the GitHub rate limit, go to "GitHub API usage" under "Configure System" in the Jenkins settings. Jenkins-Imposed API Limiter: Still sleeping, now only 1 min 26 sec remaining. Obtained Jenkinsfile from 167fc48203b373e0311adf95f69ca9bc857609e7 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos-latest’ Agent centos-8-91qfr 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-91qfr" 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-91qfr" - 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-91qfr" - 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.11.2" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-equinox" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-8-91qfr in /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-equinox/equinox.framework.git > git init /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance # timeout=10 Fetching upstream changes from https://github.com/eclipse-equinox/equinox.framework.git > git --version # timeout=10 > git --version # 'git version 2.27.0' > git fetch --no-tags --force --progress -- https://github.com/eclipse-equinox/equinox.framework.git +refs/heads/R4_23_maintenance:refs/remotes/origin/R4_23_maintenance # timeout=10 Avoid second fetch Checking out Revision 167fc48203b373e0311adf95f69ca9bc857609e7 (R4_23_maintenance) > git config remote.origin.url https://github.com/eclipse-equinox/equinox.framework.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/R4_23_maintenance:refs/remotes/origin/R4_23_maintenance # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 167fc48203b373e0311adf95f69ca9bc857609e7 # timeout=10 Commit message: "Bug 578772 - Lambda in MultiplexingFactory causes NPE one Hotspot Java version 8" 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 no API URL [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_23_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_23_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 e1375eab8fd20503501df88c00e257b79d66cc4d (refs/remotes/origin/master) Commit message: "Recompiled binaries" > 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 e1375eab8fd20503501df88c00e257b79d66cc4d # timeout=10 > git rev-list --no-walk e1375eab8fd20503501df88c00e257b79d66cc4d # timeout=10 [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_23_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_23_maintenance/rt.equinox.binaries Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) 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.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.23.0-SNAPSHOT/eclipse-sdk-prereqs-4.23.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2093bb6c... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.21.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [WARNING] Missing POM for org.objenesis:objenesis-test:jar:3.2 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.23-I-builds/ (128B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.23-I-builds [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/ (463B) [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/categories/ (1.46kB) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220302-0600/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220302-0600/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220302-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220302-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220308-0310/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220308-0310/ [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.200-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.compatibility.state:1.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.compatibility.state/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_23_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.23-I-builds/I20220301-0600/plugins/ (96.33kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.util:3.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.util/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/supplement/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.23.0-SNAPSHOT/eclipse-sdk-prereqs-4.23.0-SNAPSHOT.target for environments=[macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2093bb6c... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.21.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.23.0-SNAPSHOT/eclipse-sdk-prereqs-4.23.0-SNAPSHOT.target for environments=[macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2093bb6c... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.21.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.aarch64:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.23.0-SNAPSHOT/eclipse-sdk-prereqs-4.23.0-SNAPSHOT.target for environments=[linux/gtk/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2093bb6c... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.21.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.23.0-SNAPSHOT/eclipse-sdk-prereqs-4.23.0-SNAPSHOT.target for environments=[linux/gtk/ppc64le], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2093bb6c... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.21.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.23.0-SNAPSHOT/eclipse-sdk-prereqs-4.23.0-SNAPSHOT.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2093bb6c... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.21.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.23.0-SNAPSHOT/eclipse-sdk-prereqs-4.23.0-SNAPSHOT.target for environments=[win32/win32/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2093bb6c... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.21.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.600-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.23-I-builds/I20220301-0600/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (1.41MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (46.27kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (703.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (411.93kB) [INFO] Fetching org.apiguardian_1.1.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (20.18kB) [INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (359.18kB) [INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (5.58MB) [INFO] Fetching org.eclipse.compare_3.8.300.v20220121-1000.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (804.8kB) [INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (432.55kB) [INFO] Fetching org.eclipse.core.resources_3.16.100.v20220214-1012.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (880.97kB) [INFO] Fetching org.eclipse.jface.text_3.20.0.v20220218-1549.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.ide_3.18.500.v20220215-1304.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (2.44MB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (105.57kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.400.v20220218-1619.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (674.85kB) [INFO] Fetching org.eclipse.core.runtime_3.24.100.v20220211-2001.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (70.8kB) [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (92.12kB) [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (618.79kB) [INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (330.12kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (66.43kB) [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (114.56kB) [INFO] Fetching org.eclipse.equinox.common_3.16.0.v20220211-2322.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (144.49kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (100.02kB) [INFO] Fetching org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (136.29kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (194.4kB) [INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (287.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (288.46kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.300.v20220121-1426.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (69.81kB) [INFO] Fetching org.eclipse.core.jobs_3.12.100.v20220120-1329.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (108.25kB) [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (64.42kB) [INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (113.21kB) [INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (89.14kB) [INFO] Fetching org.eclipse.core.tests.harness_3.12.100.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (94.49kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (421.77kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (52.48kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (55.13kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (40.46kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (317.81kB) [INFO] Fetching org.eclipse.emf.ecore_2.26.0.v20220123-0838.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (45.85kB) [INFO] Fetching org.eclipse.swt_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (16.97kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.25.0.v20220218-1636.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (213.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (203.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (27.72kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/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.23-I-builds/I20220301-0600/plugins/ (394.73kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (260.38kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (87.54kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (229.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (118.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.400.v20220308-0630.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220308-0310/plugins/ (251.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (147.16kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (51.9kB) [INFO] Fetching org.eclipse.emf.common_2.24.0.v20220123-0838.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (367.53kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (50.74kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.400.v20220223-1131.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (170.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (360.09kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.0.v20220210-1157.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (76.5kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.200.v20220207-0719.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (74.12kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.0.v20220215-0840.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (173.65kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.300.v20220209-1714.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (218.82kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (130.72kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (270.25kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (57.17kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (26.27kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (341.2kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (468.75kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (423.11kB) [INFO] Fetching org.eclipse.team.core_3.9.300.v20220204-0611.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (401.7kB) [INFO] Fetching org.eclipse.team.ui_3.9.200.v20211130-1532.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (1.42MB) [INFO] Fetching org.eclipse.test.performance_3.18.0.v20210623-0710.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (111.48kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.100.v20211112-1151.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (22.16kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (2.08MB) [INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (219.09kB) [INFO] Fetching org.eclipse.ui.workbench_3.125.0.v20220308-0722.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220308-0310/plugins/ (3.49MB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.300.v20220114-0859.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (113.09kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (172.29kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (107.15kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (65.43kB) [INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (21.6kB) [INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (117.58kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (21.24kB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (2.04MB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (2.07MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (2.47MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (2.14MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (2.14MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.1500-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.23.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_23_maintenance/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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_23_maintenance/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ rt.equinox.framework --- [INFO] [INFO] --- tycho-p2-extras-plugin:2.7.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.7.0:list-dependencies (list-dependencies) @ rt.equinox.framework --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (api-analysis) @ rt.equinox.framework --- [INFO] [INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------ [INFO] Building org.eclipse.osgi 3.17.200-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi --- [INFO] The project's OSGi version is 3.17.200.v20220215-2237 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.osgi/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.osgi --- [INFO] Resolving class path of org.eclipse.osgi... [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (29.95kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (51.11kB) [INFO] Fetching org.eclipse.equinox.region_1.5.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (77.37kB) [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_23_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_23_maintenance/bundles/org.eclipse.osgi/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.osgi --- [INFO] Compiling 454 source files to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (build-.api_description) @ org.eclipse.osgi --- [INFO] Fetching org.eclipse.osgi_3.17.200.v20220215-2237.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (1.46MB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (126.4kB) [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (72.7kB) [INFO] Fetching org.eclipse.ant.core_3.6.300.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (107.38kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (35.64kB) [INFO] Fetching org.eclipse.debug.core_3.19.0.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (396.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (69.05kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.200.v20220127-1112.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (110.36kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (367.36kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (244.04kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (58.07kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.0.v20220127-1312.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (102.07kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.2.v20220127-1658.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (242.66kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/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.23-I-builds/I20220301-0600/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.23-I-builds/I20220301-0600/plugins/ (129.25kB) [INFO] Fetching org.eclipse.jdt.core_3.29.0.v20220214-1307.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (6.66MB) [INFO] Fetching org.eclipse.jdt.debug_3.19.100.v20220301-0551.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (908.78kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.500.v20220125-2008.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (563.5kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (249.4kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.800.v20220204-0559.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (943.85kB) [INFO] Fetching org.eclipse.pde.core_3.15.100.v20220221-1314.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (1.35MB) [INFO] Fetching org.objectweb.asm_9.2.0.v20210813-1119.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (130.43kB) [INFO] Fetching org.objectweb.asm.tree_9.2.0.v20210813-1119.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (64.52kB) [INFO] Fetching org.eclipse.pde.build_3.11.100.v20210916-0743.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (477.29kB) [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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.osgi_3.17.200.v20220215-2237, -project, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi, -binary, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/target/classes, -target, /home/jenkins/agent/workspace/inox.framework_R4_23_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_23_maintenance/bundles/org.eclipse.osgi/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.17.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-3.17.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi --- [WARNING] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.200-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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 [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi:3.17.200-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.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.22/R-4.22-202111241800/ (142B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/ (130.84kB) [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.7.0:list-dependencies (list-dependencies) @ org.eclipse.osgi --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (api-analysis) @ org.eclipse.osgi --- [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (129.12kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (9.69kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.300.v20220210-1319.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (85.88kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/target/org.eclipse.osgi-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/target/dependencies-list.txt, -failOnError] 0 API ERRORS 1 API warnings * Marker [on: /org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/StateObjectFactory.java, id: 119, 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.600-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.compatibility.state --- [INFO] The project's OSGi version is 1.2.600.v20220207-1403 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.osgi.compatibility.state/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.compatibility.state --- [INFO] Resolving class path of 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_23_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_23_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.osgi.compatibility.state --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/bundles/org.eclipse.osgi.compatibility.state/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.compatibility.state --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.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.600-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.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.7.0:list-dependencies (list-dependencies) @ org.eclipse.osgi.compatibility.state --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.compatibility.state, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.compatibility.state/target/org.eclipse.osgi.compatibility.state-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.0:validate-id (default-validate-id) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.osgi.util/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.util --- [INFO] Resolving class path of 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_23_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_23_maintenance/bundles/org.eclipse.osgi.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.osgi.util --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.util/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/bundles/org.eclipse.osgi.util/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.6.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.util --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-3.6.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.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_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.util --- [INFO] Fetching R-4.22-202111241800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.22/ (63B) [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (72.7kB) [INFO] Fetching org.eclipse.osgi.util.source_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (63.56kB) [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.7.0:list-dependencies (list-dependencies) @ org.eclipse.osgi.util --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (api-analysis) @ org.eclipse.osgi.util --- [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (72.7kB) [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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.util, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.util/target/org.eclipse.osgi.util-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.0:validate-id (default-validate-id) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.osgi.services/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.services --- [INFO] Resolving class path of 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_23_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_23_maintenance/bundles/org.eclipse.osgi.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.osgi.services --- [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.services/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.services/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.services/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_23_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_23_maintenance/bundles/org.eclipse.osgi.services, -binary, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.services/target/classes, -target, /home/jenkins/agent/workspace/inox.framework_R4_23_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_23_maintenance/bundles/org.eclipse.osgi.services/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.10.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.services --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-3.10.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.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_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.services --- [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (126.4kB) [INFO] Fetching org.eclipse.osgi.services.source_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (244.91kB) [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.7.0:list-dependencies (list-dependencies) @ org.eclipse.osgi.services --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (api-analysis) @ org.eclipse.osgi.services --- [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (126.4kB) [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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.services, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.services/target/org.eclipse.osgi.services-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_23_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.400-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.supplement --- [INFO] The project's OSGi version is 1.10.400.v20220211-1825 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.osgi/supplement/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.supplement --- [INFO] Resolving class path of 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_23_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_23_maintenance/bundles/org.eclipse.osgi/supplement/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.equinox.supplement --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/supplement/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/supplement/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/supplement/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/supplement/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.supplement_1.10.400.v20220211-1825, -project, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/supplement, -binary, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/supplement/target/classes, -target, /home/jenkins/agent/workspace/inox.framework_R4_23_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_23_maintenance/bundles/org.eclipse.osgi/supplement/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.supplement --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.supplement --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.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.7.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.supplement --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/supplement, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_23_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.400-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher --- [INFO] The project's OSGi version is 1.6.400.v20210924-0641 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher --- [INFO] Resolving class path of 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_23_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_23_maintenance/bundles/org.eclipse.equinox.launcher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.equinox.launcher --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher/target/apigeneration-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher/target/apigeneration-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher/target/apigeneration-workspace/data, -application, org.eclipse.pde.api.tools.apiGeneration, -projectName, org.eclipse.equinox.launcher_1.6.400.v20210924-0641, -project, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher, -binary, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher/target/classes, -target, /home/jenkins/agent/workspace/inox.framework_R4_23_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_23_maintenance/bundles/org.eclipse.equinox.launcher/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher --- [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher --- [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (43.81kB) [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.7.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (api-analysis) @ org.eclipse.equinox.launcher --- [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (52.65kB) [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_23_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_23_maintenance/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher, -baseline, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/inox.framework_R4_23_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.400-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] The project's OSGi version is 1.2.400.v20211117-0650 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Resolving class path of 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_23_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_23_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_23_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.7.0:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx/target/org.eclipse.equinox.launcher.cocoa.macosx-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.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.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (39.27kB) [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.7.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.cocoa.macosx --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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.400-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] The project's OSGi version is 1.2.400.v20211117-0650 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Resolving class path of 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_23_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_23_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_23_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.7.0:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/target/org.eclipse.equinox.launcher.cocoa.macosx.x86_64-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.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.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (40.8kB) [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.7.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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.400-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] The project's OSGi version is 1.2.400.v20211117-0650 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Resolving class path of 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_23_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_23_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_23_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.7.0:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/target/org.eclipse.equinox.launcher.cocoa.macosx.aarch64-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.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.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (39.27kB) [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.7.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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.400-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] The project's OSGi version is 1.2.400.v20211117-0650 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Resolving class path of 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_23_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_23_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_23_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.7.0:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/target/org.eclipse.equinox.launcher.gtk.linux.aarch64-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.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.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (82.57kB) [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.7.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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.400-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] The project's OSGi version is 1.2.400.v20211117-0650 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Resolving class path of 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_23_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_23_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_23_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.7.0:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/target/org.eclipse.equinox.launcher.gtk.linux.ppc64le-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.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.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (69.5kB) [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.7.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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.400-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] The project's OSGi version is 1.2.400.v20211117-0650 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Resolving class path of 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_23_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_23_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_23_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.7.0:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/target/org.eclipse.equinox.launcher.gtk.linux.x86_64-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.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.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (84.05kB) [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.7.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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.400-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] The project's OSGi version is 1.2.400.v20211117-0650 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Resolving class path of 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_23_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_23_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_23_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target [INFO] [chmod] Skipping fileset for directory /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target. It is empty. [INFO] Executed tasks [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.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-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.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.400-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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.7.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.22/R-4.22-202111241800/plugins/ (132.48kB) [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.7.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.launcher.win32.win32.x86_64 --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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.600-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.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.tests --- [INFO] The project's OSGi version is 3.16.600.v20220210-1907 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/bundles/org.eclipse.osgi.tests/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0: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.7.0:target-platform (default-target-platform) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.tests --- [INFO] Resolving class path of org.eclipse.osgi.tests... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (29.62kB) [INFO] Fetching org.eclipse.test.performance.win32_3.1.500.v20211012-2002.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (39.28kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (34.71kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (37.47kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (14.42kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (40.75kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (10.25kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (9.54kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (28.06kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (22.27kB) [INFO] Fetching org.eclipse.tests.urischeme_1.1.100.v20211010-0529.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (86.37kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.100.v20200805-0859.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (11.16kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (25.6kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (11.32kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (23.39kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (10.74kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.100.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (11.11kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220301-0600/plugins/ (57.74kB) [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_23_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_23_maintenance/bundles/org.eclipse.osgi.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.0:compile (default-compile) @ org.eclipse.osgi.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.b.jar-classes [INFO] Compiling 192 source files to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/target/classes [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/inox.framework_R4_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_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_23_maintenance/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug235958.y.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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_23_maintenance/bundles/org.eclipse.osgi.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.16.600-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/chain.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/circularity.test.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.host.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_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_23_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_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/fragment.test.attach.frag.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/legacy.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/thread.locktest.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.registered.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.dependent.a.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/buddy.invalid.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.b2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/nativetest.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/host.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/frag.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/client1.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/client2.multiple.exports.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/xfriends.test3.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.a.requires.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.extclasspath.a.importer.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer3.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/exporter.importer4.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment3.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment4.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.fragment5.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.a.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.b.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.d.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.e.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.f.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.g.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.h.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.i.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.j.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.k.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.l.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.m.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.n.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.p.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/substitutes.q.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.a.frag.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/security.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.filter.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.link.a.client.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.a.update.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug259903.c.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.tccl.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.manifestpackage.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug286307.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.a2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287636.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug287750.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug306181b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.logging.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/geturl.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug375784.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/storage.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug412228.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.uninstall.start2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/ext.framework.osgiee.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/classloader.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.host.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.frag.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug438904.global.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.system.nls.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug449484.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/wrapper.hooks.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.protocol.handler.user.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug471551.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamicimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.dynamic.privateimport.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.b.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug490902.a.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/mrBundleInputBase.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error1.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error2.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error3.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/activator.error4.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.x.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/bundle_tests/test.bug235958.y.jar [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/target/org.eclipse.osgi.tests-3.16.600-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.tests --- [WARNING] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests:3.16.600-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.600-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.0:test (default-test) @ org.eclipse.osgi.tests --- [INFO] Could not find the Toolchain, using java from JAVA_HOME instead [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/latest/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_23_maintenance/bundles/org.eclipse.equinox.launcher/target/org.eclipse.equinox.launcher-1.6.400-SNAPSHOT.jar, -data, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/target/work/data, -install, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/target/work, -configuration, /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/inox.framework_R4_23_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@15644b94 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) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runner.JUnitCore.run(JUnitCore.java:137) org.junit.runner.JUnitCore.run(JUnitCore.java:115) org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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$260/0x0000000100330040.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:114) org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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@2530a28a 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@75b2a9f2 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: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@16ed9cd9 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: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@16ed9cd9 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: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@56ae5492 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: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@762a983f 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 16 ThreadName: Start Level: Equinox Container: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@16b75231 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 17 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@6cc60f6a 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 18 ThreadName: Refresh Thread: Equinox Container: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@4868cca4 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 19 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@6aa15ef6 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@462bbf49 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@1aca55b9 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@74ff1d39 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@1449b7a8 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$344/0x0000000100360040.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@7a7039d1[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$344/0x0000000100360040.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@6c0c43b6 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) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runner.JUnitCore.run(JUnitCore.java:137) org.junit.runner.JUnitCore.run(JUnitCore.java:115) org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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$260/0x0000000100330040.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:114) org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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@2530a28a 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@75b2a9f2 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: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@16ed9cd9 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: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@16ed9cd9 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: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@56ae5492 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: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@762a983f 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 16 ThreadName: Start Level: Equinox Container: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@16b75231 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 17 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@6cc60f6a 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 18 ThreadName: Refresh Thread: Equinox Container: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@4868cca4 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 19 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@6aa15ef6 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@462bbf49 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@1aca55b9 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@62cbb047 LockOwnerId: -1 LockOwnerName: null Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@1449b7a8 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$363/0x0000000100371440.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@7a7039d1[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$363/0x0000000100371440.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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRecursionFromClassLoadingHookNotSupported(ClassLoaderHookTests.java:165) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testFilterClassPaths(ClassLoaderHookTests.java:190) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRejectTransformationFromWeavingHook(ClassLoaderHookTests.java:120) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRecursionFromClassLoadingHookIsSupported(ClassLoaderHookTests.java:173) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testPreventResourceLoadFromClassLoadingHook(ClassLoaderHookTests.java:207) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.initAndStartFramework(ClassLoaderHookTests.java:83) at org.eclipse.osgi.tests.hooks.framework.ClassLoaderHookTests.testRejectTransformationFromClassLoadingHook(ClassLoaderHookTests.java:148) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.BundleFileWrapperFactoryHookTests.initAndStartFramework(BundleFileWrapperFactoryHookTests.java:61) at org.eclipse.osgi.tests.hooks.framework.BundleFileWrapperFactoryHookTests.testGetResourceURL(BundleFileWrapperFactoryHookTests.java:69) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ContextFinderTests.setUp(ContextFinderTests.java:42) at junit.framework.TestCase.runBare(TestCase.java:140) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.DevClassPathWithExtensionTests.initAndStartFramework(DevClassPathWithExtensionTests.java:56) at org.eclipse.osgi.tests.hooks.framework.DevClassPathWithExtensionTests.testDevClassPathWithExtension(DevClassPathWithExtensionTests.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.testEmbeddedURLHandler(EmbeddedEquinoxWithURLInClassLoadTests.java:58) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.initAndStartFramework(EmbeddedEquinoxWithURLInClassLoadTests.java:50) at org.eclipse.osgi.tests.hooks.framework.EmbeddedEquinoxWithURLInClassLoadTests.testFrameworkClassLoaderWithNewURI(EmbeddedEquinoxWithURLInClassLoadTests.java:54) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.ActivatorOrderTest.testActivatorOrder(ActivatorOrderTest.java:62) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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$2.run(BundleContextImpl.java:813) at org.eclipse.osgi.internal.framework.BundleContextImpl$2.run(BundleContextImpl.java:1) at java.base/java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:805) at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:762) at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1032) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:203) at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:286) at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:270) at org.eclipse.osgi.launch.Equinox.init(Equinox.java:204) at org.eclipse.osgi.tests.hooks.framework.AbstractFrameworkHookTests.initAndStart(AbstractFrameworkHookTests.java:116) at org.eclipse.osgi.tests.hooks.framework.DevClassPathDuplicateTests.initAndStartFramework(DevClassPathDuplicateTests.java:62) at org.eclipse.osgi.tests.hooks.framework.DevClassPathDuplicateTests.testDevClassPathWithExtension(DevClassPathDuplicateTests.java:70) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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:123) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.safeLogged(ExtendedLogReaderServiceFactory.java:107) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory$LogTask.run(ExtendedLogReaderServiceFactory.java:56) at org.eclipse.osgi.internal.log.OrderedExecutor$OrderedTaskQueue$OrderedTask.run(ExtendedLogReaderServiceFactory.java:448) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: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:83) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.isLoggablePrivileged(ExtendedLogReaderServiceFactory.java:181) at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.isLoggable(ExtendedLogReaderServiceFactory.java:158) at org.eclipse.osgi.internal.log.ExtendedLogServiceFactory.isLoggable(ExtendedLogServiceFactory.java:98) at org.eclipse.osgi.internal.log.ExtendedLogServiceImpl.isLoggable(ExtendedLogServiceImpl.java:108) at org.eclipse.osgi.internal.log.LoggerImpl.isLoggable(LoggerImpl.java:44) at org.eclipse.osgi.internal.log.ExtendedLogServiceImpl.isLoggable(ExtendedLogServiceImpl.java:103) at org.eclipse.equinox.log.test.ExtendedLogReaderServiceTest.testBadFilter(ExtendedLogReaderServiceTest.java:122) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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!! started simple app stopped simple app async result async result async result started simple app started simple app started simple app started simple app started simple app 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 started simple app stopped simple app started simple app stopped simple app !SESSION 2022-03-14 21:47:17.767 ----------------------------------------------- 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 45369 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_23_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 45369 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 2 0 2022-03-14 21:47:48.396 !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 2022-03-14 21:48:18.398 !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 2022-03-14 21:49:23.493 ----------------------------------------------- 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 39963 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_23_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 39963 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 4 0 2022-03-14 21:49:26.199 !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 2022-03-14 21:49:36.457 ----------------------------------------------- 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 34555 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_23_maintenance/bundles/org.eclipse.osgi.tests/target/work/dev.properties -application org.eclipse.pde.junit.runtime.coretestapplicationnonmain -port 34555 -arch x86_64 -ws gtk !ENTRY org.eclipse.equinox.app 2 0 2022-03-14 21:49:39.273 !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_23_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/103/data/testDebugLogOnGetURL.options loaded !SESSION 2022-03-14 21:50:17.895 ----------------------------------------------- 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 2022-03-14 21:50:17.895 !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:239) at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:184) 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:476) 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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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) !SESSION 2022-03-14 21:50:17.895 ----------------------------------------------- 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 2022-03-14 21:50:17.895 !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:239) at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:184) 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:476) 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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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) !ENTRY org.eclipse.osgi 1 0 2022-03-14 21:50:17.903 !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:486) 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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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) !ENTRY org.eclipse.osgi 1 0 2022-03-14 21:50:17.903 !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:486) 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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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) !ENTRY org.eclipse.osgi 1 0 2022-03-14 21:50:17.904 !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:487) 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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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) !ENTRY org.eclipse.osgi 1 0 2022-03-14 21:50:17.904 !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:487) 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 org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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) Equinox state: 4 Bundles: [org.eclipse.osgi_3.17.200.v20220215-2237 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.17.200.v20220215-2237 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.17.200.v20220215-2237 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.17.200.v20220215-2237 [0], mrBundle_1.0.0 [1]] Bundles: [org.eclipse.osgi_3.17.200.v20220215-2237 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.17.200.v20220215-2237 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.17.200.v20220215-2237 [0], mrBundle_1.0.0 [2]] Bundles: [org.eclipse.osgi_3.17.200.v20220215-2237 [0], mrBundle_1.0.0 [2]] target/work/configuration/org.eclipse.osgi/103/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: 2 Framework state is: STOPPING - 1f865a07-a732-40c7-8947-8f71b4229475 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:345) org.eclipse.osgi.tests.bundles.AbstractBundleTests.stop(AbstractBundleTests.java:319) org.eclipse.osgi.tests.bundles.SystemBundleTests.testBug412228(SystemBundleTests.java:1377) 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.rules.TestWatcher$1.evaluate(TestWatcher.java:61) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runner.JUnitCore.run(JUnitCore.java:137) org.junit.runner.JUnitCore.run(JUnitCore.java:115) org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42) org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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$260/0x0000000100330040.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:114) org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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@2530a28a 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@75b2a9f2 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: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@56ae5492 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: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@762a983f 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 16 ThreadName: Start Level: Equinox Container: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@16b75231 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 17 ThreadName: Bundle File Closer ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@6cc60f6a 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 18 ThreadName: Refresh Thread: Equinox Container: 4e811d5b-246f-44ed-aec1-c2c7f58b0a73 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@4868cca4 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 19 ThreadName: SCR Component Actor ThreadState: WAITING Blocked On: java.util.LinkedList@6aa15ef6 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@1aca55b9 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@680a66dd ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@4ace7f8c 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 230 ThreadName: Worker-JM ThreadState: WAITING Blocked On: java.util.ArrayList@7eafc8ec 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@52132c1e 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: 260 ThreadName: process reaper ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@1ab46f9b 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: 1310 ThreadName: EventAdmin Async Event Dispatcher Thread ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@23bf515e 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 1613 ThreadName: Equinox resolver thread - Equinox Container: 1f865a07-a732-40c7-8947-8f71b4229475 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@23d7056d 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: 1614 ThreadName: Equinox resolver thread - Equinox Container: 1f865a07-a732-40c7-8947-8f71b4229475 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.SynchronousQueue$TransferStack@23d7056d 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: Active Thread: Equinox Container: 1f865a07-a732-40c7-8947-8f71b4229475 ThreadState: TIMED_WAITING Blocked On: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@686faed5 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: 1617 ThreadName: Framework Event Dispatcher: Equinox Container: 1f865a07-a732-40c7-8947-8f71b4229475 ThreadState: WAITING Blocked On: org.eclipse.osgi.framework.eventmgr.EventManager$EventThread@519eccf4 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:400) org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341) ThreadId: 1618 ThreadName: Framework stop - Equinox Container: 1f865a07-a732-40c7-8947-8f71b4229475 ThreadState: TIMED_WAITING Blocked On: none Synchronizers Locked: java.util.concurrent.locks.ReentrantLock$NonfairSync@619df87 java.util.concurrent.locks.ReentrantLock$NonfairSync@21c75adc Monitors Locked: java.lang.Object@8f24238 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$3.run(BundleContextImpl.java:870) org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1) java.base@11.0.2/java.security.AccessController.doPrivileged(Native Method) org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:862) org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1046) org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:376) org.eclipse.osgi.container.Module.doStop(Module.java:660) org.eclipse.osgi.container.Module.stop(Module.java:521) org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1888) org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1763) org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275) org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:208) org.eclipse.osgi.container.Module.doStop(Module.java:660) org.eclipse.osgi.container.Module.stop(Module.java:521) org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207) org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:226) java.base@11.0.2/java.lang.Thread.run(Thread.java:834) Time to create: 405 Installing: bundle-b0.jar Installing: bundle-b5.jar Installing: bundle-b4.jar Installing: bundle-b3.jar Installing: bundle-b7.jar Installing: bundle-b8.jar Installing: bundle-b2.jar Installing: bundle-b1.jar Installing: bundle-b6.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-b16.jar Installing: bundle-b17.jar Installing: bundle-b18.jar Installing: bundle-b15.jar Installing: bundle-b19.jar Installing: bundle-b20.jar Installing: bundle-b21.jar Installing: bundle-b22.jar Installing: bundle-b23.jar Installing: bundle-b24.jar Installing: bundle-b25.jar Installing: bundle-b26.jar Installing: bundle-b27.jar Installing: bundle-b28.jar Installing: bundle-b29.jar Installing: bundle-b30.jar Installing: bundle-b31.jar Installing: bundle-b32.jar Installing: bundle-b33.jar Installing: bundle-b34.jar Installing: bundle-b35.jar Installing: bundle-b36.jar Installing: bundle-b37.jar Installing: bundle-b38.jar Installing: bundle-b39.jar Installing: bundle-b40.jar Installing: bundle-b41.jar Installing: bundle-b42.jar Installing: bundle-b43.jar Installing: bundle-b44.jar Installing: bundle-b45.jar Installing: bundle-b46.jar Installing: bundle-b47.jar Installing: bundle-b48.jar Installing: bundle-b50.jar Installing: bundle-b51.jar Installing: bundle-b53.jar Installing: bundle-b54.jar Installing: bundle-b55.jar Installing: bundle-b52.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-b78.jar Installing: bundle-b77.jar Installing: bundle-b79.jar Installing: bundle-b80.jar Installing: bundle-b49.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-b210.jar Installing: bundle-b209.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-b947.jar Installing: bundle-b946.jar Installing: bundle-b945.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: 11120 SchemaFactory with TCCL: com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory !SESSION 2022-03-14 21:52:05.110 ----------------------------------------------- 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 2022-03-14 21:52:05.110 !MESSAGE The property 'osgi.configuration.area' with the value '/home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/103/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_23_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/103/data/testOverrideEquinoxConfigAreaProp'. !STACK 0 java.lang.IllegalArgumentException: The property 'osgi.configuration.area' with the value '/home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/103/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_23_maintenance/bundles/org.eclipse.osgi.tests/target/work/configuration/org.eclipse.osgi/103/data/testOverrideEquinoxConfigAreaProp'. at org.eclipse.osgi.internal.location.EquinoxLocations.(EquinoxLocations.java:87) at org.eclipse.osgi.internal.framework.EquinoxConfiguration.(EquinoxConfiguration.java:565) at org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:99) at org.eclipse.osgi.launch.Equinox.(Equinox.java:53) at org.eclipse.osgi.launch.Equinox.(Equinox.java:46) at org.eclipse.osgi.tests.bundles.SystemBundleTests.testOverrideEquinoxConfigAreaProp(SystemBundleTests.java:2293) 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.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.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:42) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72) at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) 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:114) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) 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: 21 Stop time: 65 about to start thread about to join the thread about to load Class1 loaded Class1 30028 after joining thread osgi.lazystart.d.DTest@2e92f1fd chain.test.b.BMultiChain1 testBug490902: Initial load test. testBug490902: Delaying now ... testBug490902: Second load test. testBug490902: About to interrupt:Second load test thread. testBug490902: Done delaying. Doing 0 Doing 1 Doing 2 Doing 3 Doing 4 Doing 5 Doing 6 Doing 7 Doing 8 Doing 9 Doing 10 Doing 11 Doing 12 Doing 13 Doing 14 Doing 15 Doing 16 Doing 17 Doing 18 Doing 19 Doing 20 Doing 21 Doing 22 Doing 23 Doing 24 Doing 25 Doing 26 Doing 27 Doing 28 Doing 29 Doing 30 Doing 31 Doing 32 Doing 33 Doing 34 Doing 35 Doing 36 Doing 37 Doing 38 Doing 39 Doing 40 Doing 41 Doing 42 Doing 43 Doing 44 Doing 45 Doing 46 Doing 47 Doing 48 Doing 49 Doing 50 Doing 51 Doing 52 Doing 53 Doing 54 Doing 55 Doing 56 Doing 57 Doing 58 Doing 59 Doing 60 Doing 61 Doing 62 Doing 63 Doing 64 Doing 65 Doing 66 Doing 67 Doing 68 Doing 69 Doing 70 Doing 71 Doing 72 Doing 73 Doing 74 Doing 75 Doing 76 Doing 77 Doing 78 Doing 79 Doing 80 Doing 81 Doing 82 Doing 83 Doing 84 Doing 85 Doing 86 Doing 87 Doing 88 Doing 89 Doing 90 Doing 91 Doing 92 Doing 93 Doing 94 Doing 95 Doing 96 Doing 97 Doing 98 Doing 99 Doing 100 Doing 101 Doing 102 Doing 103 Doing 104 Doing 105 Doing 106 Doing 107 Doing 108 Doing 109 Doing 110 Doing 111 Doing 112 Doing 113 Doing 114 Doing 115 Doing 116 Doing 117 Doing 118 Doing 119 Doing 120 Doing 121 Doing 122 Doing 123 Doing 124 Doing 125 Doing 126 Doing 127 Doing 128 Doing 129 Doing 130 Doing 131 Doing 132 Doing 133 Doing 134 Doing 135 Doing 136 Doing 137 Doing 138 Doing 139 Doing 140 Doing 141 Doing 142 Doing 143 Doing 144 Doing 145 Doing 146 Doing 147 Doing 148 Doing 149 Doing 150 Doing 151 Doing 152 Doing 153 Doing 154 Doing 155 Doing 156 Doing 157 Doing 158 Doing 159 Doing 160 Doing 161 Doing 162 Doing 163 Doing 164 Doing 165 Doing 166 Doing 167 Doing 168 Doing 169 Doing 170 Doing 171 Doing 172 Doing 173 Doing 174 Doing 175 Doing 176 Doing 177 Doing 178 Doing 179 Doing 180 Doing 181 Doing 182 Doing 183 Doing 184 Doing 185 Doing 186 Doing 187 Doing 188 Doing 189 Doing 190 Doing 191 Doing 192 Doing 193 Doing 194 Doing 195 Doing 196 Doing 197 Doing 198 Doing 199 Doing 200 Doing 201 Doing 202 Doing 203 Doing 204 Doing 205 Doing 206 Doing 207 Doing 208 Doing 209 Doing 210 Doing 211 Doing 212 Doing 213 Doing 214 Doing 215 Doing 216 Doing 217 Doing 218 Doing 219 Doing 220 Doing 221 Doing 222 Doing 223 Doing 224 Doing 225 Doing 226 Doing 227 Doing 228 Doing 229 Doing 230 Doing 231 Doing 232 Doing 233 Doing 234 Doing 235 Doing 236 Doing 237 Doing 238 Doing 239 Doing 240 Doing 241 Doing 242 Doing 243 Doing 244 Doing 245 Doing 246 Doing 247 Doing 248 Doing 249 Doing 250 Doing 251 Doing 252 Doing 253 Doing 254 Doing 255 Doing 256 Doing 257 Doing 258 Doing 259 Doing 260 Doing 261 Doing 262 Doing 263 Doing 264 Doing 265 Doing 266 Doing 267 Doing 268 Doing 269 Doing 270 Doing 271 Doing 272 Doing 273 Doing 274 Doing 275 Doing 276 Doing 277 Doing 278 Doing 279 Doing 280 Doing 281 Doing 282 Doing 283 Doing 284 Doing 285 Doing 286 Doing 287 Doing 288 Doing 289 Doing 290 Doing 291 Doing 292 Doing 293 Doing 294 Doing 295 Doing 296 Doing 297 Doing 298 Doing 299 Doing 300 Doing 301 Doing 302 Doing 303 Doing 304 Doing 305 Doing 306 Doing 307 Doing 308 Doing 309 Doing 310 Doing 311 Doing 312 Doing 313 Doing 314 Doing 315 Doing 316 Doing 317 Doing 318 Doing 319 Doing 320 Doing 321 Doing 322 Doing 323 Doing 324 Doing 325 Doing 326 Doing 327 Doing 328 Doing 329 Doing 330 Doing 331 Doing 332 Doing 333 Doing 334 Doing 335 Doing 336 Doing 337 Doing 338 Doing 339 Doing 340 Doing 341 Doing 342 Doing 343 Doing 344 Doing 345 Doing 346 Doing 347 Doing 348 Doing 349 Doing 350 Doing 351 Doing 352 Doing 353 Doing 354 Doing 355 Doing 356 Doing 357 Doing 358 Doing 359 Doing 360 Doing 361 Doing 362 Doing 363 Doing 364 Doing 365 Doing 366 Doing 367 Doing 368 Doing 369 Doing 370 Doing 371 Doing 372 Doing 373 Doing 374 Doing 375 Doing 376 Doing 377 Doing 378 Doing 379 Doing 380 Doing 381 Doing 382 Doing 383 Doing 384 Doing 385 Doing 386 Doing 387 Doing 388 Doing 389 Doing 390 Doing 391 Doing 392 Doing 393 Doing 394 Doing 395 Doing 396 Doing 397 Doing 398 Doing 399 Doing 400 Doing 401 Doing 402 Doing 403 Doing 404 Doing 405 Doing 406 Doing 407 Doing 408 Doing 409 Doing 410 Doing 411 Doing 412 Doing 413 Doing 414 Doing 415 Doing 416 Doing 417 Doing 418 Doing 419 Doing 420 Doing 421 Doing 422 Doing 423 Doing 424 Doing 425 Doing 426 Doing 427 Doing 428 Doing 429 Doing 430 Doing 431 Doing 432 Doing 433 Doing 434 Doing 435 Doing 436 Doing 437 Doing 438 Doing 439 Doing 440 Doing 441 Doing 442 Doing 443 Doing 444 Doing 445 Doing 446 Doing 447 Doing 448 Doing 449 Doing 450 Doing 451 Doing 452 Doing 453 Doing 454 Doing 455 Doing 456 Doing 457 Doing 458 Doing 459 Doing 460 Doing 461 Doing 462 Doing 463 Doing 464 Doing 465 Doing 466 Doing 467 Doing 468 Doing 469 Doing 470 Doing 471 Doing 472 Doing 473 Doing 474 Doing 475 Doing 476 Doing 477 Doing 478 Doing 479 Doing 480 Doing 481 Doing 482 Doing 483 Doing 484 Doing 485 Doing 486 Doing 487 Doing 488 Doing 489 Doing 490 Doing 491 Doing 492 Doing 493 Doing 494 Doing 495 Doing 496 Doing 497 Doing 498 Doing 499 Doing 500 Doing 501 Doing 502 Doing 503 Doing 504 Doing 505 Doing 506 Doing 507 Doing 508 Doing 509 Doing 510 Doing 511 Doing 512 Doing 513 Doing 514 Doing 515 Doing 516 Doing 517 Doing 518 Doing 519 Doing 520 Doing 521 Doing 522 Doing 523 Doing 524 Doing 525 Doing 526 Doing 527 Doing 528 Doing 529 Doing 530 Doing 531 Doing 532 Doing 533 Doing 534 Doing 535 Doing 536 Doing 537 Doing 538 Doing 539 Doing 540 Doing 541 Doing 542 Doing 543 Doing 544 Doing 545 Doing 546 Doing 547 Doing 548 Doing 549 Doing 550 Doing 551 Doing 552 Doing 553 Doing 554 Doing 555 Doing 556 Doing 557 Doing 558 Doing 559 Doing 560 Doing 561 Doing 562 Doing 563 Doing 564 Doing 565 Doing 566 Doing 567 Doing 568 Doing 569 Doing 570 Doing 571 Doing 572 Doing 573 Doing 574 Doing 575 Doing 576 Doing 577 Doing 578 Doing 579 Doing 580 Doing 581 Doing 582 Doing 583 Doing 584 Doing 585 Doing 586 Doing 587 Doing 588 Doing 589 Doing 590 Doing 591 Doing 592 Doing 593 Doing 594 Doing 595 Doing 596 Doing 597 Doing 598 Doing 599 Doing 600 Doing 601 Doing 602 Doing 603 Doing 604 Doing 605 Doing 606 Doing 607 Doing 608 Doing 609 Doing 610 Doing 611 Doing 612 Doing 613 Doing 614 Doing 615 Doing 616 Doing 617 Doing 618 Doing 619 Doing 620 Doing 621 Doing 622 Doing 623 Doing 624 Doing 625 Doing 626 Doing 627 Doing 628 Doing 629 Doing 630 Doing 631 Doing 632 Doing 633 Doing 634 Doing 635 Doing 636 Doing 637 Doing 638 Doing 639 Doing 640 Doing 641 Doing 642 Doing 643 Doing 644 Doing 645 Doing 646 Doing 647 Doing 648 Doing 649 Doing 650 Doing 651 Doing 652 Doing 653 Doing 654 Doing 655 Doing 656 Doing 657 Doing 658 Doing 659 Doing 660 Doing 661 Doing 662 Doing 663 Doing 664 Doing 665 Doing 666 Doing 667 Doing 668 Doing 669 Doing 670 Doing 671 Doing 672 Doing 673 Doing 674 Doing 675 Doing 676 Doing 677 Doing 678 Doing 679 Doing 680 Doing 681 Doing 682 Doing 683 Doing 684 Doing 685 Doing 686 Doing 687 Doing 688 Doing 689 Doing 690 Doing 691 Doing 692 Doing 693 Doing 694 Doing 695 Doing 696 Doing 697 Doing 698 Doing 699 Doing 700 Doing 701 Doing 702 Doing 703 Doing 704 Doing 705 Doing 706 Doing 707 Doing 708 Doing 709 Doing 710 Doing 711 Doing 712 Doing 713 Doing 714 Doing 715 Doing 716 Doing 717 Doing 718 Doing 719 Doing 720 Doing 721 Doing 722 Doing 723 Doing 724 Doing 725 Doing 726 Doing 727 Doing 728 Doing 729 Doing 730 Doing 731 Doing 732 Doing 733 Doing 734 Doing 735 Doing 736 Doing 737 Doing 738 Doing 739 Doing 740 Doing 741 Doing 742 Doing 743 Doing 744 Doing 745 Doing 746 Doing 747 Doing 748 Doing 749 Doing 750 Doing 751 Doing 752 Doing 753 Doing 754 Doing 755 Doing 756 Doing 757 Doing 758 Doing 759 Doing 760 Doing 761 Doing 762 Doing 763 Doing 764 Doing 765 Doing 766 Doing 767 Doing 768 Doing 769 Doing 770 Doing 771 Doing 772 Doing 773 Doing 774 Doing 775 Doing 776 Doing 777 Doing 778 Doing 779 Doing 780 Doing 781 Doing 782 Doing 783 Doing 784 Doing 785 Doing 786 Doing 787 Doing 788 Doing 789 Doing 790 Doing 791 Doing 792 Doing 793 Doing 794 Doing 795 Doing 796 Doing 797 Doing 798 Doing 799 Doing 800 Doing 801 Doing 802 Doing 803 Doing 804 Doing 805 Doing 806 Doing 807 Doing 808 Doing 809 Doing 810 Doing 811 Doing 812 Doing 813 Doing 814 Doing 815 Doing 816 Doing 817 Doing 818 Doing 819 Doing 820 Doing 821 Doing 822 Doing 823 Doing 824 Doing 825 Doing 826 Doing 827 Doing 828 Doing 829 Doing 830 Doing 831 Doing 832 Doing 833 Doing 834 Doing 835 Doing 836 Doing 837 Doing 838 Doing 839 Doing 840 Doing 841 Doing 842 Doing 843 Doing 844 Doing 845 Doing 846 Doing 847 Doing 848 Doing 849 Doing 850 Doing 851 Doing 852 Doing 853 Doing 854 Doing 855 Doing 856 Doing 857 Doing 858 Doing 859 Doing 860 Doing 861 Doing 862 Doing 863 Doing 864 Doing 865 Doing 866 Doing 867 Doing 868 Doing 869 Doing 870 Doing 871 Doing 872 Doing 873 Doing 874 Doing 875 Doing 876 Doing 877 Doing 878 Doing 879 Doing 880 Doing 881 Doing 882 Doing 883 Doing 884 Doing 885 Doing 886 Doing 887 Doing 888 Doing 889 Doing 890 Doing 891 Doing 892 Doing 893 Doing 894 Doing 895 Doing 896 Doing 897 Doing 898 Doing 899 Doing 900 Doing 901 Doing 902 Doing 903 Doing 904 Doing 905 Doing 906 Doing 907 Doing 908 Doing 909 Doing 910 Doing 911 Doing 912 Doing 913 Doing 914 Doing 915 Doing 916 Doing 917 Doing 918 Doing 919 Doing 920 Doing 921 Doing 922 Doing 923 Doing 924 Doing 925 Doing 926 Doing 927 Doing 928 Doing 929 Doing 930 Doing 931 Doing 932 Doing 933 Doing 934 Doing 935 Doing 936 Doing 937 Doing 938 Doing 939 Doing 940 Doing 941 Doing 942 Doing 943 Doing 944 Doing 945 Doing 946 Doing 947 Doing 948 Doing 949 Doing 950 Doing 951 Doing 952 Doing 953 Doing 954 Doing 955 Doing 956 Doing 957 Doing 958 Doing 959 Doing 960 Doing 961 Doing 962 Doing 963 Doing 964 Doing 965 Doing 966 Doing 967 Doing 968 Doing 969 Doing 970 Doing 971 Doing 972 Doing 973 Doing 974 Doing 975 Doing 976 Doing 977 Doing 978 Doing 979 Doing 980 Doing 981 Doing 982 Doing 983 Doing 984 Doing 985 Doing 986 Doing 987 Doing 988 Doing 989 Doing 990 Doing 991 Doing 992 Doing 993 Doing 994 Doing 995 Doing 996 Doing 997 Doing 998 Doing 999 Starting bundle Test2!! Security manager: org.eclipse.osgi.internal.permadmin.EquinoxSecurityManager@315fbd2e Stopping bundle Test2!! Starting bundle Test2!! Security manager: org.eclipse.osgi.internal.permadmin.EquinoxSecurityManager@a624ccb Stopping bundle Test2!! Tests run: 1166, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 529.793 s - in org.eclipse.osgi.tests.AutomatedTests testOptionalSubstituted Time elapsed: 0.008 s testPersistence Time elapsed: 0.007 s testUpdateCollision01 Time elapsed: 0.016 s testUpdateCollision02 Time elapsed: 0.001 s testUpdateCollision03 Time elapsed: 0.001 s testModuleWiringLookup Time elapsed: 0.01 s testDisableStartOnResolve Time elapsed: 0.005 s testStartDeadLock Time elapsed: 2.057 s testResolveDeadlock Time elapsed: 6.007 s testCompatProvidePackage Time elapsed: 0.001 s testCompatOptional Time elapsed: 0.001 s testDynamicImportMiss01 Time elapsed: 0.002 s testSubstitutionWithMoreThan2Providers Time elapsed: 0.041 s testEventsStartRefresh Time elapsed: 0.003 s testUnresolvedHostWithFragmentCycle Time elapsed: 0.002 s testSystemBundleFragmentsWithNonEffectiveCapsReqs Time elapsed: 0.003 s testUses1 Time elapsed: 0.002 s testUses2 Time elapsed: 0.002 s testUses3 Time elapsed: 0.002 s testUses4 Time elapsed: 0.002 s testExecutionEnvironment Time elapsed: 0.001 s testSystemBundleOnDemandFragments Time elapsed: 0.001 s testModuleIDSetting Time elapsed: 0.001 s testSubstitutableExportBatch Time elapsed: 0.002 s testNativeWithFilterChars Time elapsed: 0.001 s testModuleContainerCreate Time elapsed: 0 s testCompatSingleton Time elapsed: 0 s testR3 Time elapsed: 0.002 s testSystemBundleFragmentsPackageImport Time elapsed: 0.001 s testMultipleSystemBundleFragmentsWithSameName Time elapsed: 0.002 s testStartLevelDeadlock Time elapsed: 6.002 s testSettings01 Time elapsed: 0.004 s testMultiHostFragmentWithOverlapImport Time elapsed: 0.002 s testEventsStartLevelBeginningAt100 Time elapsed: 0.003 s testMultiHost Time elapsed: 0.002 s testUsesTimeout Time elapsed: 2.672 s testSystemBundleFragmentsNonPayloadRequirements Time elapsed: 0.001 s testUsesWithRequireReexport Time elapsed: 0.001 s testSubstitutableExport Time elapsed: 0.001 s testDynamicWithExport Time elapsed: 0.001 s testInvalidAttributes Time elapsed: 0.001 s testUses5Importer Time elapsed: 0.001 s testTimestampSeeding Time elapsed: 0.204 s testEventsResolved Time elapsed: 0.002 s testUses5Requirer Time elapsed: 0.002 s testSimpleUnResolveable Time elapsed: 0.002 s testBadNativeCode Time elapsed: 0.001 s testModuleWiringToString Time elapsed: 0 s testBug457118 Time elapsed: 0.003 s testSystemBundleFragmentRequiresOtherFragmentFailResolution Time elapsed: 0.001 s testBug483849 Time elapsed: 0.003 s testRemovalPending Time elapsed: 0.004 s testRequireBundleUses Time elapsed: 0.001 s testDynamicImport01 Time elapsed: 0.002 s testDynamicImport02 Time elapsed: 0.002 s testDynamicImport03 Time elapsed: 0.002 s testDynamicImport04 Time elapsed: 0.001 s testDynamicImport05 Time elapsed: 0.002 s testDynamicImport06 Time elapsed: 0.002 s testDynamicImport07 Time elapsed: 0.001 s testDynamicImport08 Time elapsed: 0.001 s testCompatReprovide Time elapsed: 0.001 s testEventsStart Time elapsed: 0.002 s testSubstitutableExports01 Time elapsed: 0.002 s testSubstitutableExports02 Time elapsed: 0.001 s testSubstitutableExports03 Time elapsed: 0.001 s testSubstitutableExports04 Time elapsed: 0.001 s testEventsStartLevelBeginningAt1 Time elapsed: 0.003 s testMultiCardinalityUses Time elapsed: 0.005 s testSplitPackageUses01 Time elapsed: 0.003 s testInstallCollision01 Time elapsed: 0.001 s testInstallCollision02 Time elapsed: 0.001 s testStoreInvalidAttributes Time elapsed: 0.004 s testFragments01 Time elapsed: 0.001 s testFragments02 Time elapsed: 0.001 s testStaticSubstituted Time elapsed: 0.001 s testMissingHost Time elapsed: 0.001 s testSystemBundleFragmentRequiresOtherFragment Time elapsed: 0.001 s testSimpleResolve Time elapsed: 0.001 s testSystemBundleFragmentsWithPayloadRequirements Time elapsed: 0.001 s testStartOnResolve Time elapsed: 0.001 s testUTF8LineContinuation Time elapsed: 0.106 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.003 s testPlatformFilter01 Time elapsed: 0 s testPlatformFilter02 Time elapsed: 0 s testRecurseResolutionPermits Time elapsed: 0.003 s testSingleton01 Time elapsed: 0.001 s testSingleton02 Time elapsed: 0.001 s testSingleton03 Time elapsed: 0.001 s testSingleton04 Time elapsed: 0.001 s testEventsInstall Time elapsed: 0 s testResolutionReportListenerModule Time elapsed: 0.001 s testResolutionReportEntrySingletonSelectionLowestVersionResolved Time elapsed: 0.001 s testResolutionReportEntrySingletonSelectionNoneResolved Time elapsed: 0 s testResolutionReportEntryFilteredByResolverHook Time elapsed: 0.001 s testResolutionReportListenerService Time elapsed: 0.003 s testResolutionReportEntryMissingCapability Time elapsed: 0 s testResolutionReportEntrySingletonSelectionHighestVersionResolved Time elapsed: 0.001 s testResolutionReportEntryUnresolvedProvider01 Time elapsed: 0.001 s testResolutionReportEntryUnresolvedProvider02 Time elapsed: 0.001 s testMultipleExecutionEnvironments Time elapsed: 0.003 s testOutOfOrderNamespace Time elapsed: 0.002 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.002 s testRemoveAll_multipleElementsInMultipleNamsespacesAndSomeNotPresent Time elapsed: 0 s testAddAllFilteredAfterLastMatch_matchUpUntilTheMiddle Time elapsed: 0.001 s testIteratorRemove_RemoveAllElements Time elapsed: 0.001 s testIteratorRemove_removeOneElement Time elapsed: 0 s testAddAllFilteredAfterLastMatch_emptyNamespaceList Time elapsed: 0.001 s testRemoveAll_listOfAllElementsInBuilder Time elapsed: 0 s testTransformIntoCopy_emptyBuilder Time elapsed: 0.001 s testRemoveIf_multipleMatches Time elapsed: 0.001 s testBuild_subsequentModificationOfBuilder Time elapsed: 0.001 s testRemoveIf_noMatches Time elapsed: 0.001 s testAddAllFilteredAfterLastMatch_noMatch Time elapsed: 0.001 s testRemove_elementNotContainedInNamespaceList Time elapsed: 0 s testAddAllFiltered_notEmptyBuilder Time elapsed: 0.003 s testClear Time elapsed: 0 s testIteratorsElementSequence_empty Time elapsed: 0.001 s testTransformIntoCopy_notEmptyBuilder Time elapsed: 0.001 s testAdd_multipleElements Time elapsed: 0 s testRemoveNamespaceIf_NamespaceMatchesExpunging Time elapsed: 0.001 s testIteratorRemove_NextNotCalled_IllegalStateException Time elapsed: 0 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 s testBuild_emptyBuilder Time elapsed: 0 s testRemoveElementsOfNamespaceIf_multipleMatches Time elapsed: 0.001 s testRemoveNamespaceIf_NoNamespaceMatches Time elapsed: 0 s testRemove_emptyBuilder Time elapsed: 0 s testAddAll_emptyNamespaceList Time elapsed: 0.001 s testIteratorsElementSequence_iterationBeyoundEndOfEmptyBuilder_NoSuchElementException Time elapsed: 0 s testAddAll_namespaceSortedList Time elapsed: 0.001 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 s testAddAllFiltered_emptyBuilder Time elapsed: 0 s testRemove_onlyElementOfNamspace Time elapsed: 0 s testAdd_singleElement Time elapsed: 0.001 s testAddAll_builderArgument Time elapsed: 0 s testIteratorsElementSequence_multipleNamespace Time elapsed: 0 s testRemoveElementsOfNamespaceIf_allElementsMatch Time elapsed: 0.001 s testGetNamespaceElements_contaiendNamespace Time elapsed: 0 s testAddAllFiltered_allElementsOfNewNamespaceFiltered Time elapsed: 0 s testIteratorRemove_RemoveTwice_IllegalStateException Time elapsed: 0 s testRemoveIf_allMatches Time elapsed: 0.001 s testCreate Time elapsed: 0 s testRemoveAll_multipleElementsInMultipleNamsespaces Time elapsed: 0 s testRemove_elementIsOneOfMultipleOfNamespace Time elapsed: 0 s testGetNamespaceElements_nullNamespace Time elapsed: 0 s testRemoveAll_emptyList Time elapsed: 0.001 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.001 s testGetModuleRequirements_isUnmodifiable Time elapsed: 0 s testGetRequiredWires_isModifiable Time elapsed: 0.001 s testGetRequiredResourceWires_isModifiable Time elapsed: 0.001 s testGetRequiredModuleWires_isUnmodifiable Time elapsed: 0 s testGetResourceRequirements_isModifiable Time elapsed: 0.001 s testGetProvidedWires_isModifiable Time elapsed: 0.001 s testGetCapabilities_isModifiable Time elapsed: 0 s testBundleNotDiscardedWhenClasspathStorageHookValidates Time elapsed: 0.329 s testAdaptModuleRevisionBuilder Time elapsed: 0.297 s testDeletingGenerationCalledUpdate Time elapsed: 0.265 s testHandleContent Time elapsed: 0.253 s testWrongStorageHookFactoryClassOnFrameworkRestart Time elapsed: 0.236 s testBundleDiscardedWhenClasspathStorageHookInvalidates Time elapsed: 0.248 s testFrameworkUtilHelper Time elapsed: 0.219 s testNullStorageHook Time elapsed: 0.263 s testDeletingGenerationCalledOnDiscard Time elapsed: 0.247 s testCleanOnFailLoad Time elapsed: 0.276 s testWrongStorageHookFactoryClassOnBundleInstall Time elapsed: 0.212 s testDeletingGenerationCalledUninstall Time elapsed: 0.275 s testWrongStorageHookFactoryClassOnBundleUpdate Time elapsed: 0.222 s testRecursionFromClassLoadingHookNotSupported Time elapsed: 0.246 s testFilterClassPaths Time elapsed: 0.295 s testRejectTransformationFromWeavingHook Time elapsed: 0.232 s testRecursionFromClassLoadingHookIsSupported Time elapsed: 0.271 s testPreventResourceLoadFromClassLoadingHook Time elapsed: 0.204 s testRejectTransformationFromClassLoadingHook Time elapsed: 0.215 s testGetResourceURL Time elapsed: 0.272 s testContextClassLoaderNullLocal Time elapsed: 0.226 s testDevClassPathWithExtension Time elapsed: 0.304 s testEmbeddedURLHandler Time elapsed: 0.301 s testFrameworkClassLoaderWithNewURI Time elapsed: 0.241 s testActivatorOrder Time elapsed: 0.217 s testDevClassPathWithExtension Time elapsed: 0.194 s testInstall2SingletonBundles Time elapsed: 0.052 s testInstallLocationWithUnderscores Time elapsed: 0.002 s testInstallBundleWithExtensionOnly Time elapsed: 0.001 s testStartError01 Time elapsed: 0.003 s testStartError02 Time elapsed: 0.006 s testInstallBundleWithExtensionAndExtensionPoint Time elapsed: 0.002 s testInstallLocationWithSpaces Time elapsed: 0.002 s testUnsupportedOperation01 Time elapsed: 0.002 s testInstall2NonSingletonBundles Time elapsed: 0.005 s testInstallNoVersionManifest01 Time elapsed: 0.002 s testInstallBundleWithExtensionPointOnly Time elapsed: 0.001 s testInstallInvalidManifest02 Time elapsed: 0.001 s testInstallInvalidManifest03 Time elapsed: 0.001 s testInstallInvalidManifest04 Time elapsed: 0.002 s testInstallInvalidManifest05 Time elapsed: 0.001 s testAIX Time elapsed: 0.001 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.001 s testMacOSX Time elapsed: 0 s testSolaris Time elapsed: 0 s testColonOnPath Time elapsed: 0 s testThreeLetterValidLanguage Time elapsed: 0.001 s testInvalidThreeLetterCountry Time elapsed: 0 s testValidCountryVariant Time elapsed: 0 s testValidLanguage Time elapsed: 0.001 s testValidLanguageVariant Time elapsed: 0 s testValidVariant Time elapsed: 0 s testValidNumericAreaCode Time elapsed: 0 s testValidLanguageCountry Time elapsed: 0 s testInvalidOneLetterLanguage Time elapsed: 0.001 s testValidCountry Time elapsed: 0 s testInvalidLanguage Time elapsed: 0 s testValidLanguageCountryVariant Time elapsed: 0 s testInvalidOneLetterCountry Time elapsed: 0.001 s testSubstitutableExports001 Time elapsed: 0.037 s testSubstitutableExports002 Time elapsed: 0.004 s testSubstitutableExports003 Time elapsed: 0.001 s testSubstitutableExports004 Time elapsed: 0.002 s testSubstitutableExports005 Time elapsed: 0.06 s testSubstitutableExports006 Time elapsed: 0.007 s testSubstitutableExports007 Time elapsed: 0.001 s testSubstitutableExports008 Time elapsed: 0.002 s testSubstitutableExports009 Time elapsed: 0.001 s testSubstitutableExports010 Time elapsed: 0.002 s testSubstitutableExports011 Time elapsed: 0.002 s testSubstitutableExports012 Time elapsed: 0.004 s testSubstitutableExports013 Time elapsed: 0.002 s testSubstitutableExports014 Time elapsed: 0.005 s testSubstitutableExports015 Time elapsed: 0.003 s testSubstitutableExports016 Time elapsed: 0.001 s testSubstitutableExports017 Time elapsed: 0.053 s testSubstitutableExports018 Time elapsed: 0.004 s testSubstitutableExports019 Time elapsed: 0.001 s testSubstitutableExports020 Time elapsed: 0.001 s testSubstitutableExports021 Time elapsed: 0.001 s testSubstitutableExports022 Time elapsed: 0.002 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 s testDisabledInfo03 Time elapsed: 0.015 s testDisabledInfo04 Time elapsed: 0.001 s testBug251427 Time elapsed: 0 s testCache Time elapsed: 0.001 s testClone Time elapsed: 0.001 s testGenericsBasics Time elapsed: 0.002 s testBug184127 Time elapsed: 0.005 s testBug205270 Time elapsed: 0.001 s testBug241128_01 Time elapsed: 0.001 s testBug241128_02 Time elapsed: 0.001 s testBug241128_03 Time elapsed: 0 s testBug241128_04 Time elapsed: 0.001 s testSelectionPolicy Time elapsed: 0.001 s testFragmentsBug188199 Time elapsed: 0.001 s testPlatformProperties01 Time elapsed: 0.002 s testPlatformProperties02 Time elapsed: 0 s testPlatformProperties03 Time elapsed: 0 s testPlatformProperties04 Time elapsed: 0.001 s testLinkageChange Time elapsed: 0 s testSingletonsSelection1 Time elapsed: 0 s testSingletonsSelection2 Time elapsed: 0.001 s testSingletonsSelection3 Time elapsed: 0.001 s testSingletonsSelection4 Time elapsed: 0.001 s testSingletonsSelection5 Time elapsed: 0.001 s testSingletonsSelection6 Time elapsed: 0.001 s testSingletonsSelection7 Time elapsed: 0 s testReinstall Time elapsed: 0.001 s testPlatformPropertiesBug207500a Time elapsed: 0.006 s testPlatformPropertiesBug207500b Time elapsed: 0 s testNativeCodeResolution01 Time elapsed: 0.001 s testNativeCodeResolution02 Time elapsed: 0 s testNativeCodeResolution03 Time elapsed: 0 s testNativeCodeResolution04 Time elapsed: 0.001 s testNativeCodeResolution05 Time elapsed: 0 s testNativeCodeResolution06 Time elapsed: 0 s testPlatformPropertiesBug246640a Time elapsed: 0 s testPlatformPropertiesBug246640b Time elapsed: 0.001 s testEECapabilityRequirement1 Time elapsed: 0.003 s testEEBug377510 Time elapsed: 0.029 s testNonSingletonsSameVersion Time elapsed: 0 s testRequirements Time elapsed: 0.006 s testFragmentsMultipleVersion Time elapsed: 0.001 s testCapabilities Time elapsed: 0.005 s testReresolveBundle Time elapsed: 0 s testBasicResolution Time elapsed: 0.001 s testRemoveAndAdd Time elapsed: 0 s testBug266935_01 Time elapsed: 0 s testBug266935_02 Time elapsed: 0 s testBug266935_03 Time elapsed: 0 s testBug266935_04 Time elapsed: 0.001 s testBug187616 Time elapsed: 0 s testBug217150 Time elapsed: 0 s testBug320124 Time elapsed: 0 s testBug324618 Time elapsed: 0.001 s testBug369880 Time elapsed: 0.001 s testBug376322 Time elapsed: 0.015 s testMultiStateAdd01 Time elapsed: 0.003 s testMultiStateAdd02 Time elapsed: 0.001 s testMultiStateAdd03 Time elapsed: 0 s testSingletons Time elapsed: 0.001 s testPlatformPropertiesBug188075 Time elapsed: 0.004 s testRemovalPending Time elapsed: 0.001 s testRequireBundleUses Time elapsed: 0.001 s testComplexResolution Time elapsed: 0 s testCyclicTransitiveUses Time elapsed: 0.001 s testRemoval Time elapsed: 0.001 s testEECapabilityRequirement Time elapsed: 0.001 s testSingletonsSameVersion Time elapsed: 0 s testFragmentConstraints01 Time elapsed: 0.001 s testFragmentConstraints02 Time elapsed: 0 s testFragmentConstraints03 Time elapsed: 0 s testFragmentConstraints04 Time elapsed: 0.001 s testFragmentConstraints05 Time elapsed: 0 s testFragmentConstraints06 Time elapsed: 0.001 s testFragmentConstraints07 Time elapsed: 0 s testAdd3Resolve1 Time elapsed: 0.001 s testFragmentTransitiveUses Time elapsed: 0.001 s testTransitiveUses Time elapsed: 0 s testMultipleExportsUses01 Time elapsed: 0 s testDependentBundles Time elapsed: 0.001 s testCycleBug570984 Time elapsed: 0.001 s testCyclicUsesExportDrop Time elapsed: 0 s testResolveFragmentEE01 Time elapsed: 0 s testResolveFragmentEE02 Time elapsed: 0.006 s testRanges Time elapsed: 0.001 s testUpdate Time elapsed: 0 s testFragmentUses01 Time elapsed: 0 s testFragmentUses02 Time elapsed: 0.001 s testPrerequisiteBundle Time elapsed: 0 s testRemovalResolve Time elapsed: 0.001 s testImportJavaPackages Time elapsed: 0.001 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.001 s testAddition Time elapsed: 0.025 s testRemoval Time elapsed: 0.001 s testUpdate Time elapsed: 0 s testLowerThan Time elapsed: 0.001 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.001 s testTest_001 Time elapsed: 0 s testTest_002 Time elapsed: 0 s testTest_003 Time elapsed: 0 s testTest_001 Time elapsed: 0 s testTest_002 Time elapsed: 0 s testTest_003 Time elapsed: 0.001 s testTest_001 Time elapsed: 0 s testTest_002 Time elapsed: 0.001 s testTest_003 Time elapsed: 0 s testTest_003 Time elapsed: 0.001 s testTest_005 Time elapsed: 0 s testTest_005 Time elapsed: 0.001 s testTest_001 Time elapsed: 0.001 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.001 s testTest_008 Time elapsed: 0 s testTest_002 Time elapsed: 0.001 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 s testTest_003 Time elapsed: 0 s testTest_004 Time elapsed: 0.001 s testTest_005 Time elapsed: 0 s testTest_006 Time elapsed: 0.001 s testTest_007 Time elapsed: 0 s testTest_001 Time elapsed: 0 s testTest_002 Time elapsed: 0 s testTest_003 Time elapsed: 0.001 s testXFriends Time elapsed: 0 s testVisiblePackages001 Time elapsed: 0.001 s testVisiblePackages002 Time elapsed: 0 s testVisiblePackages003 Time elapsed: 0 s testGenericsFrags Time elapsed: 0 s testGenericsBasics Time elapsed: 0 s testGenericsCycles Time elapsed: 0 s testGenericsIntraFrags Time elapsed: 0.001 s testGenericsOptionalMultiple Time elapsed: 0 s testGenericsUpdate Time elapsed: 0 s testGenericsRefresh Time elapsed: 0.001 s testGenericsAliases Time elapsed: 0 s testGenericsEquinoxEquinox Time elapsed: 0.007 s testGenericsOSGiNameOSGi Time elapsed: 0.007 s testGenericsEquinoxOSGi Time elapsed: 0.006 s testDeclaringIdentityCapability Time elapsed: 0 s testGenericsOSGiNameEquinox Time elapsed: 0.006 s testGenericsOSGiEquinox Time elapsed: 0.007 s testGenericsOSGiNameEquinoxName Time elapsed: 0.006 s testGenericFragments01 Time elapsed: 0.007 s testGenericFragments02 Time elapsed: 0.011 s testOSGiCardinality Time elapsed: 0.001 s testGenericUses Time elapsed: 0.002 s testOSGiCardinalityUses Time elapsed: 0.012 s testGenericsOSGiOSGi Time elapsed: 0.006 s testDevModeFragment01 Time elapsed: 0.001 s testDevModeGenericCapability Time elapsed: 0.001 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.004 s testTraceFile02 Time elapsed: 0.002 s testTraceFile03 Time elapsed: 0.002 s testTraceFile04 Time elapsed: 0.002 s testTraceFile05 Time elapsed: 0.001 s testTraceFile06 Time elapsed: 0.001 s testTraceFile07 Time elapsed: 0.002 s testTraceFile08 Time elapsed: 0.001 s testTraceFile09 Time elapsed: 0.001 s testTraceSystemOut Time elapsed: 0.003 s testBooleanValues Time elapsed: 0 s testBatchSetOptionsWhenDisabled Time elapsed: 0 s testVerboseDebugging Time elapsed: 0.003 s testIntegerValues Time elapsed: 0.001 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.001 s testDyanmicEnablement04 Time elapsed: 0 s testSetOptionsWhenDisabled Time elapsed: 0.001 s testBatchSetOptionsWhenEnabled Time elapsed: 0 s testTracingEntry01 Time elapsed: 0 s testTracingEntry02 Time elapsed: 0.001 s testLogNullMessage Time elapsed: 0.004 s testLogThrowable Time elapsed: 0.001 s testLogServiceReference Time elapsed: 0.001 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.002 s testLogFull1 Time elapsed: 0 s testLogFull2 Time elapsed: 0.001 s testLogFull3 Time elapsed: 0.001 s testLogFull4 Time elapsed: 0 s testLogNull1 Time elapsed: 0.001 s testLogNull2 Time elapsed: 0.001 s testLogNull3 Time elapsed: 0 s testLogNull4 Time elapsed: 0.002 s testLogNegativeLevel Time elapsed: 0 s testLogInfo Time elapsed: 0.001 s testLogNullThrowable Time elapsed: 0 s testServiceEventLog Time elapsed: 0.002 s testLogServiceReferenceWithNullThrowable Time elapsed: 0 s testaddListener Time elapsed: 0.004 s testLogEntry Time elapsed: 0.002 s testLoggerContextSetLogLevelsWithBundleInstalledAndNoLogger Time elapsed: 0.042 s testBadListener Time elapsed: 0.004 s testLogServiceEventInfo Time elapsed: 0.002 s testLoggerContextSetLogLevelsWithoutBundleAndLogger Time elapsed: 0.02 s testLogBundleEventInfo Time elapsed: 0.006 s testLogBundleEventSynchronous Time elapsed: 0.008 s testLogHistory1 Time elapsed: 0.018 s testLogHistory2 Time elapsed: 0.043 s testaddNullListener Time elapsed: 0.003 s testaddListenerTwice Time elapsed: 0.002 s testLogFrameworkEventType Time elapsed: 0.004 s testLogServiceEventDebug Time elapsed: 0.003 s testBundleEventsLogged Time elapsed: 0.018 s testLoggerContextSetLogLevelsWithBundleInstalledAndLogger Time elapsed: 0.012 s testLogFrameworkEvent Time elapsed: 0.047 s testImplies Time elapsed: 0 s testLogContextWithNullThrowable Time elapsed: 0 s testLogContext Time elapsed: 0.001 s testIsLoggableTrue Time elapsed: 0 s testNotIsLoggableWithNoListener Time elapsed: 0.001 s testLoggerIsLoggableTrue Time elapsed: 0.001 s testNamedLoggerLogFull Time elapsed: 0 s testNamedLoggerLogNull Time elapsed: 0.001 s testNullLoggerLogNull Time elapsed: 0.001 s testNullLogContext Time elapsed: 0 s testNotIsLoggableWithListener Time elapsed: 0.001 s testLoggerNotIsLoggableWithListener Time elapsed: 0.001 s testNamedLoggerLogFullWithBundle Time elapsed: 0 s testNamedLoggerLogFullWithNullBundle Time elapsed: 0.001 s testExtendedLogEntry Time elapsed: 0.001 s testaddNullListener Time elapsed: 0 s testaddFilteredListenerTwice Time elapsed: 0.001 s testSynchronousLogListener Time elapsed: 0 s testaddNullFilterr Time elapsed: 0.001 s testaddFilteredListener Time elapsed: 0 s testBadFilter Time elapsed: 0.001 s testSignedContentCorruption Time elapsed: 0.186 s testInputStreamEquality Time elapsed: 0.116 s findTrustAnchor positive test: self signed trusted Time elapsed: 0.003 s findTrustAnchor positive test: chain with root trusted Time elapsed: 0.002 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 s findTrustAnchor negative test: untrusted chain Time elapsed: 0.002 s findTrustAnchor negative test: invalid chain Time elapsed: 0.001 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.005 s addTrustAnchor negative test: null cert specified Time elapsed: 0 s addTrustAnchor negative test: existing cert specified Time elapsed: 0.002 s addTrustAnchor negative test: existing alias specified Time elapsed: 0.001 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.001 s removeTrustAnchor negative test: remove by null alias Time elapsed: 0 s removeTrustAnchor negative test: remove by null certificate Time elapsed: 0.001 s getTrustAnchor positive test: get by alias Time elapsed: 0 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.001 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.001 s testSignedContent03 Time elapsed: 0.146 s testSignedContent04 Time elapsed: 0.001 s testSignedContent05 Time elapsed: 0.101 s testSignedContent06 Time elapsed: 0.112 s testSignedContent07 Time elapsed: 0.083 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.102 s testSignedContent13 Time elapsed: 0.073 s testSignedContent14 Time elapsed: 0 s testSignedContent15 Time elapsed: 0.051 s testSignedContent16 Time elapsed: 0 s testBug252098 Time elapsed: 0.125 s testBug378155 Time elapsed: 0.133 s testSignedContent07a Time elapsed: 0.127 s testBug434711 Time elapsed: 0 s testBug225090_01 Time elapsed: 0 s testBug225090_02 Time elapsed: 0 s test489686 Time elapsed: 0 s testAdminPermission01 Time elapsed: 0.045 s testAdminPermission02 Time elapsed: 0.003 s testAdminPermission03 Time elapsed: 0.003 s testAdminPermission04 Time elapsed: 0.004 s testAdminPermission05 Time elapsed: 0.023 s testAdminPermission06 Time elapsed: 0.003 s testAdminPermission07 Time elapsed: 0.004 s testAdminPermission08 Time elapsed: 0.003 s testAdminPermission09 Time elapsed: 0.004 s testAdminPermission10 Time elapsed: 0.003 s testAdminPermission11 Time elapsed: 0.003 s testBundleSignerCondition01 Time elapsed: 0.008 s testBundleSignerCondition02 Time elapsed: 0.003 s testBundleSignerCondition03 Time elapsed: 0.003 s testBundleSignerCondition04 Time elapsed: 0.002 s testBundleSignerCondition05 Time elapsed: 0.003 s testBundleSignerCondition06 Time elapsed: 0.003 s testBundleSignerCondition07 Time elapsed: 0.003 s testBundleSignerCondition08 Time elapsed: 0.003 s testBundleSignerCondition09 Time elapsed: 0.003 s testBundleSignerCondition10 Time elapsed: 0.003 s testBundleSignerCondition11 Time elapsed: 0.003 s testBundleSignerCondition12 Time elapsed: 0.003 s testSimpleApp Time elapsed: 0 s testInvalidArgs Time elapsed: 0 s testAsyncValue01 Time elapsed: 4.959 s testAsyncValue02 Time elapsed: 0 s testAsyncValue03 Time elapsed: 4.96 s testAsyncValue04 Time elapsed: 0.941 s testAsyncValue05 Time elapsed: 0 s testAsyncValue06 Time elapsed: 4.945 s testExitValue01 Time elapsed: 4.958 s testExitValue02 Time elapsed: 4.954 s testExitValue03 Time elapsed: 4.958 s testExitValue04 Time elapsed: 0.947 s testExitValue05 Time elapsed: 0.001 s testExitValue06 Time elapsed: 0.05 s testExitValue07 Time elapsed: 4.946 s testExitValue08 Time elapsed: 0 s testExitValue09 Time elapsed: 4.951 s testExitValue10 Time elapsed: 4.958 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.001 s testDescriptorEvents01 Time elapsed: 0.15 s testPersistentLock01 Time elapsed: 0 s testPersistentLock02 Time elapsed: 0 s testPersistentLock03 Time elapsed: 0 s testPersistentSchedule01 Time elapsed: 0.001 s testPersistentSchedule02 Time elapsed: 29.893 s testPersistentSchedule03 Time elapsed: 0 s testPersistentSchedule04 Time elapsed: 0.001 s testPersistentSchedule05 Time elapsed: 120.891 s testPersistentSchedule06 Time elapsed: 0 s testPersistentSchedule07 Time elapsed: 0 s testPersistentSchedule08 Time elapsed: 0.001 s testFailedApplication01 Time elapsed: 0 s testDestroyBeforeStart01 Time elapsed: 1.954 s testDestroyBeforeStart02 Time elapsed: 1.952 s testRelaunch Time elapsed: 0 s testFatalException Time elapsed: 0.003 s testNonFatalException Time elapsed: 0.002 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.001 s testCreateLocation03 Time elapsed: 0 s testCreateLocation04 Time elapsed: 0.001 s testCreateLocation05 Time elapsed: 0 s testNoDefault Time elapsed: 0.007 s testUNC Time elapsed: 0.001 s testNone Time elapsed: 0.008 s testSetLocationWithRelLockFile Time elapsed: 0.001 s testUserDir Time elapsed: 0.007 s testLocationDataArea01 Time elapsed: 0.002 s testDebugLogOnGetURL Time elapsed: 0.012 s testUserHome Time elapsed: 0.009 s testSetLocationWithAbsLockFile Time elapsed: 0.002 s testSchemes Time elapsed: 0.023 s testSetLocationWithEmptyLockFile Time elapsed: 0.002 s testSlashes Time elapsed: 0.007 s testAddRemove Time elapsed: 0.008 s testMultipleFileManagers Time elapsed: 0.013 s testReadOnly Time elapsed: 0.008 s testCleanupOnOpen Time elapsed: 0.022 s testCleanupOnSave Time elapsed: 0.016 s testJavaIOLocking Time elapsed: 0 s testExistingVersion Time elapsed: 0.014 s testNotOpen Time elapsed: 0.028 s testRemoveThenAdd Time elapsed: 0.023 s testReliableFile Time elapsed: 5.014 s testAbort Time elapsed: 0.025 s testMigration Time elapsed: 0.019 s testGetOutputStreamSet Time elapsed: 0.041 s testAbortStreamSet Time elapsed: 0.007 s testBigReliableFile Time elapsed: 0.014 s testOtherKeys Time elapsed: 0 s testCommonKeys Time elapsed: 0 s testObjectPool01 Time elapsed: 0.306 s testObjectPool02 Time elapsed: 0.307 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 s testRegularWindowsFileName Time elapsed: 0 s testAdditionalStrings Time elapsed: 0 s testAdditionalStringsDeprocess Time elapsed: 0.001 s testBidiPaths Time elapsed: 0 s testBidiPathsDeprocess Time elapsed: 0 s testBidiPathsWithNullDelimiter Time elapsed: 0 s testBidiStringWithNoDelimiters Time elapsed: 0.001 s testDoubleProcessOtherStrings Time elapsed: 0 s testDoubleProcessPaths Time elapsed: 0 s testEmptyStringParams Time elapsed: 0 s testEmptyStringParamsDeprocess Time elapsed: 0.001 s testNullParams Time elapsed: 0 s testNullParamsDeprocess Time elapsed: 0.001 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.05 s testOpenCloseUpdateConnectContent Time elapsed: 0.025 s testTrueCondition Time elapsed: 0.02 s testConnectContentActivatorsWithFrameworkLoaders Time elapsed: 0.043 s testConnectContentManifest Time elapsed: 0.048 s testGetConnectHeaders Time elapsed: 0.027 s testConnectFactoryNoModules Time elapsed: 0.046 s testConnectContentHeaders Time elapsed: 0.089 s testConnectBundleHeaders Time elapsed: 0.061 s testInstallUpdateWithInputStream Time elapsed: 0.092 s testConnectContentActivatorsWithProvidedLoaders Time elapsed: 0.022 s testConnectInit Time elapsed: 0.02 s testConnectActivator Time elapsed: 0.021 s testConnectContentEntriesWithFrameworkLoaders Time elapsed: 0.023 s testJavaExportsConnect Time elapsed: 0.024 s testConnectContentEntriesWithProvidedLoaders Time elapsed: 0.037 s testUnregisterTwiceError Time elapsed: 0.005 s testUnregisterSetPropsError Time elapsed: 0.007 s testUninstallModuleError Time elapsed: 0.003 s testLoadActivatorError Time elapsed: 0.005 s testUninstallContextError Time elapsed: 0.005 s testStartFragmentError Time elapsed: 0.004 s testTrasientStartLevelError Time elapsed: 0.002 s testSystemPackages Time elapsed: 0.036 s testImportPackageCanContainJavaPackages Time elapsed: 0.041 s testExportPackageCannotContainJavaPackages Time elapsed: 0.018 s testMultiRelease11ListResources Time elapsed: 0.043 s testMultiRelease11ClassLoad Time elapsed: 0.033 s testMultiRelease10GetResource Time elapsed: 0.028 s testMultiReleaseBundleDeletedRestart Time elapsed: 0.033 s testMultiRelease10ListResources Time elapsed: 0.022 s testMultiRelease11GetResource Time elapsed: 0.025 s testMultiRelease10ClassLoad Time elapsed: 0.024 s testMultiRelease9ListResources Time elapsed: 0.026 s testMultiRelease9ClassLoad Time elapsed: 0.038 s testMultiRelease8ListResources Time elapsed: 0.027 s testMultiRelease8ClassLoad Time elapsed: 0.023 s testMultiReleaseBundleManifest8 Time elapsed: 0.048 s testMultiReleaseBundleManifest9 Time elapsed: 0.018 s testMultiReleasePreventMetaInfVersionListing Time elapsed: 0.018 s testMultiReleasePreventMetaInfServiceVersions Time elapsed: 0.018 s testMultiRelease8GetResource Time elapsed: 0.02 s testMultiReleasePreventMetaInfResourceURLs Time elapsed: 0.04 s testMultiRelease9GetResource Time elapsed: 0.028 s testMultiReleaseBundleManifestChangeRuntime Time elapsed: 0.184 s testMultiReleaseBundleManifest10 Time elapsed: 0.023 s testMultiReleaseBundleManifest11 Time elapsed: 0.02 s testMultiRelease11GetResources Time elapsed: 0.035 s testMultiRelease9GetResources Time elapsed: 0.059 s testMultiRelease10GetResources Time elapsed: 0.03 s testMultiRelease8GetResources Time elapsed: 0.021 s testImageProducer Time elapsed: 0.003 s testURLHandlerUnregister Time elapsed: 0.006 s testPeriodicPersistence Time elapsed: 6.031 s testNoPersistence Time elapsed: 4.039 s testImmediatePersistence Time elapsed: 0.025 s testCascadeConfigBundleInstall Time elapsed: 0.05 s testCascadeConfigDataArea Time elapsed: 0.066 s testCascadeConfigIni Time elapsed: 0.016 s testDiscardDeletedBundleFile Time elapsed: 0.085 s testNoDiscardOsgiCheckConfigurationFalseOsgiDevSpecified Time elapsed: 0.064 s testNoDiscardOsgiCheckConfigurationUnspecifiedOsgiDevUnspecified Time elapsed: 0.06 s testNoDiscardOsgiCheckConfigurationFalseOsgiDevUnspecified Time elapsed: 0.071 s testDiscardOsgiCheckConfigurationUnspecifiedOsgiDevSpecified Time elapsed: 0.071 s testDiscardOsgiCheckConfigurationTrueOsgiDevUnspecified Time elapsed: 0.058 s testDiscardOsgiCheckConfigurationTrueOsgiDevSpecified Time elapsed: 0.067 s testAdapt_ProtectionDomain Time elapsed: 0.007 s testAdapt_File Time elapsed: 0.002 s testAdapt_Module Time elapsed: 0.002 s testAdapt_SignedContent Time elapsed: 0.003 s testFrameworkLog Time elapsed: 5.01 s testRuntimeLog Time elapsed: 0.005 s testPluginILog Time elapsed: 0.005 s testLogService Time elapsed: 5.006 s testEventAdminAdapter1 Time elapsed: 0.005 s testEventAdminAdapter2 Time elapsed: 5.004 s testBug347183 Time elapsed: 0.054 s testBug320546_01 Time elapsed: 0.002 s testBug320546_02 Time elapsed: 0.001 s testBreakOutDirBundle Time elapsed: 0.001 s testBug328795 Time elapsed: 0.005 s testBug338081 Time elapsed: 0.003 s testBug395274 Time elapsed: 0.003 s testSpaceCharBundleEntry Time elapsed: 0.004 s testSpaceLocation Time elapsed: 0.048 s testCollisionHook Time elapsed: 0.007 s testInstallWithStream03 Time elapsed: 0.001 s testPercentLocation Time elapsed: 0.019 s testBug290193 Time elapsed: 0.002 s testQuestionMarkLocation Time elapsed: 0.023 s testPlusCharBundleEntry Time elapsed: 0.036 s testPlusLocation Time elapsed: 0.02 s testUpdateNoStream01 Time elapsed: 0.002 s testUpdateNoStream02 Time elapsed: 0.002 s testOctothorpLocation Time elapsed: 0.031 s testInstallWithLocation01 Time elapsed: 0.001 s testInstallWithLocation02 Time elapsed: 0.001 s testEscapeZipRoot Time elapsed: 0.05 s testPercentCharBundleEntry Time elapsed: 0.003 s testUpdateWithStream01 Time elapsed: 0.002 s testUpdateWithStream02 Time elapsed: 0.003 s testInstallWithInterruption Time elapsed: 0.001 s testURLMultiplexing01 Time elapsed: 0.036 s testURLExternalFormat01 Time elapsed: 0.045 s testSystemCapabilitiesBug522125 Time elapsed: 0.258 s testConfigPlusChar Time elapsed: 0.016 s testOSGiDevSetsCheckConfiguration Time elapsed: 0.007 s testZipBundleFileOpenLock Time elapsed: 0.036 s testSystemBundleListener Time elapsed: 0.016 s testSystemNLFragment Time elapsed: 0.016 s testNullConfigurationValue Time elapsed: 0.006 s testExtraSystemBundleHeaders Time elapsed: 0.056 s testCaptureLogEntryLocation Time elapsed: 0.038 s testContextFinderGetResource Time elapsed: 0.017 s testDynamicImportPrivatePackage Time elapsed: 0.032 s testDeleteBundleFile Time elapsed: 0.03 s testConfigPercentChar Time elapsed: 0.015 s testUUID Time elapsed: 0.032 s testBug258209_1 Time elapsed: 1.237 s testConfigSpaceChar Time elapsed: 0.021 s testBug351519RefreshDisabled Time elapsed: 0.019 s testMRUBundleFileListOverflow Time elapsed: 6.755 s testStartLevelRestrictMultiThreadExplicit4 Time elapsed: 3.929 s testSystemBundleLoader Time elapsed: 0.001 s testBug351519RefreshDefault Time elapsed: 0.017 s testNullStorageArea Time elapsed: 0.006 s testInitialBundleUpdate Time elapsed: 0.015 s testWeavingPersistence Time elapsed: 0.046 s testDaemonActiveThread Time elapsed: 0.021 s testMRUBundleFileList Time elapsed: 1.929 s testBug304213 Time elapsed: 0.04 s testBug352275 Time elapsed: 0.021 s testBug375784 Time elapsed: 0.018 s testBug405919 Time elapsed: 0.019 s testBug412228 Time elapsed: 0.533 s testBug413879 Time elapsed: 1.526 s testBug414070 Time elapsed: 0.022 s testBug432632 Time elapsed: 0.016 s testSystemBundle01 Time elapsed: 0.015 s testSystemBundle02 Time elapsed: 0.016 s testSystemBundle03 Time elapsed: 0.016 s testSystemBundle04 Time elapsed: 0.029 s testSystemBundle06 Time elapsed: 0.028 s testSystemBundle07 Time elapsed: 0.037 s testSystemBundle08 Time elapsed: 0.029 s testSystemBundle09 Time elapsed: 0.059 s testSystemBundle10 Time elapsed: 1.218 s testSystemBundle11 Time elapsed: 0.02 s testSystemBundle12 Time elapsed: 1.022 s testSystemBundle13 Time elapsed: 0.033 s testSystemBundle14 Time elapsed: 0.015 s testSystemBundle16 Time elapsed: 0.016 s testSystemBundle17 Time elapsed: 0.028 s testSystemBundle18 Time elapsed: 0.026 s testSystemBundle19 Time elapsed: 0.021 s testNullConfiguration Time elapsed: 0.005 s testJavaProfile Time elapsed: 0.123 s testMassiveParallelInstallStart Time elapsed: 11.632 s testProvideOSGiEEandNative Time elapsed: 0.417 s testStartLevelSingleThread Time elapsed: 1.03 s testBug351083DevClassPath Time elapsed: 0.018 s testBootDelegationConfigIni Time elapsed: 0.032 s testLocalConfigReplaceSystemProperties Time elapsed: 0.007 s testLogOrderMultipleListeners Time elapsed: 3.473 s tTestBug351519RefreshEnabled skipped testWindowsAlias Time elapsed: 0.018 s testDynamicImportFromSystemBundle Time elapsed: 0.036 s testNullConfigurationValueSystemProperties Time elapsed: 0.008 s testCorruptStageInstallUpdate Time elapsed: 0.013 s testContextBootDelegation Time elapsed: 0.026 s testSystemBundle05_1 Time elapsed: 0.016 s testSystemBundle05_2 Time elapsed: 0.023 s testBundleIDLock Time elapsed: 4.035 s testLazyTriggerOnLoadError Time elapsed: 0.024 s testNullConfigurationValueRequiredProperty Time elapsed: 0.027 s testDynamicSecurityManager Time elapsed: 0.036 s testStartLevelMultiThreadExplicit1 Time elapsed: 6.082 s testStartLevelMultiThreadExplicit4 Time elapsed: 1.661 s testParallelActivationPersistence Time elapsed: 0.021 s testBackedBySystemReplaceSystemProperties Time elapsed: 0.007 s testOverrideEquinoxConfigAreaProp Time elapsed: 0.032 s testStartLevelMultiThreadAvailableProcessors Time elapsed: 3.068 s testMRUBundleFileListExpectedToFail skipped testAllNullConfigurationValues Time elapsed: 0.006 s testStartLevelSorting Time elapsed: 0.142 s testChangeEE Time elapsed: 0.04 s testDuplicateError01 Time elapsed: 0.002 s testDuplicateError02 Time elapsed: 0.002 s testUninstallSystemBundle Time elapsed: 0.002 s testInvalidBundleActivator01 Time elapsed: 0.004 s testInvalidBundleActivator02 Time elapsed: 0.003 s testInvalidBundleActivator03 Time elapsed: 0.004 s testSubstituteExports01x Time elapsed: 0.004 s testSubstituteExports01y Time elapsed: 0.005 s testSubstituteExports02 Time elapsed: 0.011 s testSubstituteExports03 Time elapsed: 0.005 s testSubstituteExports04 Time elapsed: 0.007 s testSubstituteExports05 Time elapsed: 0.006 s testSubstituteExports06 Time elapsed: 0.009 s testSubstituteExports07 Time elapsed: 0.009 s testSubstituteExports08 Time elapsed: 0.007 s testSubstituteExports09 Time elapsed: 0.005 s testSubstituteExports10 Time elapsed: 0.005 s testSubstituteExports11 Time elapsed: 0.044 s testSubstituteExports12 Time elapsed: 0.007 s testSubstituteExports13 Time elapsed: 0.007 s testSubstituteExports14 Time elapsed: 0.005 s testUninstallWhileResolving Time elapsed: 0.005 s testBug259903 Time elapsed: 0.013 s testBug287636 Time elapsed: 0.009 s testBug289719 Time elapsed: 1.018 s testBug415447 Time elapsed: 0.002 s testBundleEvents01 Time elapsed: 0.004 s testBundleEvents02 Time elapsed: 0.007 s testExtensionBundleWithRequireCapabilityOsgiEeInstalls Time elapsed: 0.003 s testActivatorOrder Time elapsed: 0.007 s testFrameworkExtension01 Time elapsed: 0.004 s testFrameworkExtension02 Time elapsed: 0.004 s testExtClasspathExtension01 Time elapsed: 0.004 s testURLExternalFormat01 Time elapsed: 0.001 s testURLExternalFormat02 Time elapsed: 0.003 s testURLExternalFormat03 Time elapsed: 0.002 s testURLExternalFormat04 Time elapsed: 0.003 s testMultiChainDepedencies01 Time elapsed: 0.016 s testMultiChainDepedencies02 Time elapsed: 0.011 s testLoadClassUnresolved Time elapsed: 0.003 s testThreadLock Time elapsed: 30.033 s testBuddyClassLoadingGlobalNotFound Time elapsed: 0.004 s testBug370258_beginException Time elapsed: 0.003 s testBug370258_endException Time elapsed: 0.003 s testURI Time elapsed: 0.001 s testBuddyClassLoadingDependent1 Time elapsed: 0.005 s testBuddyClassLoadingDependent2 Time elapsed: 0.004 s testBuddyClassLoadingDependent3 Time elapsed: 0.006 s testGetResourceDir01 Time elapsed: 0.003 s testRecursiveWeavingHookFactory Time elapsed: 0.003 s testStartTransientByLoadClass Time elapsed: 0.008 s testImporterExporter01 Time elapsed: 0.003 s testImporterExporter02 Time elapsed: 0.006 s testBundleClassLoaderEmptyGetResources Time elapsed: 0.001 s testLoadTriggerClass Time elapsed: 0.006 s testDefaultLocalUninstall Time elapsed: 0.002 s testFragmentExportPackage Time elapsed: 0.006 s testBuddyClassloadingBug438904 Time elapsed: 0.004 s testMultipleGetResources01a Time elapsed: 0.003 s testListResources Time elapsed: 0.005 s testBug300692_01 Time elapsed: 0.046 s testBug300692_02 Time elapsed: 0.012 s testStartTransient Time elapsed: 0.007 s testGetEntryDir01 Time elapsed: 0.003 s testBug258659_01 Time elapsed: 0.004 s testBug258659_02 Time elapsed: 0.006 s testBug258659_03 Time elapsed: 0.004 s testBug258659_04 Time elapsed: 0.006 s testLoaderUninstalledBundle Time elapsed: 0.005 s testFragmentPackageAccess Time elapsed: 0.005 s testOSGiLazyStartDelay Time elapsed: 4.006 s testManifestPackageSpec Time elapsed: 0.004 s testResolveURLRelativeBundleResourceWithPort Time elapsed: 0.001 s testBug207847 Time elapsed: 0.006 s testBug213791 Time elapsed: 0.003 s testBug235958 Time elapsed: 0.004 s testBug299921 Time elapsed: 0.003 s testBug306181 Time elapsed: 0.008 s testBug348805 Time elapsed: 0.004 s testBug348806 Time elapsed: 0.004 s testBug408629 Time elapsed: 0.013 s testBug490902 Time elapsed: 15.006 s testArrayTypeLoad Time elapsed: 0.002 s testBug565522FragmentClasspath Time elapsed: 0.007 s testXFriends skipped testClassCircularityError Time elapsed: 0.005 s testBuddyClassLoadingRegistered1 Time elapsed: 0.012 s testBuddyClassLoadingRegistered2 Time elapsed: 0.005 s testBuddyClassLoadingRegistered3 Time elapsed: 0.006 s testStaleLoaderNPE Time elapsed: 1.013 s testURLsBug164077 Time elapsed: 0.002 s testStopTransient Time elapsed: 0.008 s testResourceURLEqualsHashCode Time elapsed: 0.003 s testBootGetResources01 Time elapsed: 0.002 s testBootGetResources02 Time elapsed: 0.003 s testOSGiLazyStart Time elapsed: 0.008 s testUninstallInUse01 Time elapsed: 0.004 s testSystemBundleGetResources01 Time elapsed: 0.001 s testSystemBundleGetResources02 Time elapsed: 0.001 s testLegacyLazyStart Time elapsed: 0.008 s testBundleReference01 Time elapsed: 0.003 s testBundleReference02 Time elapsed: 0.003 s testChainDepedencies Time elapsed: 0.012 s testLegacyLoadActivation Time elapsed: 0.005 s testMultipleGetResources01 Time elapsed: 0.008 s testMultipleGetResources02 Time elapsed: 0.003 s testMultipleGetResources03 Time elapsed: 0.003 s testBuddyClassLoadingInvalid Time elapsed: 0.003 s testSimple Time elapsed: 0.004 s testFragmentMultiHost Time elapsed: 0.006 s testBuddyClassLoadingGlobalFound Time elapsed: 0.002 s testMultipleExportFragments01 Time elapsed: 0.004 s testMultipleExportFragments02 Time elapsed: 0.005 s testMultipleExportFragments03 Time elapsed: 0.033 s testEntryURLEqualsHashCode Time elapsed: 0.003 s testUnitTestForcompoundEnumerations Time elapsed: 0.001 s testStartResolve Time elapsed: 0.004 s testNativeCode01 Time elapsed: 0.008 s testNativeCode02 Time elapsed: 0.008 s testNativeCode03 Time elapsed: 0.005 s testNativeCode04 Time elapsed: 0.002 s testNativeCode05 Time elapsed: 0.005 s testNativeCode06 Time elapsed: 0.005 s testNativeCode07 Time elapsed: 0.004 s testNativeCode08 Time elapsed: 0.003 s testNativeCode09 Time elapsed: 0.005 s testInstallUninstallBundle Time elapsed: 0.071 s testTimestamp Time elapsed: 0.002 s testNativeCodeFilterWithSpecialChars Time elapsed: 5.015 s testR3Bundle Time elapsed: 0.003 s testResolveRefresh Time elapsed: 0.007 s testUnresolvedLeaves01 skipped testFrameworkListenersOrder Time elapsed: 0.065 s testBundleListenersOrder Time elapsed: 1.926 s testServiceListenersOrder Time elapsed: 0.087 s testAddDynamicImportMultipleTimes Time elapsed: 1.099 s testAddDynamicImportWhileDynamicWiring Time elapsed: 2.579 s testModifiedRanking Time elapsed: 0.002 s testServiceReferenceCompare01 Time elapsed: 0.001 s testInvalidRanking Time elapsed: 0.002 s testServiceOrdering01 Time elapsed: 0.002 s testServiceListener01 Time elapsed: 0.002 s testServiceListener02 Time elapsed: 0.003 s testServiceListener03 Time elapsed: 0.002 s testDuplicateObjectClass Time elapsed: 0.001 s testWrongServiceFactoryObject Time elapsed: 0.003 s testNullValue Time elapsed: 0.002 s testNullKey Time elapsed: 0.001 s testServiceException01 Time elapsed: 0.003 s testServiceException02 Time elapsed: 0.001 s testServiceException03 Time elapsed: 0.003 s testServiceException04 Time elapsed: 0.002 s testFindHook01 Time elapsed: 0.012 s testEventHook01 Time elapsed: 0.005 s testListenerHook01 Time elapsed: 0.003 s testListenerHook02 Time elapsed: 0.003 s testServiceTracker01 Time elapsed: 0.002 s testServiceTracker02 Time elapsed: 0.002 s testServiceTracker03 Time elapsed: 0.002 s testCopyOnWriteIdentityMap Time elapsed: 0.002 s testComparable[BundleContextFilter] Time elapsed: 0.002 s testNullValueMatch[BundleContextFilter] Time elapsed: 0.001 s testScalarSubstring[BundleContextFilter] Time elapsed: 0.001 s testNormalization[BundleContextFilter] Time elapsed: 0 s testInvalidValues[BundleContextFilter] Time elapsed: 0.002 s testFilter[BundleContextFilter] Time elapsed: 0.004 s testFrameworkUtilCreateFilter[BundleContextFilter] Time elapsed: 0 s testNullKeyMatch[BundleContextFilter] Time elapsed: 0 s testIllegal[BundleContextFilter] Time elapsed: 0.001 s testObject[BundleContextFilter] Time elapsed: 0 s testComparable[FrameworkUtilFilter] Time elapsed: 0 s testNullValueMatch[FrameworkUtilFilter] Time elapsed: 0 s testScalarSubstring[FrameworkUtilFilter] Time elapsed: 0.001 s testNormalization[FrameworkUtilFilter] Time elapsed: 0 s testInvalidValues[FrameworkUtilFilter] Time elapsed: 0.002 s testFilter[FrameworkUtilFilter] Time elapsed: 0.002 s testFrameworkUtilCreateFilter[FrameworkUtilFilter] Time elapsed: 0 s testNullKeyMatch[FrameworkUtilFilter] Time elapsed: 0 s testIllegal[FrameworkUtilFilter] Time elapsed: 0.001 s testObject[FrameworkUtilFilter] Time elapsed: 0.013 s testAdminPermission Time elapsed: 0.008 s testServicePermission Time elapsed: 0.009 s testPackagePermission Time elapsed: 0.005 s testMultipleLocationConditions01 Time elapsed: 0.047 s testMultipleLocationConditions02 Time elapsed: 0.011 s testAccessControlContext01 Time elapsed: 0.028 s testAccessControlContext02 Time elapsed: 0.008 s testAccessControlContext03 Time elapsed: 0.013 s testAccessControlContext04 Time elapsed: 0.011 s testAccessControlContext05 Time elapsed: 0.008 s testAccessControlContext06 Time elapsed: 0.008 s testAccessControlContext07 Time elapsed: 0.05 s testEncodingInfos01 Time elapsed: 0.018 s testEncodingInfos02 Time elapsed: 0.009 s testMutableConditions Time elapsed: 0.019 s testLocationPermission01 Time elapsed: 0.01 s testLocationPermission02 Time elapsed: 0.041 s testLocationPermission03 Time elapsed: 0.009 s testPermissionCheckCache Time elapsed: 5.956 s testAccessControlContext01a Time elapsed: 0.013 s testNotLocationCondition01 Time elapsed: 0.037 s testNotLocationCondition02 Time elapsed: 0.011 s testBug286307 Time elapsed: 0.011 s testRelativeFilePermission Time elapsed: 0.014 s testPostponedConditions01 Time elapsed: 0.061 s testPostponedConditions02 Time elapsed: 0.01 s testPostponedConditions03 Time elapsed: 0.011 s testPostponedConditions04 Time elapsed: 0.009 s testPostponedConditions05 Time elapsed: 0.009 s testSecurityManager01 Time elapsed: 0.01 s testDefaultPermissions01 Time elapsed: 0.039 s testDefaultPermissions02 Time elapsed: 0.008 s testUpdate01 Time elapsed: 0.007 s testUpdate02 Time elapsed: 0.009 s testUpdate03 Time elapsed: 0.009 s testUpdate04 Time elapsed: 0.009 s testCreateDomain Time elapsed: 0.01 s testEnableSecurityManager01 Time elapsed: 0.016 s testEnableSecurityManager02 Time elapsed: 0.045 s testEnableSecurityManager03 Time elapsed: 0.021 s testEnableSecurityManager04 Time elapsed: 2.025 s testEnableSecurityManager05 Time elapsed: 0.021 s testJava12SecurityManagerAllow Time elapsed: 0.015 s testJava12SecurityManagerEmpty Time elapsed: 0.023 s testDynamicImportWithSecurity Time elapsed: 0.022 s testJava12SecurityManagerDisallow Time elapsed: 0.016 s testBug254600 Time elapsed: 0.175 s testBug287750 Time elapsed: 1.024 s testLocalization01 Time elapsed: 0.021 s testBug367614 Time elapsed: 0.019 s testJava12SecurityManagerDefault Time elapsed: 0.015 s testRequirementMatches Time elapsed: 0.002 s testIdentity Time elapsed: 0.009 s testSingletonIdentity Time elapsed: 0.015 s testBundleReference_classLoaderURLConnection Time elapsed: 0.003 s testBundleReference_bundleResourcesURLConnection Time elapsed: 0.001 s testBundleReference_bundleEntryURLConnection Time elapsed: 0 s testBundleReference_bundleResourceURLConnection Time elapsed: 0 s testBundleReference_otherClassLoaderURLConnection Time elapsed: 0 s testBundleReference_bundleEntriesURLConnection Time elapsed: 0 s Results: Tests run: 1166, Failures: 0, Errors: 0, Skipped: 4 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-extras-plugin:2.7.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.7.0:list-dependencies (list-dependencies) @ org.eclipse.osgi.tests --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.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.1500-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.7.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.1500.v20220210-1108 [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:validate-id (default-validate-id) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.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_23_maintenance/features/org.eclipse.equinox.executable.feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- target-platform-configuration:2.7.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_23_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 [INFO] [echo] Copy eclipse binaries to launcher binaries [INFO] [copy] Copying 7 files to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/bin [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_23_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_23_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_23_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_23_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_23_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe [INFO] [copy] Copying /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipsec.exe to /home/jenkins/agent/workspace/inox.framework_R4_23_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_23_maintenance/features/org.eclipse.equinox.executable.feature/bin [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_23_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_23_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_23_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_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/launcher [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse to /home/jenkins/agent/workspace/inox.framework_R4_23_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_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/launcher.exe [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-source-plugin:2.7.0:plugin-source (plugin-source) @ org.eclipse.equinox.executable --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.0:package-feature (default-package-feature) @ org.eclipse.equinox.executable --- [INFO] Building jar: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.1500-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.executable --- [WARNING] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.1500-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.1500-SNAPSHOT @ /home/jenkins/agent/workspace/inox.framework_R4_23_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.7.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_23_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.1500-SNAPSHOT.jar into /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/target/tmp [INFO] [zip] Building zip: /home/jenkins/agent/workspace/inox.framework_R4_23_maintenance/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.1500-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_23_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.7.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.7.0:list-dependencies (list-dependencies) @ org.eclipse.equinox.executable --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:2.7.0:eclipse-run (api-analysis) @ org.eclipse.equinox.executable --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] rt.equinox.framework 4.23.0-SNAPSHOT ............... SUCCESS [ 10.558 s] [INFO] org.eclipse.osgi 3.17.200-SNAPSHOT ................. SUCCESS [ 42.795 s] [INFO] org.eclipse.osgi.compatibility.state 1.2.600-SNAPSHOT SUCCESS [ 10.233 s] [INFO] org.eclipse.osgi.util 3.6.100-SNAPSHOT ............. SUCCESS [ 9.378 s] [INFO] org.eclipse.osgi.services 3.10.200-SNAPSHOT ........ SUCCESS [ 14.848 s] [INFO] org.eclipse.equinox.supplement 1.10.400-SNAPSHOT ... SUCCESS [ 13.459 s] [INFO] org.eclipse.equinox.launcher 1.6.400-SNAPSHOT ...... SUCCESS [ 11.840 s] [INFO] org.eclipse.equinox.launcher.cocoa.macosx 1.2.400-SNAPSHOT SUCCESS [ 0.263 s] [INFO] org.eclipse.equinox.launcher.cocoa.macosx.x86_64 1.2.400-SNAPSHOT SUCCESS [ 0.285 s] [INFO] org.eclipse.equinox.launcher.cocoa.macosx.aarch64 1.2.400-SNAPSHOT SUCCESS [ 0.193 s] [INFO] org.eclipse.equinox.launcher.gtk.linux.aarch64 1.2.400-SNAPSHOT SUCCESS [ 0.365 s] [INFO] org.eclipse.equinox.launcher.gtk.linux.ppc64le 1.2.400-SNAPSHOT SUCCESS [ 0.240 s] [INFO] org.eclipse.equinox.launcher.gtk.linux.x86_64 1.2.400-SNAPSHOT SUCCESS [ 0.239 s] [INFO] org.eclipse.equinox.launcher.win32.win32.x86_64 1.2.400-SNAPSHOT SUCCESS [ 0.174 s] [INFO] org.eclipse.osgi.tests 3.16.600-SNAPSHOT ........... SUCCESS [09:09 min] [INFO] org.eclipse.equinox.executable 3.8.1500-SNAPSHOT ... SUCCESS [ 3.833 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:52 min [INFO] Finished at: 2022-03-14T21:53:25Z [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_23_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_23_maintenance') [Maven] -> found 4 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/inox.framework_R4_23_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_23_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_23_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_23_maintenance #2'. [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://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/scripts/verifyFreezePeriod.sh --2022-03-14 21:53:38-- https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/scripts/verifyFreezePeriod.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.111.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 616 [text/plain] Saving to: ‘verifyFreezePeriod.sh’ 0K 100% 10.3M=0s 2022-03-14 21:53:40 (10.3 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1525 100 1525 0 0 4649 0 --:--:-- --:--:-- --:--:-- 4635 No freeze today [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] gerritReview Gerrit Review is disabled no API URL [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS